What is the difference between struts 1.0 and struts 1.1

Questions by sadashivarao   answers by sadashivarao

Showing Answers 1 - 10 of 10 Answers

abhipsa

  • Sep 23rd, 2006
 

hi,

friends,

iam just an learner according to me the answer is

In struts 1.1 we use execute() while in struts 1.0 we use perform(),

another point is in 1.1 the application module is introduced as for using multiple modules instruts-config where as 1.0 has single module.

if there is any correction plz let us know.

  Was this answer useful?  Yes

basavaraj h.patil

  • Oct 4th, 2006
 

Struts 1.0 - Each ActionForm bean is required for same type of field validation(Suppose in 10 screens if you want to validate the phone number) and in action class perform() method.

Struts1.1 - DynaActionForm is introduced in 1.1 and you can use one DynaActionForm for multiple screens/pages. Execute() method is introduced.

  Was this answer useful?  Yes

Jayakanthan

  • Oct 26th, 2006
 

one more difference is struts1.0 throws only two exceptions IOException & ServletException.in struts1.1 through all exceptions

  Was this answer useful?  Yes

mastanreddy

  • Oct 27th, 2006
 

hi

srtuts 1.0 and 1.1 many difference s are availble

struts 1.0 here validation not availbe

struts 1.1 added actionclasses include action

dispatch action

validator, tiles

  Was this answer useful?  Yes

In Struts1.0 have perform() methos in action class where as struts 1.1 have excute() method in action class

Acction messages () are introduced in struts1.1

DynaactionForms are introduce in struts1.1

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions