Java
A high-level, class-based, object-oriented programming language. With Java Virtual Machine (JVM) Java applications are called WORA (Write Once Run Anywhere).Featured
All Java Content
- Newest
- Highest Rated
Tutorial
Building a Real-Time, Dynamic Seller Dashboard on MongoDB
In this article, we're looking at how a single query on MongoDB can power a real-time view of top-selling products, and deep-dive into the top-selling regions.Dec 21, 2022
Karthic Subramanian (+1)
Article
MongoDB ORMs, ODMs, and Libraries
MongoDB has a number of ORMs, ODMs, and Libraries that simplify the interaction between your application and your MongoDB cluster. Build faster with the best database for Ruby, Python, Java, Node.js, and PHP using these libraries, ORMs, and ODMs.Oct 31, 2022
Alex Bevilacqua
Tutorial
Single-Collection Designs in MongoDB with Spring Data (Part 1)
Learn how to avoid joins in MongoDB by using Single Collection design patterns, and access those patterns using Spring Data in Java applications.Oct 13, 2022
Graeme Robinson