Java connector

Can any one describe how to use java connector and its steps with a sample code.
for example ,load the data from database to grid
myGrid.load(“myconnector.do”); what is “.do” indicating… i am very new to this.

Thanks

what is “.do” indicating… i am very new to this.
nothing specific

In sample war file, all paths to *.do files mapped to servlets, so when load executed it is calling some servlet , which returns xml response

Servlets are subclasses of ConnectorServlet , same as described here
docs.dhtmlx.com/doku.php?id=dhtm … xconnector