Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Spring vs. Seam

  1. #11
    Join Date
    Feb 2009
    Posts
    17

    Default

    I have not used Seam yet, and only a few spring libraries - core spring with IoC, Spring AOP, Spring Security, now starting with Spring dynamic modules (OSGi integration), and Apache CXF for web services integrates with Spring very well.

    Having XML configuration files is not a downside at all if you have good navigation support in your IDE - eclipse/intellij, otherwise its a nightmare.

    It's my personal opinion but I like the way things are done in Spring. The more I use it the more I like it .

  2. #12
    Join Date
    Oct 2008
    Posts
    23

    Default

    Quote Originally Posted by jaro View Post
    I have not used Seam yet, and only a few spring libraries - core spring with IoC, Spring AOP, Spring Security, now starting with Spring dynamic modules (OSGi integration), and Apache CXF for web services integrates with Spring very well.

    Having XML configuration files is not a downside at all if you have good navigation support in your IDE - eclipse/intellij, otherwise its a nightmare.

    It's my personal opinion but I like the way things are done in Spring. The more I use it the more I like it .
    annotations are now available in Spring as well... no more XML hell (if you so choose)
    Spring and Seam can co-exist in a world ruled by death, taxes and XML.

  3. #13
    Join Date
    Feb 2009
    Posts
    2

    Default

    Thanks rabies. For our web application where for now we are looking for a facilitated integration with a workflow tool (plus Reporting tools and MS-Office) and judging from the examples given in Seam in Action and the Seam tutorials, it looks like Seam would be the faster way to build. However, further downstream, there will be requirements for integration with tools that I am not familiar with like a portal (Life Ray) and a document management system (like Alfresco) and JSF might help with that. Still something is pulling me towards Spring ... I guess I better experiment ... but for now the only workflow tool I have is JBPM which requires an application server ...
    Thanks again ...
    Last edited by embaye; Feb 3rd, 2009 at 11:04 PM.

  4. #14
    Join Date
    Oct 2007
    Posts
    4

    Default Seam-Spring integration

    This may be helpful: http://www.javaworld.com/javaworld/j...ring-seam.html

    Spring forums are great
    Last edited by joblini; Feb 22nd, 2009 at 09:37 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •