Category: NoSQL

  • GraphQL with KumuluzEE

    In the context of my contribution to the recently started MicroProfile GraphQL initiative, I’ve decided to give KumuluzEE GraphQL a try in order to  get some interesting inputs. I first heard of KumuluzEE in 2015 when it won Java Duke’s Choice Award.  I must admit that I didn’t pay much attention to it so far.…

  • Running GraphQL spqr and JNoSQL on GlassFish 5.1

    As you may know, GlassFish 5.1 has been recently released. This is the first Jakarta EE release of GlassFish. I’ve taken this opportunity to deploy  an application mixing GraphQL spqr and JNoSQL (backed by MongoDB) on it. And guess what? It works! This is a preliminary work for the MicroProfile GraphQL initiative that has just…

  • Discovering JNoSQL

    JNoSQL is an Eclipse project which, according to its definition: “is a Java framework that streamlines the integration of Java applications with NoSQL databases. It defines a set of APIs to interact with NoSQL databases and provides a standard implementation for most NoSQL databases.” The ambition of JNoSQL is to provide a consistent developer experience…