Michael Wiles wrote:

> I know this sounds like a bit of a silly question, but what are the
> requirements/value add for utilising an application server to achieve
> the business goals?
>
With a J2EE application server you get an implementation of an EJB
Container, a Servlet Engine a a host of implemented contracts defined by
J2EE and the encompassed specifications. This is the part that provides
portability.

You should get enterprise-proven horizontal services such as transaction
management, security integration, caching, pooling, clustering (for
either failover or load balancing). This is the part that allows you to
concetrate on business logic

If you are lucky you also get access to some value-adds such as a
business process management framework, distributed and remote debugging
tools.

If you are really lucky you also get the source code to all this.

Lisa

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
-~----------~----~----~----~------~----~------~--~---

Reply via email to