Results 1 to 2 of 2

Thread: Technical difference between struts and spring

  1. #1
    Join Date
    May 2010
    Posts
    1

    Default Technical difference between struts and spring

    Hi,

    Can any body let me know the architectural difference between spring and struts, please?

    thanks
    J
    Last edited by johni.four; May 5th, 2010 at 12:44 PM.

  2. #2
    Join Date
    Nov 2006
    Location
    Boston, MA
    Posts
    303

    Default

    The difference is about the same as the difference between a refrigerator and an orange. Read the Spring documentation - starting with page 1. (It sounds like you might need to do some reading on Struts as well...)

    Struts is a web application framework. Spring is a framework that addresses a wide variety of application design and development concerns including (but not limited to) configuration, data access, validation, binding, AOP, web development, transaction management, remoting, messaging, security, and much more... It is fair to compare Struts to Spring's Web MVC framework, specifically.

Posting Permissions

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