Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are the docs for Struts 1 still available online? [closed]

Tags:

I have needed to maintain a Struts 1 application. I know, EOL almost two years ago, no new releases in six years. Whatever, we have 100k lines of working code in a Struts 1 app, and it's not going away just because I have more modern sensibilities.

I've looked for the docs, so I can understand this ancient framework, and I'm coming up empty. This link is broken. This site seems to only have Struts 2 information, if you don't count the EOL announcement.

Does anyone know of a site where the old docs are hosted? I'll be extra grateful if someone can point to docs for Struts 1.2.7.

like image 296
Eric Wilson Avatar asked Jan 20 '15 13:01

Eric Wilson


2 Answers

Accoring to this article, the docs should be:

With the announcement of Struts 1 EOL, what happens to Struts 1 resources?

All resources will stay where they are. The documentation will still be accessible from the Apache Struts homepage, as well as the downloads for all released Struts 1.x versions. All of the Struts 1 source code can be found in the Apache Struts subversion repository, now and in future. All released Maven artifacts will still be accessible in Maven Central.


This LINK shows the archived docs in zip format.

enter image description here

Would be the file path.

like image 141
jbutler483 Avatar answered Sep 19 '22 18:09

jbutler483


The answer from @jbutler483 is correct, but unfortunately is not enough to find the documentation for Struts 1.2.7, because there are only documentation for Struts 1.3.5+ in the documentation repo.

However, inside the full Struts 1.2.7 zip, there is a file named struts-documentation.war, which have the full documentation.

like image 21
ArturoTena Avatar answered Sep 19 '22 18:09

ArturoTena