• 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

need help regarding applet-servlet communication scenario

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I Need some help regarding a scenario.
The scenario is : There's a servlet which keeps tracks of users on the site. This detail regarding the user is stored in a hashtable. Once
the user comes on the site, I need to send the detail to the swing application. And this information needs to be sent every 10 seconds
from the servlet. Sending a hashtable would consume a lot of resources. Is there any other way of sending the details to the swing
application? BTW I am using socket communication.
Thanks,
Ajit
[ December 13, 2002: Message edited by: Ajit Malleri ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic