Hi there,
I need to create a SSO token to let clients applications access
content files over a link
But to generate the token I need to have an HttpServletRequest, how
can I do it??
Thanks
--
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming wit
hi everybody ,
i was looking into Docs of the httpservletrequest and response and
they are defind as interfaces ...
so my question is interfaces are to implemented in classes and those
classes can be used to create objects
but in the service methods i pass an httpservletrequest and response
as