Changes between Version 4 and Version 5 of S2S_WEB_BOOK_MANAGEMENT_R0
- Timestamp:
- 12/18/08 16:02:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_BOOK_MANAGEMENT_R0
v4 v5 42 42 * !SearchServlet.java must process the GET and POST data from search_books.jsp and display the results. Since the results may be too many, 10 results must be displayed on a page, as well as links to previous/next 10 results. 43 43 Rename the uploaded_books.jsp to my_books.jsp, display there a list of the books, uploaded by the current user (using the idea of the search), and link to a new page: upload_book.jsp. 44 * upload_book must have a simple form for uploading a book, and s servlet processing the POST data. Again, use the !BookService class. 44 * upload_book must have a simple form for uploading a book, and s servlet processing the POST data. Again, use the !BookService class. Fields in the upload form: 45 * Author (defaulted to the name of the user uploading the book) 46 * Book title (defaulted to the book filename) 47 * File name 48 * Description 49 * Allow cloning (defaulted to true) 50 * Allow commenting 51 * Commenters allowed to delete their own comments (defaulted to true) 52 * Privacy level 53 * Private / Public 54 * Password 55 * Group 45 56 46 57 = Implementation =