Hacker News new | ask | show | jobs
by nikhilkmenon 4497 days ago
I really appreciated the original simplicity and abstraction that Spring brought to the Java world. But of late Spring frameworks have become very invasive for web applications and does not cleanly integrate with other frameworks (It is not seamless - Had a lot of heartburn with a JSF + Spring app. CDI and Spring DI does not play along nice at all).

Moreover, with the renewed interest in making the server side layer of the web applications to be as stateless as possible and leave the state transitions and presentation to the client side HTML/CSS & JS, I am finding it hard to justify having Spring on the backend.

Dropwizard along with a SPA type AngularJS based application seems to be a good alternative, what am I missing? Why are we not seeing much traction on this framework?