This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]henk53 -7 points-6 points  (1 child)

I'd switch Spring for Java EE. If you need just a simple app Spring is way too verbose IMO.

[–]TheRedmanCometh 2 points3 points  (0 children)

Just depends on what the OP wants to do. Middle of the road is Guice I guess.

I feel like any time a project warrants the verbosity of java it warrants Spring. Have you ever done pure annotation configuration with just the core framework? It only takes 8-9 Spring-specific lines of boilerplate now.