Trying to integrate grid, dataprocessor, connector and mysq

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?

If you are using dhtmlxConnector for Java you should have working examples at your dhtmlxConnector package.

Thank you Olga,

I appreciate you pointing me in the right direction here!