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 3 of 3

Thread: sockets in java programming(I just need some help)

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

    Cool sockets in java programming(I just need some help)

    Exercise
    The bookshop has a angobookstore the distribution warehouse of books in every state. Each warehouse has its own autonomous information systems that communicate with the headquarters through sockets. when an order is made, the venue makes a query to the warehouse of the state where the customer resides in stock and if there in that warehouse, the headquarters sends an electronic order to the warehouse for order processing and shipment to the customer. in the warehouse of the state where the customer resides, there is no stock of some items to order, the headquarters makes a query to other warehouses, and those that have greater stock of each item will then be notified to refer these items to the warehouse of the state of client. customers make requests through a portal accessible via the Internet and that installed at Headquarters.

    a) what the system architecture of enterprise information.
    b) script of the database with customer requests at headquarters.
    c) forming a first version of the code which responds to solicitation of orders.


  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: sockets in java programming(I just need some help)

    Hello garcia88jose.

    To get quality responses from our members, you will need to show you have made an effort. It's no good posting an Exercise or Assignment and expecting people to come back with answers. This is after all, your assignment. Many of us are long past having to do assignment work! We will be happy to help just as long as you show effort on your part.

    What are you stuck on exactly?
    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.

  3. #3
    Junior Member
    Join Date
    Apr 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: sockets in java programming(I just need some help)

    I have already finish the database script.
    I don't know how i can use a jsp as portal page with sockets , i just don' get it. By the way i have doubt is this really client-server aplication.
    thanks.

Similar Threads

  1. [SOLVED] Problems with Sockets
    By Samthere in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 21st, 2011, 06:02 AM
  2. Threads, Sockets & jFrame
    By Rakshasas in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 11th, 2011, 07:28 PM
  3. Java Sockets, Bytes / Objects
    By AdamD in forum Java Networking
    Replies: 1
    Last Post: January 31st, 2011, 03:25 PM
  4. Help Needed - Strings from sockets?
    By nate0927 in forum Java Networking
    Replies: 1
    Last Post: January 24th, 2011, 09:06 AM
  5. Java sockets help
    By ma05k1 in forum Java Theory & Questions
    Replies: 1
    Last Post: March 27th, 2010, 05:52 AM