Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what's diff between struts 1.1 & 1.2

Answers were Sorted based on User's Feedback



what's diff between struts 1.1 & 1.2..

Answer / imtiyaz

The three differences I see as most significant are:

* Deprecation of ActionError class. (Use ActionMessage
instead)
* Ability to use wildcard characters in action mappings
* Improvments in the validation framework, including the
"validwhen" rule

Is This Answer Correct ?    26 Yes 6 No

what's diff between struts 1.1 & 1.2..

Answer / prabhakar

Struts 1.2 features:
====================

1) In Struts 1.2,ActionErrors were deprecated, needs to use
ActionMessages instead of ActionErrors.

2) Introducing to MappingDispatchAction (A new standard
action that dispatches to a method name by having
different actions in the action Mappings for each method)

3) Attribute 'module' has been introduced in the forward tag
of action.Which will be used to link to another module when
forward happens.Can be used when we work with SwithAction.

4) Validation framework was fine tuned , including additon
of new validation rule 'validWhen'


- Prabhakar

Is This Answer Correct ?    21 Yes 2 No

what's diff between struts 1.1 & 1.2..

Answer / vasu

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 Correct ?    13 Yes 20 No

Post New Answer

More Core Java Interview Questions

Explain about the select method with an example?

0 Answers  


How do you implement singleton class?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


What is the functionability stubs and skeletons?

0 Answers  


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

0 Answers  


How does serialization work

3 Answers   Ordain Solutions,


What is the size of string?

0 Answers  


What is the use of a conditional inclusion statement in Java ?

0 Answers   Global Logic,


What is an arraylist in java?

0 Answers  


What is bool mean?

0 Answers  


Are private methods final?

0 Answers  


Explain heap sort?

0 Answers   Flextronics,


Categories