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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

