In this example, we’re going to help you understand the process of coding a basic Java web application that manages a collection of users with the basic feature: list, insert, update, delete (or CURD operations - Create, Update, Read and Delete).
Make sure you have installed all of the following prerequisites on your development machine:
- Tomcat 9.0.46 Download & Install and make sure it's configuring and running.
- MongoDB - Download & Install MongoDB, and make sure it's running .
- [email protected]
All those drivers you can find in folder WEB-INF/lib
- mongodb-driver-core-4.4.0.jar
- mongodb-driver-sync-4.4.0.jar
- bson-4.4.0.jar
- jstl-1.2.jar