You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Cassie Doll (JIRA)" <ji...@apache.org> on 2008/02/21 01:25:43 UTC

[jira] Commented: (SHINDIG-77) new feature using xhr to request data from a servlet

    [ https://issues.apache.org/jira/browse/SHINDIG-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570904#action_12570904 ] 

Cassie Doll commented on SHINDIG-77:
------------------------------------

I am working through this patch now. I will probably take bits and pieces slowly because it is very large and needs to merge with some of the things I have. Just wanted to let you know that this is in progress. Thanks for the patch!

> 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
>         Attachments: patch.txt
>
>
> 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.