![]() Related Questions Answered by asreeni on 2005-04-08 03:24:40: The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and XML, as well Latest Answer : Apache Struts is a frame work build on several design patterns like MVC, FrontController, Factory, Singleton etc., It is most suitable framework to develop web based applications, because this framework is supported by all the web containers.If ... Latest Answer : The new features added to Struts 1.1 are 1. RequestProcessor class 2. Method perform() replaced by execute() in Struts base Action Class3. Changes to web.xml and struts-config.xml4.Declarative exception handling5.Dynamic ActionForms6.Plug-ins7.Multiple ... Latest Answer : 1) When first the request is made from a JSP/HTML/XSLT to the server with a particular URI(/something.do), the controll first reaches Web.xml file.2) it checks the mapping for /something.do in web.xml and finds the ActionServlet and loads ActionServlet.......action ... Latest Answer : Yes, we use Service locator design pattern We can call from Action Calss through JNDI to home object. then call remote object from home object ... Latest Answer : There are only five struts tag libraries1)Bean tag lib2)Html tag lib3)logic tag lib4)nested tag lib5)Template tag libothers are JSTL tag libraries(ex: c.tld,sql.tld,fmt.tld) ... Latest Answer : hi,to handle the errors:in struts project to handle the error objet by using ActionError object and to handle the errors by using ActionErrors object.for supposeActionError ae1=new ActionError("err.one");ActionError ae2=new ActionError("err.two");Action ... Latest Answer : These are the tags we can define ,,,,, ... Latest Answer : Tokens are used to prevent multi click problem in struts. In Action class method at the begining of the code, need to call the saveToken() that generates an unique identifier for the "request url" and stotes it in the session and also in the ... Latest Answer : In the Enterprise standards the struts do well in view part in MVC architecture. ... Latest Answer : Yes I also agree with this - The core classes of struts are ActionForm, Action, ActionMapping, ActionForward etc... ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||