What I understand is, You want to generate an editable table from the data, fetched from the database.If this is the case, you can easily do that withe help of front-end script and back-end servlet.Whenever you need make an ajax call to servlet, which will return data in json or other format from th...