Hi,
I have integrated a grid UI with a mysql database. I am currently using a simple Java servlet and the dhtmlxconnector. Now I also want to enable the dataprocessor in order to enable editing certain fields/columns in the grid and adding rows/entries in the grid. I want create ,update, delete support in the UI and server. Do I have to create a JSP? Would it be possible to get java examples of what needs to be done in server and UI?