JEE6 vs. Spring 3 stack
Posted
by peperg
on Stack Overflow
See other posts from Stack Overflow
or by peperg
Published on 2010-03-23T11:09:34Z
Indexed on
2010/03/23
11:13 UTC
Read the original article
Hit count: 1186
I'm starting a new project now. I have to choose technologies. I need something light, so no EJB or Seam. On the other hand I need JPA(Hibernate or alternative) and JSF with IceFaces. Do you think that such stack on Spring 3 deployed on Tomcat is a good choice? Or a JEE6 web application could be better? I'm afraid that JEE6 is a new technology, not well docummented yet. Tomcat seems to be easier to mantain than Glassfish 3.
What's your opinion? Do you have any experiences ?
© Stack Overflow or respective owner