Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. DragonBids: Live Auction System
  2.  
  3. This package contains two executables and two libraries folder
  4.  
  5. Files Included:
  6. ====================================
  7. > DragonBidsClient.jar - Client Application Java Executable
  8. > DragonBidsServer.jar - Server Application Java Executable
  9. > ./DragonBidsClient_lib - Client Application Libraries
  10. > ./DragonBidsServer_lib - Server Application Libraries
  11.  
  12. How to Run the Live Auction System:
  13. ====================================
  14. 1. Run the DragonBidsServer.jar executable (From the Terminal: java -jar DragonBidsServer.jar &)
  15. 2. Select "Start Server" to Start the Server Application.
  16.  
  17. 3. Run the DragonBidsClient.jar executable and select the window. (From the Terminal: java -jar DragonBidsClient.jar &)
  18. 4. Ensure that the Client Application indicates that the server is "Online".
  19.  
  20. 5. From the Client, Enter a desired Username and depress the "Login" button
  21.  
  22. * Note: Repeat all of the steps pertaining to the Client application for each additional Client that you want to run.
  23.  
  24. How to List an Item for Sale:
  25. =====================================
  26. 1. From the Client window, Select the "Sell" tab
  27. 2. Enter the following information:
  28. a. Enter a Title
  29. b. Select a Date from the Date Picker
  30. c. Enter a Description Longer than 3 Characters Long
  31. 3. Depress "List Item"
  32. 4. Go to the "Browse" Tab to ensure that your Item was listed for sale
  33.  
  34. How to View Items Listed for Sale:
  35. =====================================
  36. 1. From the Client window, Select the "Browse" Tab
  37. 2. When you see the Item that you want to view, Double-Click on it.
  38. 3. Observe that you will be taken to the "Listing Details" tab, with all of the information populated.
  39.  
  40. How to Bid on an Item for Sale:
  41. =====================================
  42. 1. Ensure that you are attempting to bid on an item that you DID NOT list for sale.
  43. 2. After browsing for the item, and selecting the one you want, you will be taken to the "Listing Details" Tab
  44. 3. Enter a Bid in the Text box in Decimal form (e.g. "10.00" to place a bid of $10)
  45. 4. Depress the "Bid" Button
  46. 5. Verify that you have received a notification that you are the highest bidder. Verify that the Server log shows your bid being recorded.
  47.  
  48. How to Modify an Item for Sale:
  49. =====================================
  50. 1. Ensure that you are attempting to modify an item that you listed for sale.
  51. 2. From the "Browse" Tab, Double Click on the item you wish to modify.
  52. 3. Observe the red text push buttons, these are administrative buttons.
  53. 4. Make changes to the Title or Description
  54. 5. Depress the "Modify Item" Button
  55. 6. Observe the Server log, indicating these updates.
  56.  
  57. How to Remove an Item from Sale:
  58. =====================================
  59. 1. Ensure that you are attempting to remove an item that you listed for sale.
  60. 2. From the "Browse" Tab, Double Click on the item you wish to modify.
  61. 3. Observe the red text push buttons, these are administrative buttons.
  62. 4. Depress the "Remove Item" Button
  63. 5. Observe the Server log, indicating these updates.
  64.  
  65. How to Message another User:
  66. =====================================
  67. 1. From the Client Application, go to the "Messages" tab.
  68. 2. Select a user on the left that you wish to contact
  69. 3. Type a message in the input box labed "Message:"
  70. 4. Once you have written your message, hit "Enter" to send the message.
  71. 5. Verify in the top box that the message was sent.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement