Jersey Rest : How to send Object to a Jersey Service class
Posted
by
Preethi Jain
on Stack Overflow
See other posts from Stack Overflow
or by Preethi Jain
Published on 2012-09-06T15:36:03Z
Indexed on
2012/09/06
15:38 UTC
Read the original article
Hit count: 407
I have this functionality in my Application implemented using Jersey Rest WebServices . Once the user is logged into the application , i am creating DTO Object and setting some User Specific Data inside it .
Please let me know how can i pass this User Specific DTO Object to the Jersey Service class ??
Please note that , I dont want to use HttpSession to store Data (Because in our Application we have a facility where a User can enter with Multiple ID's in one browser as a result same sessionId will be created by the browser )
© Stack Overflow or respective owner