-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crafting a Blog Post: Simplifying NoSQL Database Integration with Jakarta NoSQL #3536
Comments
fabio-franco
changed the title
Simplifying NoSQL Database Integration with Jakarta NoSQL
Crafting a Blog Post: Simplifying NoSQL Database Integration with Jakarta NoSQL
Feb 1, 2024
This was referenced Mar 19, 2024
Merged
Merged
Merged
This was referenced Apr 24, 2024
This was referenced May 1, 2024
Merged
This was referenced May 9, 2024
Hi @fabio-franco and @dearrudam, would you be happy for this issue to now be closed given the Jakarta NoSQL series of blogs we have published? |
Sure! I can close it. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Idea
The idea is to cover an example of Jakarta NoSQL using a fun game called JNopo running on Open Liberty. Also, the article will provide the information to run the JNopo game locally via container.
Temporary abstract (from a recent JakartaOne presentation):
Nowadays, it’s normal to see cloud-native solutions dealing with a huge amount of information. In this scenario, the NoSQL databases are getting a huge relevant position, but dealing with many NoSQL solutions from many different vendors is very difficult.
In terms of dealing with relational databases, there’s no doubt that JPA specification is a well-established API in the Java world, but what if there’s a well-defined way, pretty similar to JPA, to work with NoSQL with Java?
Jakarta NoSQL specification was created to increase the developer experience between Java and NoSQL databases. This spec allows developers to handle easily with many NoSQL databases.
In this talk, we will make a live coding session presenting a solution with Jakarta NoSQL and Jakarta Data. Even more, we’re going to mix other Jakarta EE specifications like Jakarta WebSocket.
Text copied from https://jakartaone.org/2024/portuguese/#
Special thanks to @dearrudam
The text was updated successfully, but these errors were encountered: