• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

server shutdown

 
Ranch Hand
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to wrap up the project and come up with all sorts of last minute questions...
I have small screen for server configuration. It dispapears as soon as the server is started up successfully. Is there a need to add shutdown option to it and keep it visible?
Thanks,
Aruna.
 
Ranch Hand
Posts: 2937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I have small screen for server configuration. It dispapears as soon as the server is started up successfully. Is there a need to add shutdown option to it and keep it visible?


The extra features can only lower your score, and I am puzzled as to why people insist on coding these extras. I had no server GUI, no graceful shutdown, no Unreferenced, no timing out of connections, no cleaning of stale clients, no dynamic downloading of stubs, no codebase or classpath parameters, no policy files or security managers, no unlock(-1), no server re-connect, no integrated server help, no ability to manage your stock portfolio, no flashes or pretty flowers of any kind, and I got full score for my server design. If this is not convincing, consider this: none of the features listed above are in the requirements and they add absolutely nothing to simplicity, clarity and reusability of your design.
Eugene.
[ January 22, 2003: Message edited by: Eugene Kononov ]
 
Aruna Raghavan
Ranch Hand
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Eugene,
Just what I needed to hear . I did the server GUI because on both server and client sides, it allowed me to add online help. Some how, writing an ascii user manual that just sits in one dir did not appeal to me. I promise not to add any more bells and whistles.
Aruna.
 
Aruna Raghavan
Ranch Hand
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh yes, and then there is the possibility of admin typing the wrong java options. I wanted to have little possibility for that. With the small gui screens I did, he can still enter bad data but atleast he won't type -D options wrong...
 
Is this the real life? Is this just fantasy? Is this a tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic