Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

JSP action, JSP action tag, action tag – one of JSP tag elements: action, directive, declaration, expression, scriptlet, comment. Follows the XML format and always begins with <jsp:... />. JSP provides certain functionality through JSP actions such as finding or instantiating a JavaBean, or navigating to an URL. JSP actions are rarely called "actions" in context of Struts/JSP application to avoid ambiguity.

References

  • Wiki Markup
    \[1\] [Front Controller, Martin Fowler|http://www.martinfowler.com/eaaCatalog/frontController.html]

  • Wiki Markup
    \[2\] [Design Patterns|http://www.amazon.com/gp/product/0201633612/sr=1-1/qid=1153258356/ref=pd_bbs_1/104-0581018-0788724?ie=UTF8&s=books] - Design Patterns: Elements of Reusable Object-Oriented Software (Addison-Wesley)

  • Wiki Markup
    \[3\] [Front Controller Pattern, MSDN|http://msdn.microsoft.com/practices/apptype/webapps/default.aspx?pull=/library/en-us/dnpatterns/html/DesFrontController.asp]