> I was just wondering how developers who have developed larger servlet based
> applications got their Servlets and their Business Objects to talk to each
> other....

By developing a framework that encapsulates all of the servlets into a
framework that can utilize a shared pool of resources.

Take a look at Dash...it does exactly this.

<http://www.working-dogs.com/dash/>

The idea is that there is a single point of entry that is responsible for
maintain pools of resources that are then made available to each and every
"sub-servlet".

-jon

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to