srnsw / State-Records-Search

Java version of api.records.nsw.gov.au
3 stars 1 forks source link

Reduce duplication of view templates #42

Open richardlehane opened 10 years ago

richardlehane commented 10 years ago

Consider using a library that supports composable views like: Apache Tiles https://tiles.apache.org/ Thymeleaf http://www.thymeleaf.org/ or (my preference because it is more universal and works for JSON views too) Mustache https://github.com/spullara/mustache.java