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: Push Based Mechanism

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

    Default Push Based Mechanism

    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. (snooze)


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Push Based Mechanism

    cross posted at Push Based Mechanism

Similar Threads

  1. Flipping mechanism bug
    By CaliforniaCoder1984 in forum What's Wrong With My Code?
    Replies: 4
    Last Post: October 28th, 2011, 09:40 AM
  2. Push Notification Client/Server
    By MistaWizurd in forum Java Applets
    Replies: 7
    Last Post: April 30th, 2011, 01:52 AM
  3. beginner w/ text based RPG
    By rbread80 in forum Java Theory & Questions
    Replies: 12
    Last Post: December 4th, 2010, 02:39 PM
  4. token-based processing
    By amandat in forum What's Wrong With My Code?
    Replies: 0
    Last Post: October 21st, 2010, 12:05 AM
  5. [SOLVED] Implementing push button
    By IDK12 in forum AWT / Java Swing
    Replies: 2
    Last Post: July 10th, 2009, 10:13 AM