Three-tier system with GUI Client, Server and DB Server. System works with database where "term -- definition" data is stored. Example: vocabulary.
- Client app with GUI
- Server that process requests from many clients to single DB server
- DB server that work with database.
- Multi-client server.
- Request definitions for terms.
- Add new terms with definition.
- Edit existing definitions for terms.
- Connection config for Client in separate .cfg file.