Struts 2

  • Struts Validation Example

    To ensure users are entering valid information, validation of form’s input is necessary for every web application. The struts2 framework…

    Read More »
  • Struts2 Action Mapping Example

    Apache Struts2 is an elegant, extensible framework for creating the enterprise-ready Java web applications. The framework is designed to streamline…

    Read More »
  • Struts JSP Example

    Apache Struts2 is an elegant, extensible framework for creating the enterprise-ready Java web applications. The framework is designed to streamline…

    Read More »
  • Struts Tiles Plugin in Eclipse Example

    Struts Tiles framework is a layout framework, which allows users to maintain a standard look of the header, footer, and…

    Read More »
  • Struts 2 and Log4J Example

    In this example we will learn how to integrate Struts2 application with Log4j logging framework. Apache Struts is a free,…

    Read More »
  • Struts 2 @ResultPath Annotation Example

    Struts 2, the famous Model-View-Controller (MVC) framework, has several features that allows you to shape your webapp the way you…

    Read More »
  • Struts 2 “HelloWorld” Example

    Struts 2 is a famous Model-View-Controller (MVC) framework, mainly found in the enterprise market since its release in 2000. Its…

    Read More »
Back to top button