Without further adue I would like to direct everybody to AS 6.0.0.M3 Release Notes.
The JBoss Application Server 6.0.0 Milestone 3 release brings two new features from the EJB 3.1 specification:
- EJB3.1 Singleton Beans in AS 6.0.0 M3 - A more advanced "stateless" bean that allows greater control over concurrency semantics.
- Container managed concurrency - A set of annotations that allow you to control the locking semantics of your bean. As an example you can implement a common read/write locking model by annotating methods as read or write.
I also would like to point out JBoss Embedded AS | Quickstart and Runnable Example. Which has been reinstated as part of the distribution.
Plus other major additions like HornetQ, Remoting 3, VFS3 User Guide and JBossOSGi.
Please follow the download link to download the distribution zip.