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. 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? c. will the ActionController be able to load the database connections/connection pooling (we are using oracle) d. will there be any performance issues? 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. best regards rajat