struts 1.3 features?



struts 1.3 features?..

Answer / karuna.thambala

1) Conversion to and from FormBean to ValueObjects (though
it can be achieved with one line statement using
BeanUtils,but a automatic conversion would be desired)

2) Passing a subset of ActionForm through the Action chain
(using seperate set of ActionForm for a single HTML Form)

3) Using ActionForm not only as a carrier of data from HTML
forms to the Action but also to display data after
executing the Action

4) Changing the execute() method signature to pass only the
ActionForm and ActionMapping, and no
HttpServletRequest and HttpServletResponse objects.
Struts should be protocol agnostic.

5) Replacing static ActionForm with DynaActionForm for all
cases. ActionForm should be dynamic enough to include
parameters that are created dynamically using javascript.

6) Though not part of core Struts, having a sophisticated
Struts tag library,like displaying tabular data with run
time selection of style sheets,would definitely be handy.

7)Struts developers have completely rebuilt the
RequestProcessor using the Chain-of-Command/Chain-of-
Responsibility (CoR)
pattern implemented in Apache Commons-Chain

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More Struts Interview Questions

what are the componenets of struts?

8 Answers   HCL,


What is struts framework?

1 Answers  


What is the difference between validation.xml and validator-rules.xml files in struts?

1 Answers  


What is action servlet in struts?

1 Answers  


what is the purpose of load_on_startup entry in struts- config.xml?

8 Answers   Satyam,


Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?

1 Answers  


what is the use of cvs in struts?

2 Answers  


What is the purpose of global-forwards tag in struct-config.xml?

1 Answers  


what is the disadvantage of struts frame work?

11 Answers  


What is token used for?

1 Answers  


drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips

2 Answers  


How we can controlled duplicate form submission in struts?

1 Answers  


Categories