Category: Java

Using Couchbase Lite in a Java Gluon Application
Using Couchbase Lite in a Java Gluon Application

I recently wrote about building desktop applications with Couchbase Lite and JavaFX. As demonstrated Couchbase makes an excellent solution for data storage and sync in a desktop application because of the Java SDK available. However, I realize JavaFX is not...

Give some Ratpack Love to your Spring Boot Application
Give some Ratpack Love to your Spring Boot Application

The idea used here in the post is to replace Spring MVC by Ratpack, and making my legacy, synchronous, blocking services async and non blocking.

Using Spring Data Couchbase in a CDI Application
Using Spring Data Couchbase in a CDI Application

If you are in the JEE space and want a modern data management layer for your NoSql applications, you might find yourself quickly limited. There are some interesting projects like Hibernate OGM or Deltaspike‘s Data module but none of them...

Spring Data Couchbase 2 is out! Quick getting started with Spring Initializr
Spring Data Couchbase 2 is out! Quick getting started with Spring Initializr

Good News everyone, Spring Data Couchbase 2 was released last week and is now available on the awesome Spring Initializr. This awesome website let you start a Spring/Couchbase project very quickly. Just select the dependencies you want for your project,...

Getting started with Kafka and Couchbase as an endpoint
Getting started with Kafka and Couchbase as an endpoint

Getting started with Apache Kafka and Couchbase. Use Couchbase easily as the target, and use a Kafka consumer to insert data into your Couchbase database.

Couchbase is taking part in Jfokus
Couchbase is taking part in Jfokus

This week the Couchbase Developer Advocacy team are taking part in Jfokus in Stockholm, which is the largest developer conference in Sweden. Jfokus is also one of the largest Java developer events in Europe with 1600 attendees, over 50 conference presentations...

Spring Data Couchbase 2.0 Release Candidate for Christmas
Spring Data Couchbase 2.0 Release Candidate for Christmas

As a gift for Christmas we wanted to make a quick announcement that the Spring Data Couchbase 2.0 Release Candidate is now out! You can get your hands on this RC by adding the following Maven snapshot repository from Spring in your pom.xml (if you don’t already have...

Backing Spring Cache With Couchbase
Backing Spring Cache With Couchbase

Find out how to cache data by utilizing Spring Cache and Couchbase as a backing store. Easy caching using Couchbase is now at your fingertips!