This is simple program for taxi service. The program uses mysql to store data. Tomcat is also used as a web-server Program has next functions:
- display all Drivers
- display all Cars
- display all Manufacturers
- create new Driver
- create new Car
- create new Manufacturer
- add driver to car
- all cars by driver
- DAO - Data access layer
- Service - Application layer
- Controllers - Presentation layer
The administrator can manage the user list and product list.
- Java 11
- Maven 4.0.0
- MavenCheckstyle 3.1.1
- Tomcat 9.0.58
- MySQL 8.0.22
- Servlet 4.0.1
- JSTL 1.2
- JDBC
- Configure Apache Tomcat for your IDE
- Install MySQL and MySQL Workbench
- Use
resources/init_db.sql
for creating a Schema and tables - Configure
ConnectionUtil.java
with your URL,USERNAME
,PASSWORD
,JDBC_DRIVER
- Configure the tomcat library path in the startup settings
Enjoy!
@LinkClink telegram