• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Question for Micheal Yuan and Thomas Heute, SEAM JEE6

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is Seam the basis of Web Beans in the JEE 6 specification proposal. Will Seam technology be significantly altered when it is represented as Web Beans in JEE 6.

EJB 3.0 differs markedly from Spring from Hibernate.

Dibbo
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebBeans represents a small part of Seam -- the JSF EJB3 integration part. WebBeans will be structured around Seam not the other way around (Gavin is driving force behind WebBeans). So, no, Seam is not going to change because of WebBeans.

Yes, Seam is very different from Spring + Hibernate. Actually, Gavin (the inventor of Hibernate) invented Seam because he is frustrated that people are using Hibernate incorrectly with Spring. He contends that the stateless Spring is not a natural fit for Hibernate (all those lazy loading errors!) and hence he started the Seam project.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic