Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java EE 7 Compatible servers?

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?

like image 869
Chandra Sekhar Avatar asked Dec 03 '13 10:12

Chandra Sekhar


People also ask

What are Java EE servers?

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.

Which application server does not implement Java EE?

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”.

Is Java EE and Jakarta EE the same?

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.


2 Answers

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.

like image 95
wener Avatar answered Sep 27 '22 18:09

wener


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.

like image 38
Tomaz Cerar Avatar answered Sep 27 '22 17:09

Tomaz Cerar