struts 1.3 features?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How duplicate form submission can be controlled in struts?

641


What is the purpose of @doublerangefieldvalidator?

605


How you will make available any message resources definitions file to the struts framework environment?

554


What do you mean by actionservlet?

545


What are the sections into which a strut configuration file can be divided?

546






Which model components are supported by Struts?

563


What is http forward?

548


Do you need an alignment after replacing struts?

520


How to build struts application in eclipse?

524


What is pojo in struts2?

562


How do I access token?

495


How nested beans can be used in Struts applications?

548


What is struts? Explain

538


How client side validation is enabled on a jsp form?

590


Explain about struts relation to html tags?

547