Watch the video: A Developer Guide to MongoDB with Morphia & Jakarta EE
Published on 10 May 2023

MongoDB is one of the most popular NoSQL databases in the market, with its flexible data model, scalability, and rich query capabilities. When combined with Morphia, a powerful Java library for MongoDB, Jakarta EE developers can achieve even greater flexibility in creating modern applications that deliver exceptional user experiences. Watch this webinar recording to learn how to use MongoDB with Jakarta EE and the Morphia library!
In this webinar, you will learn how to use MongoDB with Jakarta EE and the Morphia library to:
- Map your Java objects to MongoDB documents
- Create database entries
- Query your database for those entries
- Update data
- Delete data
- Use the Morphia API in a typesafe way
- Learn about parallels between Morphia and Jakarta Persistence API
- and... a lot more!
Whether you're new to MongoDB, Jakarta EE, or Morphia, or you're an experienced developer looking to improve your skills, this webinar is for you. You'll gain valuable insights and practical tips on how to leverage MongoDB NoSQL as an alternative data storage engine for your traditional Jakarta EE applications.
Related Posts
Join our webinar! Connected Industries with Edge
Published on 17 Apr 2025
by Dominika Tasarz
0 Comments
Join us for the webinar, where we'll take a deep dive into how edge computing enables safe, efficient digital transformation in industrial automation. You’ll learn how to design edge solutions that are secure, reliable, scalable, and ...
Simplifying Jakarta EE Development with JBang and Payara Micro
Published on 14 Apr 2025
by Luqman Saeed
0 Comments
What is JBang?
JBang is a tool that lets you run Java code with zero build setup. It handles dependencies, compilation, and execution with a single command - making Java as easy to run as a script. With JBang, you can: