- Java EE 7 First Look
- NDJOBO Armel Fabrice
- 207字
- 2021-07-23 15:23:37
A brief history of Java EE
Formerly called J2EE, the first version of Java EE platform was officially released in December 1999 with 10 specifications. Among these specifications, there were Servlets and JavaServer Pages (JSP) for data presentation, Enterprise JavaBeans (EJB) for the management of persistent data, remote access to business services through RMI-IIOP (Remote Method Invocation over Internet Inter-ORB Protocol), and the JMS (Java Message Service) specification, which was used to send messages.
Despite efforts and many contributions, early versions of Java EE were too complex and difficult to implement. This led to much criticism and caused the rise of competing frameworks such as Spring Framework.
Having drawn lessons from its previous failures, the platform has considerably evolved over time until the production of Java EE 5, which permitted the platform to regain its lost esteem. From this version, Java EE continues to provide easier, richer, and more powerful versions of the platform.

The preceding diagram gives an overview of the important changes made to Java EE platform since the release of the first version in December 1999. This diagram highlights the release dates, updates, and major improvements in each version. It also allows us to have an idea about the central theme behind each version.
- Learning Flask Framework
- SQL for Data Analytics
- C語言程序設(shè)計(jì)學(xué)習(xí)指導(dǎo)與習(xí)題解答
- C語言程序設(shè)計(jì)
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Extreme C
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- Hands-On Neural Network Programming with C#
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析
- 從零開始:C語言快速入門教程
- Mastering ASP.NET Core 2.0
- INSTANT LESS CSS Preprocessor How-to
- Ubuntu Server Cookbook
- Mastering JavaScript Promises
- Learning Redux