- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 118字
- 2021-07-23 19:24:28
What is Java EE?
Java EE is a very popular platform for building enterprise solutions in the Java programming language. For many years, it has reached the top of the list of the most important enterprise application development platforms, with success in nearly all aspects of enterprise application development.
Java EE provides application developers with the following:
- Application Server: A fully-featured middleware with all of the functionalities required to build enterprise applications
- Java EE APIs: A set of APIs covering the common functionalities required by application developers to implement their enterprise solutions
Our role, as application developers and architects, is to design our solution as a set of components. Those components will use the Java EE APIs.
推薦閱讀
- Python高級編程
- Getting Started with Hazelcast(Second Edition)
- 動手學數(shù)據(jù)結(jié)構(gòu)與算法
- 開源項目成功之道
- Flowable流程引擎實戰(zhàn)
- Mastering Elasticsearch(Second Edition)
- Beginning C++ Game Programming
- PHP與MySQL權(quán)威指南
- Learning iOS Security
- Unity 2017 Game AI Programming(Third Edition)
- ABAQUS6.14中文版有限元分析與實例詳解
- Drupal 8 Development Cookbook(Second Edition)
- Instant Pygame for Python Game Development How-to
- Java程序性能優(yōu)化實戰(zhàn)
- Kotlin入門與實戰(zhàn)