Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 824 Bytes

File metadata and controls

19 lines (15 loc) · 824 Bytes

CRUD example Java & MongoDb

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).

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Drivers

All those drivers you can find in folder WEB-INF/lib

mongoDb:

  • mongodb-driver-core-4.4.0.jar
  • mongodb-driver-sync-4.4.0.jar
  • bson-4.4.0.jar

JSTL:

  • jstl-1.2.jar