1 Reply Latest reply on Mar 3, 2014 4:16 AM by manarh

    What Java standars does Seam 2.2 implement? Java EE 5, 6 o 7?

    mccoy

      I’m working with Jboss 5.1 GA and Seam 2.2. While running apps in jre6 (compiled using jdk 1.6) no problems. But now I need to compile apps using Java 1.7 standars, so I need full compatibility from Seam and Jboss. I read Jboss wildfly implements Java EE 7 standars, but what about Seam? Which version should I use for apps compiled with jdk 1.7? iis there any upcoming version implementing JAVA EE 7 standars?

      Thanks a lot in advance

        • 1. Re: What Java standars does Seam 2.2 implement? Java EE 5, 6 o 7?
          manarh

          Hi Alexander,

           

          Seam 2 originally integrated Java EE 5, while Seam 2.3.x extends this into integration with Java EE 6 technologies and mostly tested/verified on JBoss AS 7/EAP 6.

           

          Seam 2 does not target Java EE 7 at all. If you would like to use Wildfly and Java EE 7  you should switch to its nature CDI/WELD technology.

           

          So as summary you can use Seam 2.3 with java 7 (aka jre or building it  by jdk 7) but only as it uses Java EE 6 features