Re: [Tinyerp-users] OpenERP REST

2009-01-26 Thread forum-user
Hi, just an update: * as for the jython branch, it's not fully running now, but I started a branch here: https://code.launchpad.net/~rvalyi/openobject-server/trunk-java-jython/ status is explained here: https://blueprints.launchpad.net/openobject-server/+spec/jython-support-as-jython-improves *

[Tinyerp-users] OpenERP REST

2009-01-25 Thread forum-user
Hi all, does OpenERP support REST(REpresentational State Transfer) Thanks m2f -- http://www.openerp.com/forum/viewtopic.php?p=28854#28854 m2f ___ Tinyerp-users

Re: [Tinyerp-users] OpenERP REST

2009-01-25 Thread forum-user
@whouston, glad to see people interested in that topic. OpenERP currently is not that far from REST but it's not REST. It's not that far in the sense that: * every business method + CRUD is allowed via webservice (XML/RPC) * it is not bound to a session concept: so it will scale up like a REST