Help With Java Coursework
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 very 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:
Java Programming:
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.
Re: Help With Java Coursework
Hello.
I'm afraid no one is going to do this coursework for you.
You need to make a start yourself.. Post the code you have and show us where you are stuck.
We will help you move forward with this but only if you help youself.