Hello Misak,

Friday, December 01, 2000, 1:20:11 AM, you wrote:

BM> Thanks for responding. We were trying to use struts library. The only thing
BM> I don't like about it is that for every request the action servlet is
BM> instantiating (class.forname call) the object and then calls perform method
BM> of that object. So, If your action classes are not servlets themselves then
BM> every single thread will be using a new instance of that class. In cases
BM> where you need to access session beans (EJB) then there is no init method
BM> for placing these calls to do only once. That is why we are still evaluating
BM> struts but have not made any decisions yet. Let me know if I am wrong.

I can not write anymore else about problem after Craig's letter.
It is one of base features of struts - to use one instance of action
to process all requests.

--
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to