Re: Generic advice for upgrading from 5.3.8 to 5.4

2017-06-13 Thread Carlos Montero Canabal
For my experience (I had to upgrade 4 webapps), the mayor change is adapt your javascript to AMD Modules with RequireJS. If you use jquery.ready(function(){}) in your actual scripts, you have to move these logic to AMD Modules. The final result (webapp with Tapestry 5.4.X) is fantastic. > El

Re: Generic advice for upgrading from 5.3.8 to 5.4

2017-06-13 Thread Thiago H. de Paula Figueiredo
On Tue, Jun 13, 2017 at 11:33 AM, Davide Vecchi wrote: > Hi everybody, > Hi! > F.ex., I have seen some posts triggered by the removal of Scriptaculous > and they will be useful if we will be in similar situations, but we would > also like to know if there is any advice on

Generic advice for upgrading from 5.3.8 to 5.4

2017-06-13 Thread Davide Vecchi
Hi everybody, We want to upgrade from 5.3.8 to 5.4 and we would like to do some preparation and figure out as much as possible what changes might be needed - if any - so any bit of advice, generic or specific, and any pointer to related posts or articles would be very welcome. F.ex., I have