JBoss AS 6.0.0.M2 has just been released. A major highlight is that this release delivers three more key EE6 capabilities:
- JPA 2
- Servlet 3
- JAX-RS (RESTful services).
You can read all about it in Brian's official announcement here.
Created: 17. Feb 2010, 06:13 CET (Jason Greene)
Great news! So, Weld 1.0.1.CR1 is included - is that right? What's your schedule for M3? And wich version of Weld will be included then?
A project generated witch weld archetype should be able to work out of the box with JPA2, Servlet3, JAX-RS - right?
Michael
Yes, this is a really nice release - to me it looks like there are some really good speed improvements too!
Yes.
At least the final release of 1.0.1, possibly 1.0.2.CR1. As Dan mentioned in the Weld 1.0.1 blog, we are running on a ~3m cycle for Weld releases, so it all depends on what the proposed date for M3 is.
There's no specific support for JAX-RS in the archetype (the other techs the archetype includes the config/examples for IIRC), but it definitely should work!
And according to https://community.jboss.org/wiki/EJB31inAS600M2 partial EJB 3.1 is also included. Nice work!