The Future for Seam: Web Beans and Beyond
In this presentation, recorded at the JBoss Virtual Experience 2009,
Dan Allen and Pete Muir provide an introduction to Seam and show how it
fits into your application development stack. They also discuss
how Web Beans will push Seam and the Java EE space forward.
Web Beans is a new component model for Java that draws on ideas from JBoss Seam and Google Guice. While many of the features provided by Web Beans (dependency injection, contextual lifecycle, configuration, interception, event notification) are familiar, the innovative use of meta-annotations is uniquely expressive and typesafe.
- Login or register to post comments
- 6484 reads
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)











Comments
Dean replied on Thu, 2009/04/23 - 11:48am
Cloves Almeida replied on Thu, 2009/04/23 - 7:55pm
Funny, because I think Seam simplifies web development. It has a somewhat steeper learning curve - which is mostly JSF's fault of not Seam's. But once you get it - it really simplifies building non trivial applications.
JSF 2.0 aims to be simpler and use less boiler-plate code.
Jeremy Davis replied on Thu, 2009/04/23 - 8:47pm
I don't have any real experience with Grails. I can't compare Seam with it. However, I've found Seam pretty easy to use and really powerful.
LukeFX replied on Fri, 2009/04/24 - 2:01am
I've found Seam only YAJF, Yet Another Java Framework. Maybe it simplify something server side, but Richfaces is like a cat in your pants.If you do trivial UI it's ok...if you have to do something more 'real worldish' it's a pain!
Oh, and there's no community, I found myself and no others most of the time on the official forum.