Loading data to Dhtmlx scheduler from database using java -


i new dhtmlx scheduler.i need load data database scheduler.now loading data scheduler using code

     scheduler.init('scheduler_here',new date(2013,3,24),"day");      scheduler.load("./data/events.xml"); 

but using code can load data xml file.i need use javacode loading content.is there way this.

you should definately use dhtmlxconnector java: http://dhtmlx.com/docs/products/dhtmlxconnector/index.shtml

here direct link download it. includes related samples. http://www.dhtmlx.com/x/download/regular/dhtmlxconnector_java.zip


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -