Web Beans 1.0.0.ALPHA1 released!

Posted by    |       CDI Seam

I'm pleased to announce the release of the Web Beans RI 1.0.0.ALPHA1. This release implements the core of the JSR-299 Web Beans specification and represents a major milestone on the road towards the GA release. Some of the highlights of this release include simple and enterprise Web Beans, support for JBoss Application Server 5, typesafe injection, events and producer methods. There's an exhaustive list below.

The release also includes three examples, a full EE example, with enterprise beans, a war example with simple beans and the login example from the reference docs. To learn more about Web Beans I suggest you read the reference guide or browse seamframework.org.

This release wouldn't have been possible without the sterling work of a number of people. In alphabetical order, thanks go to: David Allen (events and much more), Nik Karlsson (enterprise beans, contexts and much more), Ales Justin (JBoss Microcontainer integration) Gavin King (oversight, documentation) and Andrew Lee Rubinger (JBoss EJB3 integration).

In detail, this release provides support for:

  • support for simple Web Beans
  • support for enterprise Web Beans and enterprise bean remove methods
  • typesafe and name based resolution
  • producer methods
  • producer fields
  • the dependent context
  • support for JBoss 5
  • the servlet contexts: application, session and request
  • Field and constructor injection
  • @Initializer methods
  • Event support (firing and observing events)
  • definition of observer methods through annotations
  • injection of event producers
  • conditional events
  • stereotypes
  • Support for lifecycle callbacks (@PostConstruct and @PostDestroy)
  • an SPI to integrate with other containers

There is also a preview of support for:

  • the login example from chapter 2 of the reference guide
  • transactional observers
  • dynamic lookup through @Obtains
  • specialization

We'll be moving fast over the next few weeks to deliver ALPHA2, and then BETA1 (which will be feature complete). Watch this space!

[Download] [Reference Documentation] [JIRA] [Release Notes]


Back to top