Hi ale,

You can use RESTful concepts. Stateless services are easier to scale.
In my case I'm sending the user/pass within all requests.

You could centralize your requests and after you login store that user/pass
and use later for other requests.

Regards,

On Wed, Aug 3, 2011 at 5:11 AM, ale <aleee...@gmail.com> wrote:

> Hi everybody,
> I need to create a servlet that exposes data in json format,
> I just want the data to be visible only from authenticated users (the
> client is a smartphone).
>
> The user is authenticated through userservice. (so I can't pass user and
> password...)
>
> Is there any way that I can do?
>
> Thanks
> Ale
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/YakZaAjDVw0J.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>



-- 
Bruno Fuster

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to