- JBoss AS 7 Development
- Francesco Marchioni
- 120字
- 2021-08-20 16:39:00
Chapter 3. Beginning Java EE 6 – EJBs
In the previous chapter, we learned some basics about how to set up and deploy a HelloWorld application on JBoss AS 7. In this chapter, we will go a little deeper and learn how to create, deploy, and assemble Enterprise JavaBeans, which are at the heart of most Enterprise applications.
In greater detail, here is what you will learn in this chapter:
- What the new EJB 3.1 features introduced by the Java EE 6 specification are
- How to develop a singleton EJB
- How to create stateless and stateful Enterprise JavaBeans
- How to add schedulers and timers to your application
- How to make use of asynchronous APIs in an EJB project
推薦閱讀
- Go Web編程
- 一步一步學Spring Boot 2:微服務項目實戰
- C++ Builder 6.0下OpenGL編程技術
- jQuery EasyUI網站開發實戰
- Learning Linux Binary Analysis
- 深入淺出Windows API程序設計:編程基礎篇
- Practical Windows Forensics
- 征服RIA
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Mastering Xamarin.Forms(Second Edition)
- Learning Apache Karaf
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Python Interviews
- 數據分析與挖掘算法:Python實戰
- 數據結構:Python語言描述