• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

yet another framework?

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the main features of Seam that sets it apart from other frameworks?
[ August 05, 2008: Message edited by: sreerupa basu ]
 
Author
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not just me, but a lot of people will tell you that Seam is like no other application framework that has been created before. Don't confuse application framework with web framework (Struts, Wicket) or RIA framework (GWT, Flex). Seam pulls together so many technologies and gets them communicating. It's a collaboration framework in that sense. But it's more than what Spring does because Seam helps scope your objects and manages resources like the persistence context they way they were supposed to be managed. It also helps keeps things simply by using annotations rather than XML.

Is Seam perfect? I will be a zealot if I said that. Is it better than anything the Java EE world (or any other platform for that matter) has seen. Remember, Seam *needs* those other technologies, so it is not all by itself in the world. Seam is about making those other technologies look good.
 
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, please look at this great introduction. It summarizes a lot of features of Seam.
 
Why is the word "abbreviation" so long? And this ad is so short?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic