CRUD operations in spring mvc 2.5

CRUD operations in spring mvc 2.5

ktumucinktumucin Posts: 4Questions: 0Answers: 0
edited July 2013 in DataTables 1.9
Hi,
I want to do CRUD operations on jquery datatable such as edit delete select and add row. I am using spring mvc 2.5. How can I do this.
Thanks

Replies

  • ktumucinktumucin Posts: 4Questions: 0Answers: 0
    help please
  • jhcomputejhcompute Posts: 26Questions: 0Answers: 0
    Spring Framework? If so, you would use data Tables and the editor for the CRUD. Now it depends on the db you will be using. There are examples for MySQL and localstorage in the example. Also it does work with IndexDB on the local side as well.

    To get it ti work in a framework you will have to have the html and js seperate and the php for the server side if using that setup.

    It does work as I am using in mobile app testing at this time.

    This is a link to a discussion for the localstorage and the one that Allan did for Indexdb using the localstorage HTML and code posted.

    Hope this helps.
This discussion has been closed.