MongoDB Java Connectivity | MongoDB Java Tutorial

preview_player
Показать описание
Here is a video about developing Java applications with MongoDB. The process involves the following steps:
1. Download Mongo Java Driver (the JAR file contains a number of other packages. You need these packages to either modify or extend the driver’s internal functionality).
2. Connect to MongoDB using MongoClient.

Make sure you watch the video in its entirety to learn more about -
1. Inserting Java from a Java program using MongoDB.
2. Updating documents using Java code.
3. Deleting document using Java code.
4. Storing Images using GridFS API.
5. Retrieving images using GridFS API.
6. Removing images using GridFS API.


➡️ About Post Graduate Program In Full Stack Web Development
This program will give you the foundation for building full-stack web apps using the Java programming language. You'll begin with the basics of JavaScript, and then venture into some of the more advanced concepts like Angular, Spring Boot, Hibernate, JSPs, and MVC. Now is the perfect time to get started on your career as a full-stack web developer!

✅ Key Features
- Caltech CTME Post Graduate Certificate
- Enrolment in Simplilearn’s JobAssist
- Receive up to 25 CEUs from Caltech CTME
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Attend Masterclasses from Caltech CTME instructors
- Live virtual classes led by industry experts, hands-on projects and integrated labs
- Online Convocation by Caltech CTME Program Director
- 20 lesson-end and 5 phase-end projects
- Capstone Project in 4 domains
- Caltech CTME Circle Membership
- Build your own portfolio on GitHub

✅ Skills Covered
- Agile
- JAVA
- Hibernate and JPA
- Spring Core 50
- DevOps
- HTML5 and CSS3
- AWS
- JavaScript ES6
- Servlets
- SOAP and REST
- JSP

🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Рекомендации по теме
Комментарии
Автор

The getDB method is deprecated so its not working

emmanuelkaku
Автор

You are giving a tutorial without no reference to the scores code

ibrahimolanrewaju
Автор

public static void main(String[] args) {

// MongoCredential credential = MongoCredential.createCredential("", "points_polygons", "".toCharArray());
MongoClient mongoClient = new MongoClient("localhost", 27017);
DB db =
// MongoDatabase db =
DBCollection collection =
the count is ");


// FindIterable fi = collection.find();
// MongoCursor cursor = fi.iterator();
}

amraboeleneen