Appengine Rapid Application Development Platform
I am not sure whether i should call this next big idea but we need to take rapid application development to next level.
Example : I type in google search (assuming i am logged in using google account)
@appspot @myemployeeapp #select name,address from employee where rating >10
Outcome : Should Generate working appengine app http://myemployeeapp.appspot.com
[this app will automatically generate various screens to create,edit,delete,update employee name,address,rating.
This will revolutionize the way non programmers can generate and organize data with a single query and focus on their business problem.
1.My question to this community : Are there any tools which help me generate UI based on my datastore model or sql query. I want standard UI based on the model and relationships.
- Are there any other rapid development tool this community wants to rec开发者_如何转开发ommend on appengine platform.
Grails with Grails AppEngine plugin, maybe.
I think Grails will be right choice for your requirement. It provide the scaffold view for your domain model.
精彩评论