Where do we call EJB in Struts?
Latest Answer: We can call EJB in struts using Service Locator Design Patern ...
How are transactions made in Struts?
Latest Answer: Action class is responsalbe for transaction and bussiness logic in the struts and that class is used to get the data from the model and send it back to the controller and then controller redirect it to the view for displaying.... ...
Latest Answer: 1st you create a war file of your application.Then start the weblogic server.
Then open the browser & write the url of weblogic in the address bar of the browser.
Then enter your user name & password.In the browser u got a deploy option.
You give the ...
With diagram.ActionServlet having around 16 methods?
Latest Answer: We can map the JSP page to the action serveletjsp page coding:struts_config.xml: ...
Latest Answer: Internationalization can be done by using message STRUTS Message resources. It will support multiple locale specific messages for the applications.Please go through : http://learntechnology.net/content/struts/message_resources.jsp?style=print ...
If perform and execute methods are the same, why they replaced execute in place of perform from 1.0 to 1.1?
View page << Previous 1 [2] 3 4 5 6 7 Next >>

Go Top