Changes between Version 7 and Version 8 of S2S_WEB_BOOK_MANAGEMENT_R0


Ignore:
Timestamp:
12/19/08 17:20:10 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_BOOK_MANAGEMENT_R0

    v7 v8  
    4141 * Make a simple search form (like [http://sophiebooks.org/s4bookstorage.html?view=search], for example), which posts the entered data to a servlet. The servlet outputs the result, using the !BookService class. 
    4242 * !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 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.  
     43Rename the uploaded_books.jsp to my_sophie.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.  
    4444 * upload_book must have a form for uploading a book, and a servlet processing the POST data. Again, use the !BookService class. Fields in the upload form: 
    4545  * Author (defaulted to the name of the user uploading the book)