aspose file tools
The moose likes Web Services and the fly likes can i post a list of JSON object and consume it through jersey ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "can i post a list of JSON object and consume it through jersey ?" Watch "can i post a list of JSON object and consume it through jersey ?" New topic
Author

can i post a list of JSON object and consume it through jersey ?

susant panda
Greenhorn

Joined: Jun 04, 2012
Posts: 4
hi ,

i am new to jersey . Initially i tried to post a JSON object and i got a json object as reference . Same thing when i am trying with a list of JSON object i am getting error.

can any one please tell me whether its possible to post a list of JSON object using jersey to invoke a rest full service method ??
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: can i post a list of JSON object and consume it through jersey ?
 
Similar Threads
Jersey RESTful web service - How to post XML file using jersey framework
Java Representation of JSON String
How to consume and parse JSON in the REST?
Sending a jason object via Post
How to set the content type for a GET request from a browser