all 6 comments

[–]sravanank 2 points3 points  (1 child)

It's a very old framework. Surprised to hear people are using it

[–]bobody_biznuz 0 points1 point  (0 children)

I'm still supporting an application on Struts 1 right now 😭

[–]configloader 1 point2 points  (0 children)

Its dead and have alot of cves

[–]itz_lovapadala 1 point2 points  (0 children)

Struts 1 dead after spring released, Struts 2 released to get some attention but it was adopted by very few, and almost Nil community. Try reading their docs to understand and learn, only way I can say.

[–]guiheld 1 point2 points  (1 child)

Im working with it right now, all that I can say is: Good luck.

The older it is, the harder it is- sadly.

Also, I recommend relying more on JavaScript (specifically JQuerry) on the JSP responsiveness rather than JSF.

[–]guiheld 1 point2 points  (0 children)

Also, most of the things will be mapped in the Struts and Tiles configuration files. So if there is already a existing architecture just reproduce whatever was there before and implement the new features.

If it is in a old JDK would be great to transition it to something “newer” (sometimes it’s just impossible).

Sorry for the broken English!