On Feb 8, 10:25 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> > > What other popular services are out there and should be supported out
> > > of the box?
>
> > full REST support might be a good one to add.
> Sorry I am slow today. can you make an example?
http://en.wikipedia.org/wiki/Representational_State_Transfer#Example
he he - i've only just started looking it up.
REST is a standard layout - of the URLs - for doing storage and
retrieval of objects into a database. in theory, once you have
implemented RESTful correctly, you only need one bit of client code
(per programming language) to access the one bit of server code (per
programming language), and you're done as far as database is
concerned, cross-platform-wise.
l.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---