Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 07, 2009 23:11
open dhtmlx forum
Dhtmlx integration with java

hi,
I am new to this DHTMLX, Can anyone give me the information regarding how to integarate DHTMLXGrid with java
Answer posted by Support on Jan 08, 2009 02:11
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.