Categories | Question details Back To List | ||
Dhtmlscheduler in java Hii I have some more queries...I have the dhtmlscheduler version 2.0 and dhtmlxconnector for java with me. I hope the connector.js facility is also there. What i have done is that.... i have made a jsp using the html file in dhtmlscheduler.(all css,js files are also included) and i am getting the page in tomcat too. configured the connector.jar into my project in eclipse Now please tell me what all things are needed(code and files) for saving and retrieving the events....i mean how will i provide the url in the scheduler loading and dataprocessor constructor. Thanks in Advance. Vineetha Thomas Answer posted by Stanislav (support) on Nov 19, 2009 10:27 You need to a) create a servlet class, derived from ConnectorServlet samples.war\WEB-INF\src\Scheduler_BasicConnector.java b) map this servlet to some URL c) use that url inside scheduler's js code ( load command and parameter of dataprocessor ) It must be enough to have working scheduler. |