org.restlet.example.book.rest.ch7 |
|
Java Source File Name | Type | Comment |
Application.java | Class | The main Web application. |
ApplicationTest.java | Class | Client code that can be used to test the application developped in the
chapter 7 of the book and converted to Restlets in the chapter 13. |
Bookmark.java | Class | URI saved and annotated by a user. |
BookmarkResource.java | Class | Resource for a user's bookmark. |
BookmarksResource.java | Class | Resource for a user's list of bookmarks. |
User.java | Class | User account. |
UserResource.java | Class | Resource for a persistent user. |