new feature using xhr to request data from a servlet
----------------------------------------------------
Key: SHINDIG-77
URL: https://issues.apache.org/jira/browse/SHINDIG-77
Project: Shindig
Issue Type: New Feature
Components: OpenSocial
Reporter: Vincent Demay
Assignee: Cassie Doll
As I explained on the mailing-list, here is a patch which implements openSocial
API querying data from a new Servlet responding json to xhr request instead of
using a static XML file.
It is a very beggining and it implement for now only friends API and
Persistence Data Api but not yet activities.
This patch contains:
- this feature : open-social request
- a new servlet responding to this feature: ResponderServlet
- a way to run shindig from eclipse (mounting javascript in a different
context path (javascript) - see SHINDIG-20)
- an exemple of gadgets : SocialHelloWorldR.xml
If you run the patch from eclipse, ping
http://localhost:8080/javascript/samplecontainer/samplecontainer.html from your
browser with the following gadget url :
http://localhost:8080/javascript/samplecontainer/examples/SocialHelloWorldR.xml
let me know if you get some trouble with this patch
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.