[web2py] GAE (AppEngine) Datastore - web2py

2011-11-18 Thread Constantine Vasil
I have this extremely efficient object oriented hierarchical construct (working parallel) under GAE: class *my_object_Root*(BaseModel): *total_counter *= db.IntegerProperty() class *my_object*(db.Model): *name *= db.StringProperty() #That's it ! Super fast ! @classmethod def

Re: [web2py] GAE (AppEngine) Datastore models under web2py - can they coexist?

2011-11-18 Thread Constantine Vasil
+Jonathan Lundell Thank you. Before to post my question I made extensive research on this group and web and most information is dispersed. For example there are postings about web2py in the "trunk" which are addressing these questions but it is not clear at what stage is this.

[web2py] Re: best way to contact a programmer

2011-11-18 Thread Constantine Vasil
+dlypka * * I am developing web services for already 7 years (SOAP, REST, XML, etc.) using .NET. At this time back in the beginning yes it was the most solid technology to get things working quickly. Now - there are much better technologies. So what you are telling is true - I can confirm that.

[web2py] GAE (AppEngine) Datastore models under web2py - can they coexist?

2011-11-18 Thread Constantine Vasil
I invested a year in a pure GAE (AppEngine) project, needed to have auth and after much research decided to switch to web2py. This full stack framework blew me away! It is so simple and powerful, but it needs learning. My plan is to switch gradually to web2py because I have paying customers and o

<    1   2   3