views:

55

answers:

2

Forget trivial apps that have half a dozen users and a dozen options, what ui do you think is most effective at letting the admin get the job done. Some interesting technologies which though have other applications might include:

  • AREXX - "live" application scripting.
  • GUIs - Point and click, a bit troublesome when one has lots of repetitive tasks.
  • SHELLs/Cmd lines - aka like *nix shells, requires knowledge of whats "available" before one can update the right files etc.

FORGET O/S

My question relates to configuring a completely self contained application itself that does not read its config primarily from files on the filesystem. Please forget and assume the OS level stuff is done and the customisation of the app remains.

CMD LINE OPTIONS

Assume that this app is long lived and one wants to change options after it has started and restarts are not viable.

+2  A: 

GUI + shell/cmd line options directly from GUI

Kirzilla
Cmd line inside the gui ?
mP
Yes. For example, in linux GUI you can click right mouse button on file and change what software you want to open this file, but also you can define custom cmd to open this file. It is pretty useful sometimes. You can also implement this feature into your own GUI. Of course, you should allow adminstrator to use scripts only from allowed list (because of security). It's my opinion.
Kirzilla
A: 

An Administrator without *nix knowledge is not worth for the paid Money. I recommend using the Shell to config/update/maintain a Website

streetparade
Forget the OS, im asaking about the app itself.
mP