Dhtmlx integration with java

hi,

I am new to this DHTMLX, Can anyone give me the information regarding how to integarate DHTMLXGrid with java

The component is fully client side, so it can be used with any kind of server side backend.
The grid will load data from xml of json data stream which can be generated from any kind of server side script

grid.loadXMl(“data_feed.jsp”);

There is no any special server side code.