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 applications of struts?

0 Answers  


Explain about struts dispatch action?

0 Answers  


What’s the utilization of struts.xml configuration file?

0 Answers  


Explain how can we upload files in struts2 application?

0 Answers  


Why are frameworks used?

0 Answers  






What is the role of a handler in mvc based applications?

0 Answers  


Which model components are supported by Struts?

0 Answers  


What are the bundled validators?

0 Answers  


What is Struts2?

0 Answers  


Can u call Action class methods fro struts-config.xml file?

2 Answers   iGate,


In struts how to use regurlar formbeans using validation framework explain?

1 Answers   TCS,


i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.

2 Answers   CTS, TCS,


Categories