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: First download mysql.jar and mysql connector then load the driverClass.forName("com.mysql.jdbc.Driver");then create a database in mysql lets assuse "test" is the database name. for using mysql we must provide user name and password ...
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: If the question was why does we have only one instance of Action Servlet than the life cycle would give us some awnser. A servlet will be instatiated only once.But for the current question why do we have only one ActionServlet, I am not sure if it is ...
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