Results 1 to 2 of 2

Thread: Need a quick stack eval

  1. #1
    Join Date
    Aug 2004
    Posts
    4

    Default Need a quick stack eval

    Hi guys!
    Need a quick feasibility look at my stack, cos we're growing our ops.


    Struts + Spring
    ------
    EJB 2.0
    ------
    single instance BES on multi-partition

    Is this ok? our main concern is the part on load balancing -- will Spring require any modifications/awareness; or is it EJB's problem; or not a problem at all?
    Please advise or tell me it's a dummy qn thanks!

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

    Default

    Spring does not really need to know about load balancing, if of course your application is designed correctly.

    Spring just uses the normal servlet infrastructure and does not depend on any proprietary server APIs.

    It's more of a configuration issue which all depends on what server you're running.

Similar Threads

  1. Stack trace but work
    By schuer in forum Container
    Replies: 11
    Last Post: Jun 30th, 2005, 06:08 PM
  2. Replies: 1
    Last Post: Jun 22nd, 2005, 05:56 PM
  3. Replies: 1
    Last Post: Jun 12th, 2005, 08:46 AM
  4. Replies: 4
    Last Post: Mar 3rd, 2005, 01:18 PM
  5. template for interceptor stack?
    By fox9 in forum AOP
    Replies: 3
    Last Post: Feb 3rd, 2005, 01:33 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
  •