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

What is the difference between shocks and struts?

498


Can you explain the directory structure for a struts folder in brief ?

518


What is the purpose of @requiredstringvalidator annotation?

527


What is action servlet in struts?

538


How to use forward action to restrict a strut application to mvc?

592






Who makes the struts?

543


Can you explain struts.properties in struts2?

526


What is the differences between struts1 and struts2?

528


Why we use struts over servlets?

520


Explain struts?

551


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

578


Why actionservlet is singleton in struts?

589


How to handle exceptions in structs?

568


what is ACID test for fresh engineers??what is the pattern??

2365


What are the core classes of struts?

568