The Sench Touch 2 preview post mentions that Jamie Avins will talk about migrating from ST1 to ST2 at SenchaCon. Are there are any guides on how to upgrade?
The Sench Touch 2 preview post mentions that Jamie Avins will talk about migrating
Share
No guides on migration that I know of but I have put together a sample app for touch 2.0 based on the ExtJS 4.0 MVC architecture. Maybe you could refer to this one and essentially map the differences.
https://github.com/FrancisShanahan/SenchaTouch2MVCHelloworld
Some of the new features in 2.0 I believe are the Component Queries and automatic getter generation for views, models, stores etc. and of course improved performance.
http://francisshanahan.com/index.php/2011/sencha-touch-2-0-mvc-in-5-minutes-or-less/
Hope it helps,
-fs