...
- 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.
- Prototype retrieves existing note and saves changes to the note.
Source Code
The source code itself is in Subversion at:
...