I have the tasks data to be displayed in Controller data and passed to JSP. How can I list out in Gantt chart and how can I bring the updated data back to Controller.
Is there any plugin available?
I have the tasks data to be displayed in Controller data and passed to JSP. How can I list out in Gantt chart and how can I bring the updated data back to Controller.
Is there any plugin available?
There is a Java connector, which can be used to load data from database and save it back.
It works as servlet, not as JSP, though.