Hi guys Last couple of weeks, I was trying to reflect the last specification APIs and updating our code base. Nearly I updated all the changed things. Now if you look at the webbeans-api, it is compatible with the last draft specification. Mostly updates contains related with the "Chapter 11 : Portable Extensions." Moreover, I have just implemented EJB (session beans) support via embeddable OpenEJB in Tomcat. Now, you can write fully web applications on Tomcat using OWB + OpenEJB :)
Remaining part of the specification is "Java EE resource injection". I also think that OpenEJB supports this also. Belows are some of the other things that we may work next * Updating comments in java source to better aligning with spec. (Example : Changing "Simple Bean" to "Managed Bean" etc.) * Check all of the requirements of the specification * Implement remaining parts if there are any Thanks; --Gurkan
