• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Seam after WebBeans

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
Seam is the driving force behind the WebBeans specifications.
Once WebBeans specification is out, how this could effects Seam?
(Yes, Seam isn't going any where, it is a deep integration framework)
Thanks.
 
Author
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We just had a meeting about this. First and foremost, WebBeans is just one of the ideas from Seam. It is about the contextual management of objects (objects that are bound to a scope) and dependency injection. Likely, Seam 3 will support both models, but the named-based injections will likely be the second choice, with type-safe injections provided by WebBeans the primary choice. However, bijection will not be removed anytime soon (because Seam is about options). What you are going to get is a hybrid framework.
 
reply
    Bookmark Topic Watch Topic
  • New Topic