Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jersey Rest : How to send /pass Custom DTO to a Service class in Jersey

888800Sep 6 2012
Hi ,

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 ??

I have tried setting data inside a MultiValuedMap , Form , but i am getting null .

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 )
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2012
Added on Sep 6 2012
0 comments
567 views