Re: [web2py] Stand Alone DAL and migrations (again)

2010-10-30 Thread Stef Mientki
hi Thadeus, On 30-10-2010 19:42, Thadeus Burgess wrote: > Just my 2 cents. > > Using the DAL on anything but web2py is going to be a pain in the ass and a > nightmare waiting to > happen. This is due to its inherent forced procedural coding style. You "can" > wrap DAL calls as > methods, but it

Re: [web2py] Stand Alone DAL and migrations (again)

2010-10-30 Thread Thadeus Burgess
Just my 2 cents. Using the DAL on anything but web2py is going to be a pain in the ass and a nightmare waiting to happen. This is due to its inherent forced procedural coding style. You "can" wrap DAL calls as methods, but it just gets really messy. I'm a clean code zealot, so I bet I care more th

Re: [web2py] Stand Alone DAL and migrations (again)

2010-10-30 Thread Stef Mientki
On 30-10-2010 12:06, rochacbruno wrote: > Look this simple example: > > http://bitbucket.org/rochacbruno/dal_on_flask/src/tip/dalFlask.py > > > I have a PyGTK app running very well, I will put the code online soon. hi Bruno, one other question, in the gtk application, do you access the database th

Re: [web2py] Stand Alone DAL and migrations (again)

2010-10-30 Thread Stef Mientki
thanks Bruno, seems like a good starting point. cheers, Stef On 30-10-2010 12:06, rochacbruno wrote: > Look this simple example: > > http://bitbucket.org/rochacbruno/dal_on_flask/src/tip/dalFlask.py > > > I have a PyGTK app running very well, I will put the code online soon. > > > > Em 30/10/201

Re: [web2py] Stand Alone DAL and migrations (again)

2010-10-30 Thread rochacbruno
Look this simple example: http://bitbucket.org/rochacbruno/dal_on_flask/src/tip/dalFlask.py I have a PyGTK app running very well, I will put the code online soon. Em 30/10/2010, às 06:33, Stef Mientki escreveu: > Interesting ... > as I want to migrate to web2py > and want to have some kind

Re: [web2py] Stand Alone DAL and migrations (again)

2010-10-30 Thread Stef Mientki
Interesting ... as I want to migrate to web2py and want to have some kind of DAL for my desktop applications, this sounds very good. Can you give me some guide lines, how to use the web2py DAL for desktop applications ? thanks, Stef Mientki On 19-10-2010 05:44, Bruno Rocha wrote: > I know DAL