JavaOne techincal session: EJB 3.1
My first technical session @ JavaOne … EJB 3.1. A session from which I had high expectations.
The speaker gave an overview of what was new and better in EJB 3.1.
- Simplified packaging, ears will be a part of the past.
- EJB 3.1 light version. You will be able to use a subset of the EJB features in regular apps. So you will not need an app server …
- Singletons, one of the most interesting new features.
- Start up hooks with annotations
- JAX-RS support with annotations
- Conncurency annotations on methods. @Lock . Which is not synchronised see …
- Crontab features via annotations. Execute methods based on a schedule …
- Asynchronous annotation
You must be logged in to post a comment.