I have created a liferay portlet using mvc (jsp ) and i'm using JQuery for datatable. I have succeeded to bring a list and display it on a table using Jquery. Now, I'm trying to make it editable to use CRUD functions.
The problem that i'm using java not php and i couldn't assign a servlet function (doget).i didn't understand it well (how to use it) and they set the url of this class to jquery.
If i'm not wrong this would be configured in web.xml (servlet mapping). So i wonder how to properly configured and use it? Also, i don't know jquery but it seems that the buttons needs to be manually included. is there any method to include them directly? (with jquery looks and pop up). Servlet comes in 2.4 version i had troubles changing it to 3.0 using eclipse.
Best Regards