Monday, 11 April 2011

What is the difference between Action and ActionSupport ?

Action is interface defines some string like SUCCESS,ERROR etc  and an execute() method. For convenience Developer implement this interface to have access to String field in action methods. ActionSupport on other hand implements Action and some other interfaces and provides some feature like data validation and localized error messaging  when extended in the action classes by developers. 

No comments:

Post a Comment