Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vineetha Thomas on Nov 20, 2009 02:18
open dhtmlx forum
xml in dhtmlscheduler

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

Answer posted on Nov 20, 2009 03:32
>>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 
http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxconnectorjava:complex_updates