- 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
- Visual C++程序設(shè)計(jì)教程
- 深入理解Django:框架內(nèi)幕與實(shí)現(xiàn)原理
- 數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程(第2版)微課版
- 軟件架構(gòu):Python語(yǔ)言實(shí)現(xiàn)
- QGIS By Example
- Mastering ROS for Robotics Programming
- Solr Cookbook(Third Edition)
- Learning AWS
- 深入淺出Go語(yǔ)言編程
- Mudbox 2013 Cookbook
- Microsoft HoloLens By Example
- Implementing Splunk(Second Edition)
- Puppet Cookbook(Third Edition)
- Elasticsearch實(shí)戰(zhàn)(第2版)
- R for Data Science Cookbook