Re: Migrating from 1.4.21 to 6

2014-01-02 Thread Francois Meillet
You should migrate directly to verion 6. If you have 200 K LoC on the web tier, you should budget between one to three months, depending the amount of specific code that has been written to improve the 1.4 api. François Meillet Formation Wicket - Développement Wicket Le 2 janv. 2014 à 10:48

Re: Migrating from 1.4.21 to 6

2014-01-02 Thread Wayne W
I have about 200,000 lines of code. I don't have time to rewrite the app. Is there a fundamental difference the requires a rewrite? On Tue, Dec 31, 2013 at 4:34 PM, Martin Sachs wrote: > Hi, > > i would mirgate to 6 directly, if your application is relativ small and > without special requesthand

Re: Migrating from 1.4.21 to 6

2013-12-31 Thread Martin Sachs
Hi, i would mirgate to 6 directly, if your application is relativ small and without special requesthandlings, webtrackings and last but not least javascript dependencies to other framework than wicket. e.g. for an application with round about 5.000 lines of code its easier to update. For big appl

Re: Migrating from 1.4.21 to 6

2013-12-31 Thread sujitkirve
The best thing is to jump to version 6, there are lot difference between version 1.5 & 6.0 ... On Mon, Dec 30, 2013 at 10:17 PM, Wayne W [via Apache Wicket] < ml-node+s1842946n4663324...@n4.nabble.com> wrote: > Hi All, > > I'm wanting to upgrade to the latest version of wicket but am worried

Re: Migrating from 1.4.21 to 6

2013-12-31 Thread Martijn Dashorst
Typically I upgrade our applications one version at a time... Fix all warnings related to wicket (or I rather have all warnings == 0) and then test the application and fix any mishaps resulting from this upgrade. Then you can commit the (working) upgrade and move to the next version. But you can a

Re: Migrating from 1.4.21 to 6

2013-12-30 Thread Martin Grigorov
Hi, I would migrate first to 1.5.10 and then to 6.12. In case of issues I'd check the migration guides, then the mailing list archives and finally ask a new question here. Good luck! On Dec 30, 2013 6:46 PM, "Wayne W" wrote: > Hi All, > > I'm wanting to upgrade to the latest version of wicket b

Migrating from 1.4.21 to 6

2013-12-30 Thread Wayne W
Hi All, I'm wanting to upgrade to the latest version of wicket but am worried about the possible impact. Also I'm wanting to know the best migration plan. Do you think it would be best to jump straight to 6 or first upgrade to 5? Any tips or ideas would be much appreciated. thanks