- Java EE 8 Design Patterns and Best Practices
- Rhuan Rocha Jo?o Purifica??o
- 161字
- 2021-07-23 16:54:57
Implementing the Session Fa?ade pattern in JEE
In the JEE architecture, Session Fa?ade is implemented by a stateless or stateful EJB. An EJB object can use or combine other POJOs, business objects, and EJBs. At this point, we must be careful not to accumulate too many unnecessary layers, as we run the risk of having a chain of EJBs where one EJB calls another more internal EJB, and so on. The services must be mapped and designed well.
Because the Session Fa?ade is primarily implemented by EJBs, services such as transaction-control and security-management come naturally to this technology. It is in this layer that we usually have the transaction-control of most internal objects, such as the POJOs, which represent entities within the JPA technology. For an EJB, JPA entity transaction control is native, meaning that it is supplied by the JEE container. This provides a large increase in productivity during development.
- Instant Handlebars.js
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Ganglia系統監控
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Windows Phone應用程序開發
- Windows Server 2019 Administration Fundamentals
- 嵌入式實時操作系統μC/OS原理與實踐
- 嵌入式系統原理及開發
- 無蘋果不生活 The New iPad隨身寶典
- Fedora 12 Linux應用基礎
- AWS SysOps Cookbook
- 統信UOS應用開發進階教程
- 鴻蒙HarmonyOS手機應用開發實戰
- Xamarin Mobile Application Development for Android
- Windows7系統維護百寶箱