Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Help With Java Coursework

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default 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.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Java programmer for coursework help
    By dcshoecousa in forum Paid Java Projects
    Replies: 3
    Last Post: January 6th, 2012, 09:35 AM
  2. Coursework help!
    By ben6 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 18th, 2011, 03:25 PM

Tags for this Thread