Installing Gantt plugin on WebLogic

Hello,
We are attempting to install the Gantt plugin on Oracle WebLogic application server. Is there any documentation on this process? Are there any known limitations to using the Gantt plugin with WebLogic? We have used it in a pilot environment on IIS and it seems to work better than WebLogic, but we have an enterprise license of WebLogic. Thank you.

Hi,
we have no relevant docs or tutorials for installing gantt on WebLogic, however there should be no limitations with such install.
Gantt is 100% client-side component, the only responsibility of the backend if to provide a url for a GET request which will return data if the format gantt is able to parse, and provide a url where gantt could post changes made by the user.

You can check draft docs on REST api integration for an expected request/response format:
github.com/DHTMLX/gantt-docs/bl … er_side.md
github.com/DHTMLX/gantt-docs/bl … ts.md#json
github.com/DHTMLX/gantt-docs/bl … _dotnet.md
github.com/DHTMLX/gantt-docs/bl … _nodejs.md
github.com/DHTMLX/gantt-docs/bl … ver_php.md
github.com/DHTMLX/gantt-docs/bl … er_ruby.md