Changes between Version 4 and Version 5 of S2S_WEB_BOOK_MANIPULATION_R0


Ignore:
Timestamp:
12/23/08 14:30:25 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified S2S_WEB_BOOK_MANIPULATION_R0

    v4 v5  
    4545 
    4646= Implementation = 
    47 ^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     47edit_book.jsp created: 
     48 * non-logged users, users which are not authors to a book, ot incorrect book parameters are redirected to the index.jsp 
     49 * Delete button was created, which asks for confirmation when clicked. If confirmed, redirects to the BookDeleteServlet servlet, which actually deletes the book and returns with appropriate message. 
     50 * The book fields are implemented as the Design. 
     51 * two more buttons: Update, which redirects to BookEditorServlet, and Cancel, which returns to index.jsp 
     52 * BookEditorServlet is implemented as the design says. 
     53ServerModule was updated with the two servlet entries. [[BR]] 
     54ServerConstants was updated with BOOK_DELETED and BOOK_CANNOT_DELETE. [[BR]] 
     55Links in my_sophie.jsp and books.jsp were set up. [[BR]] 
     56Changeset: [[changeset:]] 
    4857 
    4958= Testing =