The Web Beans (JSR-299) specification is now available for public review.
Web Beans defines a set of services for the Java EE environment that makes applications much easier to develop. Web Beans layers an enhanced lifecycle and interaction model over existing Java component types including JavaBeans and Enterprise Java Beans. As a complement to the traditional Java EE programming model, the Web Beans services provide:
- an improved lifecycle for stateful components, bound to well-defined contexts,
- a typesafe approach to dependency injection,
- interaction via an event notification facility, and
- a better approach to binding interceptors to components, along with a new kind of interceptor, called a decorator, that is more appropriate for use in solving business problems.
Web Beans is especially useful in the context of web applications, but is applicable to many different kinds of applications and may even be used in the Java SE context, in conjunction with an embeddable EJB Lite container, as defined in the EJB 3.1 specification.
The Web Beans public draft is available in PDF or HTML format at:
- http://docs.jboss.org/webbeans/spec/PDR/pdf/Web%20Beans%2020081029.pdf
- http://docs.jboss.org/webbeans/spec/PDR/html/
or from:
Please send feedback on the public draft to:
- jsr-299-comments@jcp.org
An even easier way to learn about Web Beans is the Introduction to Web Beans guide available in PDF or HTML format here:
- http://docs.jboss.org/webbeans/reference/1.0/en-US/pdf/guide.pdf
- http://docs.jboss.org/webbeans/reference/1.0/en-US/html/
The Web Beans Reference Implementation and Compatibility Test Suite are being developed at:
This is a great time to get involved!
转自:Gavin's blog
WebBeans JSR-299 公开草案发布
WebBeans (JSR-299) 的规范现已公开供公众审查。该规范为 Java EE 环境定义了一系列的服务,使应用程序更易于开发。WebBeans 在现有的 Java 组件类型上提供了一个增强的生命周期和交互模型,包括 JavaBeans 和 Enterprise JavaBeans。WebBeans 特别适用于 Web 应用程序,但也适用于多种不同类型的软件,并且可以在 Java SE 环境中使用。
3617

被折叠的 条评论
为什么被折叠?



