Changes between Version 13 and Version 14 of S2S_WEB_BOOK_MANAGEMENT_R0


Ignore:
Timestamp:
12/22/08 00:24:10 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_BOOK_MANAGEMENT_R0

    v13 v14  
    5252 * Created books.jsp, which lists all the entries in the database, with a fake(for now) download button, and if the logged user is the author of a particular book, he/she can see "edit" link, which is also fake for now. 
    5353 * uploaded_books.jsp renamed to my_sophie.jsp, linking to upload_book.jsp. Also, there is a sample list of the titles of the books, uploaded by the user;  
    54  * upload_book.jsp posts information to the UploadBookServlet servlet, which adds a book entry in the database and redirects to the homepage with appropriate message. Contains an upload form, having the following fields: 
     54 * upload_book.jsp posts information to the !UploadBookServlet servlet, which adds a book entry in the database and redirects to the homepage with appropriate message. Contains an upload form, having the following fields: 
    5555  * author - immutable, the username of the loggeed user; 
    5656  * title - the book title to be visible by the others 
    5757  * filename - the filename of the book object; unused for now 
    5858  * description - short description of the book (the current implementation accepts up to 255 characters) 
    59  * ServerConstants updated with a BOOK_UPLOADED constant 
    60  * ServerModule updated with the UploadBookServlet entry 
     59 * !ServerConstants updated with a BOOK_UPLOADED constant 
     60 * !ServerModule updated with the !UploadBookServlet entry 
    6161 * Created search.jsp, which contains a simple search form with a string and a drop-down list. Posts these parameters to the search_results.jsp with the GET method, which proceeds with the search and displays the results. 
    6262