- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 85字
- 2021-07-23 19:24:29
Enterprise JavaBeans
The core composing components of an enterprise application in Jakarta EE are Enterprise JavaBeans. They are plain Java objects with embedded business logic, supported by different services from the business tier, such as remoting, transaction management, user session management, timer services, and more.
In this book, we'll learn what enterprise Java beans are, what are they used for, and what services they provide for your embedded business code. We'll study and practice the three available types of sessions bean: stateless, stateful, and singleton.
推薦閱讀
- 大學計算機基礎(第二版)
- OpenStack Cloud Computing Cookbook(Third Edition)
- Visual FoxPro程序設計教程(第3版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- 64位匯編語言的編程藝術
- Getting Started with SQL Server 2012 Cube Development
- HTML5 and CSS3 Transition,Transformation,and Animation
- 大學計算機基礎實驗指導
- 單片機C語言程序設計實訓100例
- Java編程的邏輯
- Unity 2018 Shaders and Effects Cookbook
- Processing創意編程指南
- Python機器學習之金融風險管理
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Django實戰:Python Web典型模塊與項目開發