HTML CRUD from RESTful service(Java) using Editor
HTML CRUD from RESTful service(Java) using Editor
Hello,
Here is what I have
Jax-Rs RESTful web service returning JSON for CRUD
http://localhost:8080/WebApplication2/webresources/entities.customer/
The service returns
Getall (above URL)
Get single (..customer/id)
Get range (..customer/10/20)
Counts
Get record
Update
Create
Delete
Looking to render HTML datatable, with Create new, Delete and Update.
Is there a working example of the same? Can support request provide this? If so for how many hours?
I have Netbeans.
thanks
Here is what I have
Jax-Rs RESTful web service returning JSON for CRUD
http://localhost:8080/WebApplication2/webresources/entities.customer/
The service returns
Getall (above URL)
Get single (..customer/id)
Get range (..customer/10/20)
Counts
Get record
Update
Create
Delete
Looking to render HTML datatable, with Create new, Delete and Update.
Is there a working example of the same? Can support request provide this? If so for how many hours?
I have Netbeans.
thanks
This discussion has been closed.
Replies
Having said that, if your API on the server is fixed, then you will likely have to use the `ajax` method of Editor to transform the data to and from what Editor and the server individually want: http://editor.datatables.net/server/
Allan
Allan