Integrating DHTMLX Java connector with Webix

I am just started to exploring the application development using webix.I choose java for server side scripting.I need to integrate DHTMLX java connector with this.Kindly send me useful url for resolving my problem.

Are you sure that you need to use Java Connectors ?

Webix provides first class support for REST api, so you can create a REST endpoint with java and use it as source of data for Webix component

In case of connector - you can use them as it described on the DHTMLX site. You can use JSONCommonConnector for all webix components. ( they all use the same format of data )