PDA

View Full Version : Need a quick stack eval


serwei
Aug 29th, 2004, 10:46 PM
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!

Alef Arendsen
Aug 30th, 2004, 04:39 AM
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.