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
>