Nate Lowrie wrote: > On Feb 16, 2008 4:24 PM, Michael Hipp <[EMAIL PROTECTED]> wrote:
>> That's a smattering. Certainly not "enterprise" class. But plenty of >> places to screw up. And I'm pretty sure I found a lot of them. ;-) > > Dabo can DEFINITELY handle this. As I understand it John has a lot > more complicated forms and he is running just fine. I have forms that > are about as complicated as yours and they run without a hitch. The > multiple bizobj transactions are not a problem at all. Great to hear So far I'm seeing no real roadblocks with Dabo other than my own learning time and perhaps that some of the GUI designers aren't 100%. >> The original version was pure wxPython with my own homegrown MVC style >> and psycopg2 into PostgreSQL and a Linux server. All the pieces worked >> great. But every time someone wanted a new screen or a new report or >> just some modifications to an existing screen I wanted to go run and >> hide somewhere because I couldn't maintain it all if I had a whole >> platoon of programmers. So I'm looking for some "help" in the form of >> code I don't have to write. > > I know that feeling...I used to be a wxPython programmer before > Dabo...You'll find that the Dabo code is about 5-10X smaller, even > more than that if you were rolling the db stuff as well.... You're singing my tune! > Have you tried cherryPy? That might be the better way to go if all > you need is to display purchase info to a customer. Also, you should > check out mod_python for apache and see if that would fit your needs. > Either way, using dabo in conjunction with YAWF shouldn't be a > problem. Don't know much of anything about CherryPy. I've been working with Django and so far I'm sufficiently impressed that motivation to shop around is near zero. It's *extremely* well designed, easy to learn, and well documented. Getting mod_python and Apache working was amazingly easy, even on my Windows boxes. If I can get Dabo and Django talking to the same database with minimal redundant code, it should be a cool combo. Michael _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
