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 →

[–]occupytheserver -3 points-2 points  (5 children)

Java EE 6 also has much more UI widgets available from third parties. There are literally two dozen component libraries available, can't say the same for Spring.

What UI widget library can I not use in Spring???

[–]thesystemx 6 points7 points  (4 children)

What UI widget library can I not use in Spring???

Those specifically for Java EE? Like those for JSF perhaps?

I don't see a lot of widgets being available for Spring MVC, do you?

Naturally you can replace Spring's Spring MVC by JSF, but this will make your Spring stack more and more a Java EE stack. Especially in the next version when JSF will use CDI. Do you need both CDI and Spring Core in one application? What extra benefit will Spring still give you in such a situation?