I guess this is a good moment to mention that Bruce Eckel (author Thinking in Java, and creator of the video mentioned below) James Ward (adobe flex guy) and I will be hosting a TurboGears/Flex jam in February.
http://www.mindviewinc.com/Conferences/FlexTGJam/Index.php It will be a lot of fun, and I hope people learn a lot. I've got a feeling that we'll have groups of people from flex/tg beginners to people who've written reasonable sized applications using flex and TurboGears -- there are definitely some of these out there!!! I'm hoping that some of us more advanced folks can work on enhancing the integration between the two, while others focus on learning the two technologies. --Mark Ramm On Dec 10, 2007 7:09 AM, mosi <[EMAIL PROTECTED]> wrote: > > Hi, > A little marketing for Turbogears is worth a penny so here my 10 > cents. > I found the tutorial on > http://www.adobe.com/devnet/flex/articles/eckel_video.html > > where Turbogears is a middleware for a database backend and Adobe Flex > serves as a client GUI. > > My application serves as a user interface for managing customer or > supplier relationship database with a simple rating. > > The Demo with a screenshot can be found under: > http://www.mosi.sk/code.html > > > Some general comments on usability of TurboGears and ease of > implementation of ideas into the code: > TG 1.0.3 was used, 1.0.4b3 had some difficulties with encode_utf8 > function. > only JSON was used, no templates needed => good. > Database backend with SQLite is not suitable for production > environment, my sqlite.db file went locked in the process, restarting > the server was necessary every few hours. > PostgreSQL database is great, but using > tg-admin sql create > > > > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

