Java
Sign in to follow topics
Featured
All Java Content
- Latest
- Highest Rated
Article
Spring Data Unlocked: Performance Optimization Techniques With MongoDB
Discover the journey of mastering MongoDB with Spring Data! In Part 1, we explored the basics, including MongoTemplate vs. MongoRepository. Part 2 took us deeper into advanced queries and Spring's powerful features. Now, in Part 3, we'll focus on optimizing your application with strategies like read preferences and indexingDec 04, 2024
Quickstart
Building Quarkus Application with MongoDB and Panache
In this tutorial, we will learn about building a Quarkus application with Panache and MongoDB. Panache is a Quarkus-specific library that simplifies the development of your Hibernate-based persistence layer.Dec 03, 2024
Article
Java vs Kotlin: Different Syntax, Same Possibilities
In this article, we’ll cover how to use some MongoDB features, and compare and contrast how they look and feel in Kotlin and Java.Nov 25, 2024
AM
Tutorial
Handle Time Series Data with MongoDB
Learn how MongoDB simplifies time series data management in this hands-on tutorial. Build a ship-tracking application to explore MongoDB's native time series collections, optimized for high write performance, geospatial queries, and horizontal scaling. Perfect for applications in finance, IoT, and logistics, this tutorial demonstrates how to efficiently manage and analyze time series data. Follow along with complete code examples and access the GitHub repository to get started today.Nov 19, 2024
Tutorial
Terraforming AI Workflows: RAG With MongoDB Atlas and Spring AI
Learn how to automate infrastructure management with HashiCorp Terraform and MongoDB Atlas. This tutorial covers setting up clusters, vector search, and building a Spring Boot RAG app with OpenAI embeddings for intelligent data retrieval and scalable cloud integration.Nov 18, 2024
Quickstart
Introduction to MongoDB and Helidon
This tutorial introduces building a Java application with MongoDB and Helidon, a framework for lightweight, cloud-native microservices. You'll learn to set up Helidon with MongoDB, create a tool management API, and configure a Docker-based MongoDB instance or connect to MongoDB Atlas. The guide covers creating and using a MongoDB repository with Jakarta Data, building a REST API for CRUD operations, and implementing pagination. Sample code is available on GitHub to help you follow along seamlessly and build scalable, high-performance microservices.Nov 12, 2024
Tutorial
Spring Data Unlocked: Getting Started With Java and MongoDB
Are you a Java developer with a passion for MongoDB and Spring? This series is for you. It walks you through integrating MongoDB with Spring Data, starting from the basics and moving towards more advanced concepts. You’ll learn the differences between MongoRepository and MongoTemplate, understand when to use each, and how to create complex queries with improved performance using indexes. By the end, you’ll be equipped to make the most of Spring Data’s features.Nov 11, 2024
Tutorial
Spring Data Unlocked: Advanced Queries With MongoDB
In the second part of the Spring Data Unlocked series, we continue building on the concepts introduced in Getting Started With Java and MongoDB. In this section, we focus on creating advanced queries and exploring how Spring Data works seamlessly with MongoDB.Nov 08, 2024
Tutorial
Seamless Media Storage: Integrating Azure Blob Storage and MongoDB With Spring Boot
Learn how to build a Spring Boot application to upload your media files into Azure Blob Storage, while storing associated metadata in MongoDB.Nov 05, 2024
Tutorial
AI-Powered Playlist Generator: Crafting Custom Vibes With Deeplearning4j and MongoDB
Create custom playlists with the AI-powered Playlist Generator tutorial, using Deeplearning4j and MongoDB Atlas Vector Search to turn any unique vibe—like 'midwestern emo puppy love'—into the perfect song collection. This guide walks through embedding song lyrics, leveraging Java-based deep learning for semantic understanding, and querying MongoDB to return tunes that match your playlist’s essence. Dive in for a detailed, hands-on experience with Java, GloVe embeddings, MongoDB, and vector search integration to simplify your playlist creation with AI.Oct 25, 2024