Results 1 to 3 of 3

Thread: Can we use Spring container in place of Appserver?

  1. #1
    Join Date
    Mar 2006
    Posts
    5

    Default Can we use Spring container in place of Appserver?

    HI Can we use spring framework in place of an Appserver? as Transactions, Security , load balancing many of the features are handled in Spring, although some of them are commercial.

  2. #2
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    There are many services which you can provide without an application server. Transactions and security are such features. Load balancing is not. You need some sort of program to provide the execution environment. Many web applications can be implemented using only a servlet container + Spring.
    Bill

  3. #3

    Default

    again the answer is it depends. if you need 2pc, xa and such other "advanced" features, then maybe not.

    have a look at this

    http://www.theserverside.com/news/th...hread_id=39236

Posting Permissions

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