Skip to content

enterstudio/CarRental

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarRental

Final project for Bionic University Java SE program

The project is a car rental system with user and administrator sides. User can choose a car, calculate its rent cost for a given period, and make an order. Administrator can review all the orders, confirm or reject the specific order, and set special marks to it.

To see the full size image press it and select "Raw".

Screenshot_1

Screenshot_2

Screenshot_3

Features:

  • Information is stored in MySQL database with access via JDBC;
  • GoF (Factory Method, Command, Singleton) and MVC patterns used;
  • Project is based on Servlet and JSP;
  • JSP contains custom tags;
  • Project contains filters and operates with sessions;
  • Cyrillic alphabet is fully supported;
  • Event logging with Log4j.

About

Car Rental system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • Java 42.9%
  • CSS 3.1%