Struts 2 version 2.3.16.3 released

New version of Struts 2 version 2.3.16.3 is released and in this version there is an internal change to avoid the manipulation in the Strut's internals via CookieInterceptor.

Struts 2 version 2.3.16.3 released

Struts 2 version 2.3.16.3 released - Here is the latest maven dependencies code

Latest version of Struts 2: Struts 2 version 2.3.16.3 released with minor internal fix. This change is to avoid the use of CookieInterceptor for manipulating the Struts Intervals. So, application developed in Struts 2 should be upgraded to the latest version 2.3.16.3

Struts 2 version 2.3.16.3 released - Download and use the latest version of Struts 2

Apache Struts 2 is very elegant and highly extensible web application development framework, which can be used to develop enterprise grade applications in Java technologies which can run on Java enabled servers. The Struts 2 framework is designed from scratch as compared to struts 1, which streamlines the full application development cycle, which includes designing, development, building testing and deployment and the maintenance of the application.

It is advised to update the existing applications to use the latest version of Struts 2 libraries. If you can using maven you just have to change the dependency version to <version>2.3.16.3</version>. Here is the Maven dependency code:

<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-core</artifactId>
  <version>2.3.16.3</version>
</dependency>

If you have included the complete libraries in your project then download the complete package from http://struts.apache.org/download.cgi and then include/update the library in your project.

How to use  Struts Archetype Catalog?

Following code show you how you can use Struts Archetype Catalog:

mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/

Where is the Staging Repository?

Here is the code of using stating repository in your Maven project.

<repositories>
  <repository>
    <id>apache.nexus</id>
    <name>ASF Nexus Staging</name>
    <url>https://repository.apache.org/content/groups/staging/</url>
  </repository>
</repositories>

Where to learn Struts 2?

You can learn Struts 2 at your website http://www.roseindia.net/struts/index.shtml