Reputation: 16516
I am using JAVA SE 1.7 and JAVA EE 7 in project,
what are all the available servers(commercial/free) which will support JAVA EE 7 web profile 2.1?(Required Components). I need to use Servlet 3.1 and CDI 1.1 ..etc.
javaee-spec_WebProfile
I try to use JBoss EAP 6.1 / Jboss 7, but I came to know it'll support JAVA EE 6 web profile. (web-profile1, web-profile2)
I found JAVA EE 7 compatible servers are GlassFish Server Open Source Edition 4.0, TMAX JEUS 8.
Any other servers available?
Upvotes: 8
Views: 13975
Reputation: 7740
Here is an list of Certified_application_servers, both of GlassFish server Open Source Edition v4.0 ,WildFly v8.0.0.Final, TmaxSoft JEUS v8 are Java EE 7 full certified.
Upvotes: 6
Reputation: 432
You can use WildFly 8 but It does not have commercial support by RedHat yet. So, you can use it for anything but you have to wait for the next EAP version if you want to have official support. LGPL is not a problem, you can use it to build any applications however I suggest to use an Application server with commercial support once you need to deploy to production but this should depends of your applications needs.
Upvotes: 4
Reputation: 5791
Yes, there is also WildFly 8, renamed JBossAS. which is nearing CR1 this weak. Most of EE7 stuff works, TCK for EE7 is almost passing and when it is, it will enter certification process which will then result into showing up on the web page you linked.
I would say that you should give WildFly a try if noting else.
Upvotes: 5