Recent Posts

JC-AI Newsletter: Easy Access to Expanding Challenges

Author: Miro Wengner Original post on Foojay: Read More A few months ago, I launched the AI Newsletter to provide a minimally biased perspective on the growing challenges surrounding artificial intelligence. My primary motivation was and remains to be serving the community not only by showing how to use and access specific services for utilizing Large Language Models, but also …

Read More »

Modeling Relationships With Hibernate ORM and MongoDB

Author: Ricardo Mello Original post on Foojay: Read More Table of Contents PrerequisitesOne-to-many relationship Approach 1: Embedding reviews inside books Approach 2: Moving reviews to a separate collection Approach 3: Bringing back recent reviews (Subset Pattern) Implementing the Subset Pattern Testing the feature Wrapping up In the previous article—Getting Started With Hibernate ORM and MongoDB—we learned how to configure Hibernate …

Read More »

Getting Started With Hibernate ORM and MongoDB

Author: Ricardo Mello Original post on Foojay: Read More Table of Contents How MongoDB fits inPrerequisitesTag your Atlas clusterProject overviewSetting up the project Configure Hibernate The Book entity Creating the SessionFactory Implementing the Book service Running the applicationCurrent limitations (Public Preview)Wrapping up For years, Hibernate ORM has been one of the most popular frameworks in the Java ecosystem. It was …

Read More »