users@jersey.java.net

How to use jersey client if my client is a web browser

From: tie <tie_at_cisco.com>
Date: Fri, 19 Nov 2010 08:43:10 -0800

Hi,
Thanks for your time to help me. I have a simple question. Say I have a
browser-based GUI application which will access my web service. To use
jersey framework, how I can display the web service content in my browser,
if the web service content response is in XML format rather than html
format? How does web browser understand/parse XML and display the data into
html style format like CSS etc.? Is there any example which is similar to my
case?
Thanks a lot.
Jun