...
A simple prototype web app to be used as a demo now exists. The svn location is: svn+ssh://svn.mit.edu/csf-playground/notes-proto/trunk. The code is not standard - it was generated by MyEclipse for Spring, and uses JTA/JPA and a third-party DAO superclass.
The demo app is not deployed on an app server.
These are the key points:
...
- http://localhost:PORT/notes-proto/ - this is the CRUD interface for maintaining the data
- http://localhost:PORT/notes-proto/index.html - this is the client side, a simple HTML page that uses AJAX to talk to the REST interface.
- http://localhost:PORT/notes-proto/Note/10 - an example of a direct call to the REST interface, for testing. This example retrieves note 10 in JSON form.
...
app is described here.