Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...

  1. http://localhost:PORT/notes-proto/ - this is the CRUD interface for maintaining the data
  2. 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.
  3. 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.