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 1
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 how to handle this
>
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 s