On 10 Mar 2004, at 12:02, Rajat Pandit wrote:


Hello All,
we have a product which was built on an inhouse developed controller, and we are currently planning to port the application on struts. This application was built on the MVC architecture with a central controller as the application entry point.


for phase I we have to make additional modules for this product and then later integrate these modules in the new ported application. my questions are as follows.

a. can i build the new modules around ActionServlet so that the current controller can pass the control to the struts controller when required.

You can use servlets and the struts action servlet together yes


b. will i be able to access the objects stored in the request, application or session objects by the current controller frm my action class?

Yes.


c. will the ActionController be able to load the database connections/connection pooling (we are using oracle)

Yes.. Don't make any difference which db you use.


d. will there be any performance issues?

The struts action servlet is an easy way of not getting to bogged down with threads and such like, as the action servlet is one servlet instance.



do let me know your views. i need to make a report today and send it over.
thanks a lot in advance for ur time.

Just bolt struts on to your existing stuff and will work fine (assuming you existing stuff works at the moment).


One suggestion, why not just try it out?


best regards rajat


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to