- Java EE 7 First Look
- NDJOBO Armel Fabrice
- 168字
- 2021-07-23 15:23:37
Chapter 1. What's New in Java EE 7
Because of their use, distributed applications require some non functional services such as remote access, security, transaction management, concurrency, and robustness, among others. Unless you have APIs that offer these types of services, you need to implement them all from scratch and therefore, increase the number of bugs, reduce software quality, and increase production costs and time. The Java EE platform was set up to save the developer from these concerns. It is made up of a set of APIs that facilitate the development and deployment of distributed, robust, scalable, and interoperable applications.
Since its first release in 1999, the Java EE platform has evolved over time by offering a newer, richer, and simpler version than the previous one. In order for you to have an overview of the improvements in Java EE 7, this chapter addresses the following topics:
- A brief history of Java EE
- The main goals of Java EE 7
- Novelties of Java EE 7
- 數(shù)據(jù)庫(kù)系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- SpringMVC+MyBatis快速開(kāi)發(fā)與項(xiàng)目實(shí)戰(zhàn)
- 自己動(dòng)手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫(kù)
- iOS 9 Game Development Essentials
- JavaScript+jQuery開(kāi)發(fā)實(shí)戰(zhàn)
- 你必須知道的204個(gè)Visual C++開(kāi)發(fā)問(wèn)題
- Getting Started with NativeScript
- Building Machine Learning Systems with Python(Second Edition)
- 區(qū)塊鏈技術(shù)進(jìn)階與實(shí)戰(zhàn)(第2版)
- Visual Basic 6.0程序設(shè)計(jì)實(shí)驗(yàn)教程
- 大話(huà)Java:程序設(shè)計(jì)從入門(mén)到精通
- Django實(shí)戰(zhàn):Python Web典型模塊與項(xiàng)目開(kāi)發(fā)
- PrimeFaces Blueprints
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Unity 5.X從入門(mén)到精通