Linked by Thom Holwerda on Fri 5th May 2006 19:44 UTC, submitted by BryanFeeney
Thread beginning with comment 121863
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
It would simplify the generation of your business logic: basically a bit like Hibernate on steroids. You no longer need to write any code or deployment descriptors to access your database, you just create a normal class and annotate it or, better yet, let NetBeans do all that for you.
Struts is for the presentation logic (i.e. creating web-pages), it makes it somewhat easier to handle validation and error handling in your JSP pages. It's not really related to Java EE 5, though just as Hibernate inspired EJB 3.0, Struts has inspired Sun to develop Java Server Faces.
I don't have much experience with Spring, so I can't comment on that.




Member since:
2005-07-08
am using either struts or spring, how would Java EE 5 affect me?