I need to convert Java object into XML object and send it across to client browser from server.And in client browser, i need to parse the obtained XML object using DOM/SAX or anything that suits and display it in UI.Which one suits the above? Could any of them help me out in this?