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