I am using Jersey web services for RESTful based calls. Here i want to use xml representation. it returns xml representation. but here if i want to extract the data(parse) and display in jsp means , how can i acoomplish this?
The standard Java library for XML parsing is quite sufficient to handle this but there are so many options. I suggest you start with parsing local XML files and only proceed to web service plus JSP when you are comfortable with XML parsing.