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?
A Java EE server is a server application that the implements the Java EE platform APIs and provides the standard Java EE services. Java EE servers are sometimes called application servers, because they allow you to serve application data to clients, much like web servers serve web pages to web browsers.
Indeed, Tomcat doesn't implement all the features required of a Java EE application server. The accurate title for Tomcat would be either “web server” or “servlet container”.
How about Java 2EE, J2EE, or now Jakarta EE? Actually, these are all different names for the same thing: a set of enterprise specifications that extend Java SE.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With