Changes between Version 2 and Version 3 of S2S_WEB_BOOK_MANIPULATION_R0
- Timestamp:
- 12/22/08 16:17:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_BOOK_MANIPULATION_R0
v2 v3 39 39 * the "author" field must be immutable. 40 40 * the collected data must be posted to a servlet (for example, !BookEditorServlet), which will update the book entry if the data is correct, and return to the jsp with appropriate warning message is a problem occurs. 41 * Add entry for the new servlet in ServerModule.java42 * Add the appropriate constant strings for the warning messages in ServerConstants.java41 * Add entry for the new servlet in !ServerModule.java 42 * Add the appropriate constant strings for the warning messages in !ServerConstants.java 43 43 * in books.jsp, add the "/edit_book.jsp" with appropriate parameters as link for the "edit" button. The resulting address for each book should look like: "/edit_book.jsp?title={title}" 44 44 * in my_sophie.jsp([wiki:S2S_WEB_BOOK_MANIPULATION_R0]), make the links for each book title correct;