Training Management Database System
Provides web access to course information.
- Students can enroll in courses, view class information
- Instructors can provide course information and view registration lists
- Administrators can add/delete courses
Designed in a three-tiered architecture
- Browser front-end
- Java servlets comprise the middle tier, transfer user requests to a back-end Oracle database
- All three tiers can be distributed
-