• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

RMI - Connecting to a remote server on a dial up line?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I badly need help in my rmi application which i have partly developed. I have an application to transfer daily data which is generated in the factory which is 200 miles from the head office where the server is located... I am able to transfer the data locally on my lan network...i.e. inside my head office premises.
However as I said I need to transport my client application to my factory which is 200 miles away from my H.O. How do I run my client there and connect to my server in the H.O. How do I do that? Do I need to use some software ? How do I connect to my factory server ? My Client application will be executed in factory server...?So how will the factory server connect to the H.O. server? I suppose you need modems at both ends and connected through telephone..?? I am not sure about that... Can you help me with this ?? I will be highly obliged....
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai Jos,
I think most easiest way to do this is Use XML Messaging and HTTPPost(Sorry i could not understand how you use RMI for your application)
Get More info if you are interested http://java.sun.com/xml/xml_jaxm.html
 
She's brilliant. She can see what can be and is not limited to what is. And she knows this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic