Hi Guys,
Am one of those changing careers. I am retraining on an IT Conversion course at the moment and has just started java. Being a conversion program, it is running really fast
and I am working really hard to catch up and fully understand, am gonna need all the help I can get from experts like you guys. Kindly help me with the following project:
Design a Book shop with an ineventory containing the following items:
ISBN code, Book Name, Author's Name, Price, Quantity in Stock.
The inventory should be read by a TCP server programme from a file separated by tabs.
The server waits for client requests and transmits the inventory if an 'I' is received.
If a 'B' followed by an item code is received, the quantity in stock should be updated to
reflect that an item has been bought.
A client programme should connect to the server, download the inventory and display
it to the customer.
The customer should be able to buy any item by typing in the item's ISBN code. A shopping
trolley should keep track of the items selected by the customer and give a total price
for the whole transaction.
Include comments as much at every stage.