Web Beans Public Review Draft released

来源:互联网 发布:淘宝的膳魔师是真的吗 编辑:程序博客网 时间:2024/05/14 19:17
 

The Web Beans (JSR-299) specification is now available for public review.

Web Beans defines a set of services for the Java EE environment thatmakes applications much easier to develop. Web Beans layers an enhancedlifecycle and interaction model over existing Java component typesincluding JavaBeans and Enterprise Java Beans. As a complement to thetraditional 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 bindinginterceptors to components, along with a new kind of interceptor,called a decorator, that is more appropriate for use in solvingbusiness problems.

Web Beans is especially useful in the context of web applications, butis applicable to many different kinds of applications and may even beused in the Java SE context, in conjunction with an embeddable EJB Litecontainer, 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:

  • http://jcp.org/en/jsr/detail?id=299

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:

  • http://www.seamframework.org/WebBeans

This is a great time to get involved!


转自:Gavin's blog

原创粉丝点击