• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Socket Programming [ Client / Server ]

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends
Well, I have created a client and server program using awt. It's working fine but not according to what I want. I mean, I am typing in TextField and later when I press send button it sends the message from client to server but till I don't press button in server the message is not displayed. As I have taken action on button and the whole process of passing data is written in actionPerformed method.
Get me some solution so that as soon as I press send button from client the message is instantly displayed in server application
Thanking you in anticipation.
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've done something similar in the last few weeks. If you'd like the code, I can email you the source files.
Landon Manning
yandonman@hotmail.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic