Please provide pointers or samples for integrating dhtmlxDataProcessor for JSP or custom defined xml (ie. the format in other than
)
Check
JSP
dhtmlx.com/docs/products/dhtmlxC … ndex.shtml
dhtmlx.com/docs/download/dhtmlxC … r_java.zip
docs.dhtmlx.com/doku.php?id=dhtm … orjava:toc
Custom XML format
docs.dhtmlx.com/doku.php?id=dhtm … s_creation
The java example requires DataBaseConnection class and the same is missing the jar file provided (dhtmlxconnector.jar)
You can find it as samples.war\WEB-INF\src\DataBaseConnection.java
This class is not a part of connectors - because it used in samples to create JDBC connection, and in case of your application - you probably have your own logic for connection creating.
sample.war is really useful. Finally, I got my dhtmlxtree to load dynamically and I got to know the missing info from the samples here.
Thanks.