- 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
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Learn Type:Driven Development
- Docker技術(shù)入門與實(shí)戰(zhàn)(第3版)
- PHP程序設(shè)計(jì)(慕課版)
- Mastering Spring MVC 4
- Android 9 Development Cookbook(Third Edition)
- INSTANT MinGW Starter
- Hadoop+Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Learning Python by Building Games
- Go并發(fā)編程實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)教程
- 利用Python進(jìn)行數(shù)據(jù)分析
- 一塊面包板玩轉(zhuǎn)Arduino編程
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺(tái)游戲
- Julia High Performance(Second Edition)