I'd like to use opensocial in my server side code (JSP...) connecting to either
a remote site using on of the providers, or to the data located within my
application (mainly registered people). In the last case, I don't want to go
through the HTTP layer, as web servers are generally not reentrant, with a risk
of dead locks. So I'd to provide a "local" provider, which is connecting
directly to the data and return the models.
Right now, the client and the providers are designed to work with REST or
JSON-RPC. Can we abstract the communication layer within the provider?
Original issue reported on code.google.com by philippe...@gmail.com on 12 Oct 2010 at 1:39
Original issue reported on code.google.com by
philippe...@gmail.com
on 12 Oct 2010 at 1:39