| Bookmarks Example |
| =============================================================================== |
| |
| Description |
| =============================================================================== |
| - This is a simple implementation of a bookmarking service configured through Spring |
| - The predefined bookmarks can be listed and updated |
| - A list of predefined bookmarks is returned as an Atom feed on this URI: |
| http://localhost:8080/Spring/rest/bookmarks |
| |
| -Wink features used in this example: |
| Spring integration. |
| |
| Build |
| =============================================================================== |
| - see build instructions in examples/readme.txt file |
| |
| --- readme.txt EOF --- |