hi,
Today I had been thinking about JDO/JPA stuff that I did for my GWT
based project.
And I figured something out of python-gwt-rpc.

But I have a doubt that, whether I can use web2py for server side or
not?!!

I doubted because I don't know whether detached entities are possible
as in JDO/JPA with web2py.
I'm satisfied with web2py ORM capabilities.
But I want to know:
*) Is it possible to send an entity from server to client update it
there and persist it(update if changed, create if new) without using
built in web2py forms? (ie., I want to use GWT and RPC, so I can't use
web2py form facilities.)


I think like this:
1) retrieve all entities of same kind and populate my web app with
that data(better if there is paging)
2)create an entity? fill out entity class and send it to web2py for
serialization(with db)
)Update? will contain id in the entity, so updated fields get
automatically persisted (instead of creating new one) at the server.

Arun
-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@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.


Reply via email to