Results 1 to 5 of 5

Thread: Spring Customer / Risk factors

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    1

    Default Spring Customer / Risk factors

    Hi,

    We are currently evaluating various frameworks for different tiers, and spring is one of them for business layer. One of the items we have to evaluate in Risk Factor/ Usage. Since spring is fairly new to the market, any body has any idea what is the usage / install base in other words which companies are using this and with which other frameworks (Struts + Spring + Hibernate etc).

    Thanks in advance

  2. #2
    Join Date
    Aug 2004
    Location
    Michigan, U.S.A.
    Posts
    3

    Default Re:

    You can look here: http://www.springframework.com/users.html for a list of Spring framework users.

    There are also some general descriptions specifying how Spring is used.

  3. #3
    Join Date
    Aug 2004
    Location
    Warsaw, Poland
    Posts
    33

    Default Re: Spring Customer / Risk factors

    Quote Originally Posted by munisht
    Hi,

    We are currently evaluating various frameworks for different tiers, and spring is one of them for business layer. One of the items we have to evaluate in Risk Factor/ Usage. Since spring is fairly new to the market, any body has any idea what is the usage / install base in other words which companies are using this and with which other frameworks (Struts + Spring + Hibernate etc).

    Thanks in advance
    My company, one of the biggest financial institution in central Europe uses spring for it's recent projects. We found it very usefull, reliable and simple. Recently we use springframework in our SMS gateway server, which handles lots of messages per day. We - of course - use Hibernate and Struts within our projects. I found very low risk factor using spring, because it is well thought, non-intrusive and - actually - simple.

    Artur

  4. #4
    Join Date
    Aug 2004
    Location
    Germany, Magdeburg
    Posts
    279

    Default

    We - of course - use Hibernate and Struts within our projects
    What makes you use Struts instead of the MVC parts of spring?

    I had a discussion once about struts vs mvc and would like to hear other oppinions on this. I found Spring MVC easy and complete for the needs I am faced up to now. But I would like to increase my knowledge about when to use Struts anyway,

  5. #5
    Join Date
    Aug 2004
    Location
    Warsaw, Poland
    Posts
    33

    Default Re: Spring Customer / Risk factors

    Quote Originally Posted by Martin Kersten
    We - of course - use Hibernate and Struts
    within our projects
    What makes you use Struts instead of the MVC
    parts of spring?
    We decided to use struts before spring 1.0 had been released. We evaluated
    WW (there were no WW2 yet at this time) and Struts. We've chosen struts
    because superior documentation, huge user base, tons of books, and pretty
    good IDE support (myeclipseide for instance). I know big players supports
    Struts (Oracle, IBM to name few) too.

    Currently we are evaluating spring's MVC for our new projects, but won't
    switch to spring mvc within next half a year (at least).

    Quote Originally Posted by Martin Kersten
    I had a discussion once about struts vs mvc and would like to hear other
    opinions on this. I found Spring MVC easy and complete for the needs I am
    faced up to now. But I would like to increase my knowledge about when to use
    Struts anyway,
    Well technically I found spring MVC more sophisticated than struts (except
    some minor things - like ability to pass 'beans' into MultiActionController
    - or I don't know how to do that:) - but we have pretty good Struts
    knowledge, and since there is very good struts and spring integration we are
    happy with this couple. If You want to read some thoughts about Spring MVC
    from Struts' user point of view I recommend You scroll through Matt Raible
    blog - he had recently very interesting entries regarding Spring vs Struts
    MVC.

    Artur

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. No one hires for Spring expertise
    By ctassoni in forum Meta
    Replies: 13
    Last Post: May 5th, 2005, 04:29 PM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 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
  •