Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 932 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 932 Bytes

POC DataTables-taglib

Prerequisites

  • Maven 3.x
  • A web browser

Intro

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.

How to use

Step 1

Clone this repository.

Step 2

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

Step 3

Go to http://localhost:8080/poc-datatables-taglib and have fun !

That's all ! :-)