The Struts 2 Convention Plugin provides Struts 2 with convention-based actions and views, allowing zero-config Struts 2 applications, while providing customization at multiple levels.
In the following piece of code about Struts action class, @Namespace("/admin_side") @ResultPath("/WEB-INF/content") // Default. public final class …
jsp struts2 struts2-convention-plugin dmii would like to have some global results in my application. In good old XML configuration it would look like: &…
java jsp struts2 xml-configuration struts2-convention-plugin