• 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

How to Access Local Machines Directory ?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Our Application is an online/offline 3-tier arch.
Offline screens are applets stored in local machine (they need to acess local Access Database, while offline).
Online screens follow typical 3-tier arch hosted on webserver.
We have a requirement, that we need to access these offline screens(applets, which reside in local machine) also during online mode.
Can any body please suggest us how to access these local machine folders during online mode ?
Thanks in Advance
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are not stuck with using only applets on the "local machine", the simplest thing would be to write a Java application and talk to it directly with HttpURLConnection.
Bill
reply
    Bookmark Topic Watch Topic
  • New Topic