Jersey Rest : How to send Object to a Jersey Service class
- by Preethi Jain
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 )