You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "N. Metzger" <nm...@odu.edu> on 2012/03/09 18:09:46 UTC

Upgrade from 1.4 to 1.5: timeframe?

Hi all,

I'm finally coming up on upgrading from 1.4.19 to 1.5. To manage my projects
better, could anybody comment on how long it took them to upgrade? I know it
depends on how "complicated" your application is, but as a general
guideline, does it take minutes, days, months?

Thanks,
Natalie

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upgrade-from-1-4-to-1-5-timeframe-tp4460050p4460050.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Upgrade from 1.4 to 1.5: timeframe?

Posted by Michael Allan <mi...@zelea.com>.
Hi Natalie,

> I'm finally coming up on upgrading from 1.4.19 to 1.5. To manage my projects
> better, could anybody comment on how long it took them to upgrade? I know it
> depends on how "complicated" your application is, but as a general
> guideline, does it take minutes, days, months?

It took me roughly 3 weeks to upgrade from 1.3 to 1.5.  The biggest
problems to deal with were:

  (a) Pages no longer cacheable, which makes the app sluggish.  (Maybe
      this was already the case in 1.4.)

  (b) The new version numbering scheme that's exposed in the URL, ?4
      ?5, ... which looks awful if you like clean URLs.

  (c) A bug in cookie handling, which took several days to report:
      https://issues.apache.org/jira/browse/WICKET-4358

My solution for (a) and (b) was to move to static pages.  This took
some time, but I think static pages bring other advantages, so it was
probably time well spent.

The top-level code is here: http://zelea.com/project/votorola/s/wic/

-- 
Michael Allan

Toronto, +1 416-699-9528
http://zelea.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Upgrade from 1.4 to 1.5: timeframe?

Posted by Martijn Dashorst <ma...@gmail.com>.
Getting your application to compile depends on how exotic your Wicket
customizations are. Most things can be solved within a couple of hours
(changed imports, minor compile conflicts). The biggest issue will
probably be getting your application to run without generating errors.
The markup parser is a bit stricter and will give errors more often.

Fortunately 1.5 is now stable and won't change API wise, which is a
far cry from 1 year ago when the software of our company migrated to
1.5 from 1.4.

Martijn

On Fri, Mar 9, 2012 at 6:09 PM, N. Metzger <nm...@odu.edu> wrote:
> Hi all,
>
> I'm finally coming up on upgrading from 1.4.19 to 1.5. To manage my projects
> better, could anybody comment on how long it took them to upgrade? I know it
> depends on how "complicated" your application is, but as a general
> guideline, does it take minutes, days, months?
>
> Thanks,
> Natalie
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upgrade-from-1-4-to-1-5-timeframe-tp4460050p4460050.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Upgrade from 1.4 to 1.5: timeframe?

Posted by Bertrand Guay-Paquet <be...@step.polymtl.ca>.
Hi,

I haven't done any migration myself (started on 1.5), but while reading 
this list, I noticed a number of users having issues with page mountings 
and page versioning.

Try the following query for more hints:
http://wicket-users.markmail.org/search/?q=migrate+1.5+-subject%3A%3A[announce]

On 09/03/2012 1:40 PM, Sven Meier wrote:
> In my experience an upgrade should be possible in 4 hours to 4 days 
> depending on the complexity of your application.
>
> Sven
>
> On 03/09/2012 06:09 PM, N. Metzger wrote:
>> Hi all,
>>
>> I'm finally coming up on upgrading from 1.4.19 to 1.5. To manage my 
>> projects
>> better, could anybody comment on how long it took them to upgrade? I 
>> know it
>> depends on how "complicated" your application is, but as a general
>> guideline, does it take minutes, days, months?
>>
>> Thanks,
>> Natalie
>>
>> -- 
>> View this message in context: 
>> http://apache-wicket.1842946.n4.nabble.com/Upgrade-from-1-4-to-1-5-timeframe-tp4460050p4460050.html
>> Sent from the Users forum mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Upgrade from 1.4 to 1.5: timeframe?

Posted by Sven Meier <sv...@meiers.net>.
In my experience an upgrade should be possible in 4 hours to 4 days 
depending on the complexity of your application.

Sven

On 03/09/2012 06:09 PM, N. Metzger wrote:
> Hi all,
>
> I'm finally coming up on upgrading from 1.4.19 to 1.5. To manage my projects
> better, could anybody comment on how long it took them to upgrade? I know it
> depends on how "complicated" your application is, but as a general
> guideline, does it take minutes, days, months?
>
> Thanks,
> Natalie
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Upgrade-from-1-4-to-1-5-timeframe-tp4460050p4460050.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org