Watch the video: Jakarta EE NoSQL with Google Cloud Firestore
Published on 06 Apr 2023

In this code-focused webinar we took a look at how you can use the Google Cloud Firestore NoSQL database service in a Jakarta EE application. The recording is now available to watch - see below or head over to our YouTube Channel.
NoSQL has become a popular RDMS alternative for enterprise applications. There are a myriad of options available for developers to choose from. With advantages such as flexible data models, generally faster queries, support for horizontal scaling and easier developer experience, NoSQL is a great alternative to have in your developer toolbox.
- How to setup your Jakarta EE application to connect to Google Cloud Firestore
- How to model your data
- How to use Jakarta Bean Validation for validating business constraints
- How to expose your application through Jakarta REST and return meaningful validation error messages
- How to save, read, update and remove data in Firestore
- How to use Jakarta CDI to create different components for interfacing with the NoSQL database
- Compare and contrast NoSQL with SQL
- Answer your questions and more
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: