[Seaside] Porting from 2.8 to 3.0+

Stephan Eggermont stephan at stack.nl
Thu Sep 7 12:28:22 UTC 2017


On 06/09/17 18:38, Ramon Leon wrote:
> Anyone know any good resources, blog posts, or reads out there for 
> porting a Seaside 2.8 app to something more modern?  Interested in any 
> lessons learned to headaches to expect.  Figure it'd be easiest to go to 
> 3.0 and then once stable to 3.1.

There is really no reason to not go to the latest stable 3 release directly.

I'd make a list of all selectors used in your application, and compare 
that to a list of available selectors in your modern seaside image.
That will allow you to identify things that were removed/deprecated.

Stephan



More information about the seaside mailing list