Re: Migrating from Struts 1.2 to recent Struts

2019-03-13 Thread Dave Newton
On Tue, Mar 12, 2019 at 5:41 PM davidrobertwoos...@gmail.com < davidrobertwoos...@gmail.com> wrote: > The application uses 270 Tiles-based JSPs. It's a huge, complex user > interface. How would you approach that? > Honestly, I wouldn't--unless there's an overwhelmingly good reason to essentially

Re: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread davidrobertwoosley
Dave, The application uses 270 Tiles-based JSPs. It's a huge, complex user interface. How would you approach that? Thanks, David. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Re: RE: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread davidrobertwoosley
Thanks Yasser. I'll check them out. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread davidrobertwoosley
Martin, Excellent info. I may contact you directly via email. Thanks. David - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread Martin Gainty
ctions and existing struts1 forms within struts2 as dave mentioned your first effort should be to update all of your web interfaces hth From: Dave Newton Sent: Monday, March 11, 2019 3:02 PM To: Struts Users Mailing List Subject: Re: Migrating from Struts 1.2 to

RE: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread Yasser Zamani
/confluence/display/WW/Migration+Guide [2] https://stackoverflow.com/a/20130845/1362623 [3] http://www.infoq.com/articles/converting-struts-2-part1 >-Original Message- >From: Dave Newton >Sent: Monday, March 11, 2019 10:32 PM >To: Struts Users Mailing List >Subject: Re: Migrat

Re: Migrating from Struts 1.2 to recent Struts

2019-03-11 Thread Dave Newton
Kind of depends what you're migrating it to. Roughly speaking you copy your business logic as-is and rewrite the web interface side of things. On Mon, Mar 11, 2019 at 2:16 PM davidrobertwoos...@gmail.com < davidrobertwoos...@gmail.com> wrote: > I'm forced to migrate a sizable application from

Migrating from Struts 1.2 to recent Struts

2019-03-11 Thread davidrobertwoosley
I'm forced to migrate a sizable application from Struts 1.2 to something recent, and I don't know where to start. I understand that Struts 1.2 is ~ancient~ history and no longer supported in any way, shape or form. But it must be done. How can I accomplish such a migration? Thanks, David