View Poll Results: What are you running Spring on?

Voters
68. You may not vote on this poll
  • Tomcat

    42 61.76%
  • JBoss(tomcat or jetty)

    8 11.76%
  • Jetty

    4 5.88%
  • BEA Weblogic

    4 5.88%
  • IBM Websphere

    4 5.88%
  • Macromedia JRun

    0 0%
  • Apache Geronimo

    0 0%
  • I dont need no servlet container. i like it standalone

    2 2.94%
  • Resin

    3 4.41%
  • Orion

    1 1.47%
Results 1 to 9 of 9

Thread: What servlet container are you running Spring on?

  1. #1
    Join Date
    Oct 2004
    Location
    London, UK
    Posts
    71

    Default What servlet container are you running Spring on?

    Im interested to know which servlet containers (if at all) people are running their Spring projects on.

    My theory is that spring framework implements the more useful features of full-blown J2EE servers, that more complex projects will no longer need the heavy-weight application servers being more than happy to run on Tomcat.

    So what is it? Does tomcat+spring do all you need? or do you still like the big engines of BEA/IBM?

  2. #2
    Join Date
    Aug 2004
    Location
    Toulouse, France
    Posts
    148

    Default

    It is a bit limited to have only one choice. I mainly use tomcat but I like it raw and with jonas too.
    Olivier

  3. #3
    Join Date
    Oct 2004
    Location
    London, UK
    Posts
    71

    Default

    of course, the best thing is you are not limited allowing the same applications to be run on server and standalone with a common framework.

    In fact i know of one project where the same application is deployed centrally on a BEA server and individually on sales laptops on tomcat where Spring determines the online status and either uses remoting or local application depending on the situation all managed by the context configuration.

    What im more interested is what are people running in production on?

  4. #4
    Join Date
    Aug 2004
    Location
    Auckland, New Zealand
    Posts
    4

    Default

    I use Resin. Could the author of the poll add it to the list of choices please.

  5. #5
    Join Date
    Oct 2004
    Location
    London, UK
    Posts
    71

    Default

    cant edit the poll unfortunately doesnt look like the permissions are enabled.

    it probably would have to be done by a moderator so we can add resin and jonas (any more?)

  6. #6
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    I added Resin and Orion. Any others?
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  7. #7
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    Using Spring on both resin, tomcat, jboss and weblogic.

    Resin for lightweight, high-performance projects, tomcat for the low-cost stuff that doesn't require a heavy-duty transaction manager, weblogic for the heavy-duty stuff and jboss for some projects that still require EJBs (legacy).

    Alef
    Alef Arendsen
    SpringSource
    http://www.springsource.com

  8. #8
    Join Date
    Oct 2004
    Location
    London, UK
    Posts
    71

    Default

    Im wondering in which cases a platform choice had been made before selecting Spring as an implementing framework (i.e. as corporate standard) or chosen inconjunction to supply those baselining features should as performance, scalability, transaction handling. mdbs.

    I guess my real question is. How does/will lightweight containers affect corporate Java vendor choice?

  9. #9

    Default

    Silverstream 3.7.5 (JVM 1.3.0) :roll:

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. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Replies: 4
    Last Post: Dec 7th, 2004, 09:50 AM

Posting Permissions

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