Why use a database
|
Reasons for going to an application server approach:
- Web based admin. The system can be remotely administeed
from anywhere. Also, the admin machine does not have to
have the Java runtime environment loaded; only a web browser.
- App server maintains all database connetions for the system.
- Programs no longer need to be run from the command line.
From a web browser, all programs are listed as links off the
main page.
|
|