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: Beginner

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Location
    India
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Beginner

    I have a small problem in my project.<br/>


    Is there any method or API available in Java for pushing the data from the server without request being passed from the client.
    For example if any updation made at the database it needs to be passed to the client without a request frm the client.


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

    Default

    I dont think theres is an api for it. But you could create one.
    If your client have static connection, server will know where to send the update and you have to create a listener on the client.
    So when server Sending an update to client it will know
    Last edited by anditsung; February 18th, 2012 at 02:28 PM.

Similar Threads

  1. JAVA Beginner needs help
    By rhaupert in forum Member Introductions
    Replies: 1
    Last Post: February 12th, 2012, 09:27 AM
  2. I am a beginner please help :)
    By mvonb17 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: February 6th, 2012, 03:44 PM
  3. Beginner
    By codejava in forum Member Introductions
    Replies: 2
    Last Post: August 22nd, 2011, 08:11 AM
  4. Beginner
    By angelo24 in forum Member Introductions
    Replies: 1
    Last Post: August 19th, 2011, 07:14 AM
  5. I need a help ! i am beginner
    By yinky in forum Java Theory & Questions
    Replies: 3
    Last Post: September 30th, 2009, 07:22 AM