- Maven 3.x
- A web browser
This POC shows how to use DataTables-taglib, a JSP taglib for DataTables, in a basic SpringMVC/Tiles based web application. Built with Maven and deployed with Jetty.
Clone this repository.
Open a console/terminal at the root of the project, i.e. the directory that contains the pom.xml
file and execute the following Maven command :
mvn jetty:run
Go to http://localhost:8080/poc-datatables-taglib and have fun !
That's all ! :-)