• 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

Changes to property file?

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm wondering how yee handle this.

In my client GUI, for changes to data the client uses (server IP addr, port number) in network mode, I just plan to immediately do a new lookup at this location.

But what about changes (using my client GUI as that's the only gui I have) to the data the server uses (the port the server)?

Either
- I can put up a dialog saying that the server data changes will only apply once the server is restarted (wonderfully simple!).

- or I can do a server gui, which will immediately opens when on:
"java -jar runme server"

I don't like either option...

Better way???
 
reply
    Bookmark Topic Watch Topic
  • New Topic