Struts2 Programming Tips


Writing a Struts 2 Plugin

Struts 2 has built-in support for plugins which can extend the core framework functionality. Plugins can potentially add, replace or extend Struts 2 functionality. Whenever you want to share a set of reusable components across multiple Struts 2 Web applications, it is better to package them as plugins. Usually Struts 2 plugins are packaged as […]

Struts 2 NetBeans Tutorial

Introduction Struts 2 is an excellent MVC Web application framework for developing enterprise Java web applications. It enables rapid development of Web applications and handles most of the plumbing required in large Web applications. This tutorial shows how NetBeans IDE can be used to build Struts 2 applications. Usually Struts2 applications are developed as Maven […]