Sunday, July 3, 2016

API level Matching between J2EE compliant Server and Spring Eco System

Having experienced in developing  Java based Web Applications using J2EE compliant app servers and Spring Framework, below is my understanding of how various APIs fit-in if compared at API level in terms of similarity or analogy.

Note: Comparison is not based on performance or any other metrics.




J2EE compliant Application Server: Any implementation of the J2EE specifications. Oracle's WebLogic, IBM's WebSphere are most popular examples. But they are many more that can be found if you search for J2EE compliant Servers.


No comments:

How J2EE components work together in any Container - Spring or Application Server

In a Spring+Jersey+Hibernate RESTful webapplication, we can spot various J2EE components - JTA, JPA, Java Bean Validation, JSON-B API for B...