top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Struts: All dependencies vs Essential dependencies?

0 votes
305 views

I have a very minimal struts app I wrote some years ago. I want to upgrade it from 2.3 to 2.5. I'm wondering what requirements would allow the use of the essential dependencies jar. I am using only jstl tags, no struts tags. And my app is pretty simple.

posted Apr 18, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

There are an essential dependencies to download, is that what are you looking for?
http://struts.apache.org/download.cgi#struts-ga

All the tags are included in the struts2-core.jar, there is a plan to exclude them into plugins and have just pure core MVC engine.

answer Apr 18, 2017 by Garima Jain
Similar Questions
0 votes

We want to migrate Struts 2.3.16 from 1.x. Based on the documentation provided by Apache Struts at http://struts.apache.org/development/2.x/struts2-core/dependencies.html# the spring version they recommend seems to be 3.0.5.

Can we use a later version of Spring instead? We are using spring 3.2.8 in other apps. Is spring 3.2.8 compatible with Struts 2.3.16?

...