Possible use case for Datatable with HSQLDB
Possible use case for Datatable with HSQLDB
Hello everybody!
Thank you Allan for this mega-wonderful plugin! I succesfully used it before on an intranet project to quickly show and search files inside a specific folder.
Now I have to build a webapp just to show all rows of a table on a db. The app need no user access, everyone going to ip_adress/app can see the table loaded with datatables and, possibly, edit or insert new rows, all from this page.
The problem is the back end. I want to use HSQLDB and its java API to work with it.
The point I need to solve is: can I do it? What I'm thinking of is:
HSQLDB and Java logic and... the presentation part, with few pages for CRUD, all living in my war inside a tomcat 7.
What do you think?
Thank you Allan for this mega-wonderful plugin! I succesfully used it before on an intranet project to quickly show and search files inside a specific folder.
Now I have to build a webapp just to show all rows of a table on a db. The app need no user access, everyone going to ip_adress/app can see the table loaded with datatables and, possibly, edit or insert new rows, all from this page.
The problem is the back end. I want to use HSQLDB and its java API to work with it.
The point I need to solve is: can I do it? What I'm thinking of is:
HSQLDB and Java logic and... the presentation part, with few pages for CRUD, all living in my war inside a tomcat 7.
What do you think?
This discussion has been closed.
Replies
Allan