I am half way through my
struts eploration, suddenly i am bewildered by this question,
"why struts,and not an ordinary
servlet?"
"what paved way for their evolution?"
from the knowledge i got from various sources, struts uses more declarative traversing than ordinary servlets, am i right?.
Are view and controller loosely coupled than ever before?
The code quality of servlet increased?
what role does a controller play in struts framework?
when and who call the controller? and how? in case of ordinary MVC, container calls the servlet using web.xml.
Who read the struts-config.xml?i suppose it's the controller.
Who call other action classes that does the actual work? again it's the controller, right?.
what is the class name of the controller in struts?
if possible could you please reply with a complete life cycle of request-response cycle that uses struts framework. please use the actual class name, don't use generic names, like controller. please.
krishna prasad