subhadipdas / opensocial-java-client

Automatically exported from code.google.com/p/opensocial-java-client
0 stars 0 forks source link

Feature request: better isolation of the transport layer #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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