AJAX support : Struts provides all
features of AJAX technology.
Tag support : Struts2 comes with
elegant tags, which reduce the developer development time.
Providing
expression language : IN struts2 A
developer can design view pages using JSP, JSP-Expression Language, JSP
Standard Tag Library, XSLT, Object-Graph Navigation Language (OGNL), FreeMarker
and Velocity.
Easy Integration : you can easily
integrate struts2 with other technologies like spring, Hibernate etc.,
Minimal
configurations : You
can develop an application with mininmal configuration, struts takes care of
things like converting request parameters to specific java type etc.,
Result
Types : The
Struts2 supports the various types of Results like Dispatcher Result, Velocity
Result,HttpHeader Result, Redirect Result, XSL Result, Redirect Action
Result, Stream Result, PlainText Result, Tiles Result, FreeMarker Result.
Themes
and Template support : Struts 2 provides 3 types of themes: xhtml, simple and
css_xhtml. The xhtml is default theme of struts 2. Themes and templates can be
used for look and feel across the applications.
User input validation
: You
can validate the request data in action class.
Support for
Internationalization and localization
No comments:
Post a Comment