Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 action support class in struts2?

1043


What is the purpose of @result?

1066


Do I have to credit struts on my own website?

1047


How struts2 supports internationalization?

1179


What is the difference between filters and interceptors ?

1245


What are the various struts tag libraries?

990


What are the different kinds of actions in struts?

1107


What do struts do?

1008


Describe the two types of formbeans.

1044


What is the purpose of action-mappings tag in struct-config.xml?

1010


What is struts2 framework?

996


Explain design patterns which is used in struts?

1026


How exceptions are handled in struts application?

1209


Explain how can we upload files in struts2 application?

1111


What is the purpose of @beforeresult?

1054