Hi
please clarify my doubt…i have used the dhtmlconnector for java and it is succeeded. I have seen java classes with code mentioning like writing the data into xml. In that case at which position we are creating the xml file. is it in js?
can i use these classes for writing my newly created events and storing it into database without using connector. because i need to use it with hibernate . so please tell me one solution.
Thank You
Vineetha Thomas
In that case at which position we are creating the xml file. is it in js?
The java classes operates with DB. Code read data from DB and output it as XML to the browser, and during saving it receives data from client and saves it in the DB.
>>can i use these classes for writing my newly created events and storing it into database without using connector.
You can use custom server side code, and takes the data directly from request.
Or , you can still use connectors, but define any custom logic for data saving
dhtmlx.com/dhxdocs/doku.php?id=d … ex_updates