RE: Urgent and priority help on Struts 1.3 upgrade to Struts 6.0

2023-06-04 Thread Ankit Garg
TCS Confidential Thank you Dave. As per our understanding 1.3.x to 2.0.x should be rewrite where most of the effort would be required. How about further upgrading from 2.0.x to 6.0.x (aka 2.6.x)? Need some advice on possible impact and required effort. Thank you. -Original Message- Fro

Re: Urgent and priority help on Struts 1.3 upgrade to Struts 6.0

2023-06-04 Thread Dave Newton
On Sun, Jun 4, 2023 at 00:29 Ankit Garg wrote: > Need help and expert connect to understand more on impact and approaches, > effort estimation etc. > Effort: unclear how anyone could guess. Depends entirely on codebase size, architecture, scale reps, etc. TL;DR: you’llrewrite the entire web laye

Re: Urgent and priority help on Struts 1.3 upgrade to Struts 6.0

2023-06-04 Thread Dale Newfield
IIRC, long ago there was a plugin for struts2 that executed struts1...which I guess might provide a way to do the port incrementally, if it still exists. But, in general, Struts1->2 is more of a rewrite than an upgrade. So instead of running old and new in the same jvm, you could just run old and

RE: Urgent and priority help on Struts 1.3 upgrade to Struts 6.0

2023-06-04 Thread Krishnaraj Viswanathan
As you have probably already realised, Struts 1 to Struts 2 is a major upgrade. The joke in our team was "the one thing that is common between the two versions is the word Struts". If the existing project is not very complex(I realise this is a relative term), I would actually suggest designin