What are the advantages and disadvantages of Struts 2 Framework?
Latest Answer: Advantages of struts1. Centralized file-based configuration2.
Form beans.3. Bean tags.4. HTML tags5. Form field validation6.
Consistent approach.Disadvantages of struts1. Bigger learning curve2.
BAD documentation3. Less transparent4. Rigid approach. ...
Why we use Struts framework in project?
Latest Answer: By using Struts making projects as MVC architecture based web applications. The advantages are clean saperation of roles means we write the specified logic in that specified component only, logics are not mixed up, parallel development is possible, productivity ...
What is heirarchy of files in Struts?
Latest Answer: When the request is recived by ActionServlet it looks for the ActionMapping entries in the Struts-config.xml. ActionMapping returns the appropriate Action class where we handle the business logic.Finally execute() returns the ActionForward key (View). ...
Latest Answer: We can configure the database connection by setting the connectino atributes in server.xml file which is available in conf folder in the tomcat home path. In this server.xml file there is an tag attributes related make connection pool for any database. ...
iam not able to disable a JSP in Mozilla but its working fine in IE7 can any one guide me sending the code line for this
Latest Answer: get the header of mozila and apply condition for this perticular condition u can ban the page to display on mozilla ...
why do we have only one ActionServlet in Struts?(Asked in Polaris Interview for Java Experienced people , on April 11, Chennai)
Latest Answer: This is so because struts implements MVC and in an MVC we generally (almost 99%) have only one controller. The ActionServlet acts as a controller. ...
What is the difference between Struts 1.x and Struts 2.x
Latest Answer: Feature Struts 1 Struts 2 Action classes Struts1 extends the abstract base class by its action class. The problem with struts1 is that it uses the abstract classes rather than interfaces. While in Struts 2, an Action class implements an Action interface, ...
What are the helper file in the form of JSPs available in struts?.Is struts tags are XHTML supportive?
Help me
Latest Answer: The only difference between the two isexecute() throws Expection whereasperform() throws IOException and ServletExceptionperform() has now been depricated so one should use execute() only. ...
Latest Answer: To develop the applications very easily this frame works are developed .These frameworks are developed based on good architechture,upcourse we have follow the rules .ex: validator frame work tiles framework ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top