Hi Vinay,

Yes, it's possible since you can transfer data between the container and
your webserver using the request API.

Search something about using JSON and JAVA together, you'll see that it's
really simple.

Also, take a look on our wiki page, about signed requests. There's a java
example there:

http://wiki.opensocial.org/index.php?title=Validating_Signed_Requests

- Is possible. Add some apps in your profile, and you'll see that. :D

- About session, you can use signed request to validate the owner, you dont
need to validate the session. The container will tell you if it's a valid
request.

Let me know if you have any doubt.

--Robson




2008/11/6, Vinay <[EMAIL PROTECTED]>:
>
>
> Hello,
>
> I have been trying to figure out how to develop a gadget in which i
> can pull the data from an existing j2ee web application. Starting from
> using the gadget to login (login screen being the first screen on the
> gadget where user enters his username and password  )  and accessing
> different links.
>
>
> Ques : Is something like this really possible ? I think it is
> possible/
>
> if yes What is the correct procedure to start this ?? Of course i need
> to start the j2ee web application first on a live IP aadress. What
> should be the next step ?  What is  the possible way of maintaining a
> user session  ?? I was thinking i can map the unique user id (of the
> social site lets say igoogle) with the user id in my web application
> with the time-stamp  and then use the social_user_id as token for all
> the other request. Of course i would need to do much more than that
> for security.
>
> Any suggestions about the steps i should take ?
>
>
> Many Thanks
> Vinay
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to