Does anyone have a basic java example? I am new to this library and cannot seem to find a way to pass my event data between the client and server. Cannot use the database connector because I need to manipulate the data before the user sees it. Any help is appreciated.
In case of connector - you just need to add extra property to the event object, all properties are sent on server side.
You can use behaviors to customize how data processed before loading on client side and|or before saving in DB
THanks for the info. Are there any good examples available to demonstrate?
Java connector package contains a sample war, in it you can find
scheduler\01_basic_init.html
scheduler\03_connector_options.html
In html code you can see as extra fields there added to the editor
related java code can be checked in
WEB-INF\src\scheduler_01_basic_init_connector.java
WEB-INF\src\scheduler_03_connector_options.java