Hi, I've recently finished my first Pivot app, http://lazychick-4ita.appspot.com/ But my code is really unmaintainable specially with handling exceptions from web queries. And I got all event handling in one Main class, actually I got everything in the Main class and 3 wtkx files.
Now that I'm ready to start my new app. How can I solve this? What Design patterns do you recommend when developing with Pivot? Let's say for example, a Pivot desktop CRUD app with a JDBC backend Thanks!!! - thirdy
