Prototype/Demo
The prototype or demo project is a simple web application that demonstrates a rudimentary implementation of the Notes function. Features are:
- web application, deployable in OAS or Tomcat
- static web page, based on Online Reg "Registration Summary" page.
- AJAX used to read & write notes data
- REST API used as the back end for the AJAX calls
- Spring MVC Controller used to implement REST API
- Data returned from REST API is in JSON format
- Remainder of back end is standard Service, DAO, Domain classes.