GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  J2EE  >  Struts
Go To First  |  Previous Question  |  Next Question 
 Struts  |  Question 2 of 102    Print  
What is the difference between Struts 1.0 and Struts 1.1

  
Total Answers and Comments: 9 Last Update: November 11, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 14, 2005 13:35:48   #1  
Anju Molugu        

RE: What is the difference between Struts 1.0 and Struts 1.1
The new features added to Struts 1.1 are 1. RequestProcessor class 2. Method perform() replaced by execute() in Struts base Action Class 3. Changes to web.xml and struts-config.xml4.Declarative exception handling5.Dynamic ActionForms6.Plug-ins7.Multiple Application Modules8.Nested Tags9.The Struts Validator10.Change to the ORO package11.Change to Commons logging12.Removal of Admin actions13. Deprecation of the GenericDataSource
 
Is this answer useful? Yes | No
August 06, 2005 05:48:01   #2  
Praveen        

RE: What is the difference between Struts 1.0 and Struts 1.1
Struts 1.1 has method execute in action class where as Struts 1.0 contains performexecute() method
 
Is this answer useful? Yes | No
September 12, 2005 10:31:07   #3  
vamshidhar gade        

RE: What is the difference between Struts 1.0 and Struts 1.1
Hi,new concepts in struts1.1 are1)changes to the web.xml file as well as Struts-config.xml2)performExcecute() is replaced by execute() method3)plug-ins added4)RequestProcessor class..etc
 
Is this answer useful? Yes | No
September 23, 2005 18:26:39   #4  
guptach Member Since: September 2005   Contribution: 10    

What is the difference between Struts 1.0 and Stru...

The main differences are

1. In Action class Perform() method was replaced by execute() method.

2. DynaActionForms are added.

3. Tiles Concept is introduced.

4. We can write our own Controller by Inheriting RequestProcessor class. i.e., nothing but we can override the process() method of the RequestProcessor class.

Apart from these some updates in web.xml and Struts-Config.xml.


 
Is this answer useful? Yes | No
May 01, 2006 07:23:41   #5  
hema        

RE: What is the difference between Struts 1.0 and Stru...
As per my point of view, from struts 1.1 it is recommended to use ActionMessages instead of ActionErrors , ActionMessage instead of ActionError and SaveMessages inplace of saveErrors
 
Is this answer useful? Yes | No
May 29, 2006 02:08:37   #6  
Chaithanya        

RE: What is the difference between Struts 1.0 and Stru...
The new features added to Struts 1.1 are 1. RequestProcessor class 2. Method perform() replaced by execute() in Struts base Action Class 3. Changes to web.xml and struts-config.xml4.Declarative exception handling5.Dynamic ActionForms6.Plug-ins7.Multiple Application Modules8.Nested Tags9.The Struts Validator10.Change to the ORO package11.Change to Commons logging12.Removal of Admin actions13. Deprecation of the GenericDataSource
 
Is this answer useful? Yes | No
October 05, 2006 02:47:54   #7  
M.V.GURU BRAHMAM        

RE: What is the difference between Struts 1.0 and Stru...

Differences between Struts 1.1 and 1.2:-

1) Adviced for replacement of ActionErrors with ActionMessages

2) org.apache.struts.Action statics: Use org.apache.struts.Global statics instead

3) Many utility methods previously found in org.apache.struts.utils.RequestUtils have been moved to org.apache.struts.taglibs.TagUtils or org.apache.struts.utils.ModuleUtils.

4) Introduction of MappingDispatchAction : A new standard Action that dispatches to a method named by the ActionMapping parameter.

5) Introduction of DigestingPlugIn - A new standard PlugIn that helps you create your own object graph in application scope. This is handy way to create business objects for Actions to call.

6) Addition of Action attributes - An Action attribute has been added to the html img tag, to match what's available on the html link tag now.

7) Additon of Module attribute - A new "module" attribute is available on the forward element as well as several of the core tags. This attribute allows you to specify another module by name (or "prefix") to create direct links between modules. The new module attribute is preferered to the contextRelative attribute and can often be used in lieu of a "SwitchAction".


 
Is this answer useful? Yes | No
April 09, 2008 15:16:39   #8  
hariprasad36 Member Since: April 2008   Contribution: 1    

RE: What is the difference between Struts 1.0 and Struts 1.1

The main differences are

1. In Action class Perform() method was replaced by execute() method.

2. DynaActionForms are added.

3. Tiles Concept is introduced.

4. We can write our own Controller by Inheriting RequestProcessor class. i.e., nothing but we can override the process() method of the RequestProcessor class.


 
Is this answer useful? Yes | No
November 11, 2008 00:34:17   #9  
raj.ntrj Member Since: November 2008   Contribution: 2    

RE: What is the difference between Struts 1.0 and Struts 1.1
The new features added to Struts 1.1 are
1. RequestProcessor class
2. Method perform() replaced by execute() in Struts base Action Class
3. Changes to web.xml and struts-config.xml
4.Declarative exception handling
5.Dynamic ActionForms6.Plug-ins
7.Multiple Application Modules
8.The Struts Validator
9. Deprecation of the GenericDataSource

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape