开发者

What does Java EE compliant means?

开发者 https://www.devze.com 2023-02-18 15:50 出处:网络
We often say that the particular application server is a Java EE compliant server. But I am 开发者_运维百科still not completely aware of what it means exactly. Need more information on this.It means t

We often say that the particular application server is a Java EE compliant server. But I am 开发者_运维百科still not completely aware of what it means exactly. Need more information on this.


It means that it passes the Java EE Technology Compatibility Kit.

Sun (now Oracle) created the specification for Java EE (previously called J2EE) along with a large test suite checking that the application server behaves as the specification requires. This is a non-trivial test to pass, but means that if you write your application according to the Java EE specification it will be able to be deployed and executed on any Java EE application server (of that level).

Note that the configuration is outside the specification. This means that the configuration of the application server to provide the things your application needs, is non-standard and it may be a quite substantial effort for you to add support for a new application server.


What Thorbjørn Ravn Andersen said is perfect. Also, the Java EE 6 Technologies page lists the technologies included in Java EE 6 specification. You can consider any Application Server fully implementing these to be Java EE-Compliant.

Also the Compatible Implementations page lists the list of AS compatible to each Java EE version.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号