I have done inserting a record into database but I don\'t know how to retrieve it. My code is: Account.java:
package com.fetch; import java
Jersey doesn't provide any sort of HTML templating. You need to forward your response to a jsp page or use Ajax to fetch the data and lay it out on the page.