Latest Answer: Static methods are BAD BAD thing, should b always prohibited. They bind u to a concrete class. Remeber the first good practice of OOP, always program to interfaces rather than classes. Use a factory with singelton rather than a static method. However ...
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: Struts controller uses the command design pattern and the action classes use
the adapter design pattern. The process() method of the RequestProcessor uses
the template method design pattern. Struts also implement the following J2EE
design patterns. ...
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 ...
View page << Previous 4 5 6 7 [8] 9 10 11 Next >>

Go Top