[quote]which parts will be standardised as webbeans,is the JBoss EL extensions will be in standardisation effort[/quote]
The Web Beans spec itself will focus upon:
* the basic component model including bijection/resolvers and mapping to EL
- the extensible context and context propagation/demarcation model
- persistence context / transaction management
- bindings to JSF and EJB
Some other extra things either have or will come up for debate (validation, CRUD, packaging, BPM, databinding, security) but many of these issues are probably better dealt with in the other expert groups with which we are collaborating.
Our current status is that we have got a really good chunk of the component model worked out, with a lot of influence from both Guice and Seam. We've also made a great start on the context model though there is certainly some more work to be done there. Binding of the component model to JSF and EJB should fall pretty naturally out of all this work. We've not yet done any work on persistence.
The work we're doing in Web Beans goes hand-in-hand with other work thats happening in the JSF, Validation and JPA expert groups and you can't get the "whole picture" just from our spec.
We have been pushing Sun to do a rev of the Unified EL, in order to address some major deficiencies that we have identified and that Jacob Hookom has fixed in JBoss EL.
[quote]why use Seam WS ,not JAX-WS ,what about interoperability to java ws frameworks and .Net as well?[/quote]
It's not a WS implementation, just a binding of the Seam component model to JAX-WS.
[quote]why reimplement the jsf comp in ajax4jsf? am i locked in somehow to this framework[/quote]
We're refactoring Ajax4JSF/RichFaces. The tags and Ajax functionality will go into RichFaces, the CDK (Component Development Kit) will be a standalone distribution.
CDK is a set of tools that makes it *much* easier to write JSF components, and does not, in any way, tie you to using Ajax4JSF/RichFaces in your application.
[quote]what about running on other appservers,or other ejb3 implementations as openEJB3 or spring pitchfork[/quote]
We've tested Seam2 on the following platforms:
* JBoss 4.2
- Tomcat 6.0
- GlassFish V2 and V1
- WLS 9.2
- OC4J 11g Technology Preview
Note that there is zero application-server specific code in Seam, so this is a great validation of what you can do just by following Java EE standards.
We also tested against WAS, but we found a problem that we weren't able to resolve in time for the beta release. We're working on it.