Latest Answer: Apache struts and Jakarta Struts are one or the same thingbyee ...
I have linux OS.I installed Tomcat 4. in Linux.Now, i have to deploy My web application into that using WAR file.Please tell me steps....and also steps for the creating the WAR file too.
Wats meant by struts?how to use struts in IBM websphere appli. ?and how to managed with struts?(plz answer simply just an intro. don\'t go very deep)
Latest Answer: Servlet Config parameters are set for the servlet initialization, these information is necessary for the servlet startup, eg.: Database connectivity, other xml files. etc.Servlet Context are used by the servlets to interact with the SERVER, servlet can ...
Latest Answer: Good Explanation !! keep it up !! ...
Latest Answer: The findByPrimaryKey() method works like the read() method, except that the findByPrimaryKey() method retrieves a single TxObject directly from the database using a primary key without going through a TxCursor. The primary key can be any primary key. ...
please post the answer
Latest Answer: Aditya, Exactly you are correct. ActionServlet uses Command design pattern by calling the action classesprocess() method of RequestProcessor uses template method desigb pattern by calling sequence of methods.Action classes are used to transfer the HTTP ...
Latest Answer: MVC1A Model 1 application control is decentralized, because the current page being displayed determines the next page to display. In addition, each JSP page or servlet processes its own inputs (parameters from GET or POST). In some Model 1 architectures, ...
pl any one answer
Latest Answer: To pass the values from dyna form to entity bean, we should follow some design patterns.from action to business delegate(java bean)----->sesstion bean1----->>sesstion ...
need answer
Latest Answer: Struts implements MVC design so that we can divide the web application in to view, data access/modify and controller layers. JSPs and HTMLs are come into view, when a user enters data into form and submits a request, it goes to Action servlet, in which ...
View page << Previous 4 5 6 7 [8] 9 10 11 Next >>

Go Top