What is Controller in MVC ?
Is it struts.xml or Servlet (Action Class)?
struts.xml
Servlet
Can we have more than one Controller in our ap
Controller
The ActionServlet is the controller IMO.
ActionServlet
In a broader scope the ActionServlet together with the RequestProcessor and Action and the initialization info from struts-config.xml could be called the controller in a struts app.
RequestProcessor
Action
struts-config.xml