Categoría: Java
-

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.…
-

Give some Ratpack Love to your Spring Boot Application
I recently started working with Ratpack and I quite like it. I mostly did quick projects from scratch. But I would like to use it in an existing Spring Boot application to replace the…
-

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…
-

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…
-

Getting started with Kafka and Couchbase as an endpoint
Couchbase is great as a source for Apache Kafka using the DCP connector. However it is also great as an endpoint for digesting data, as it is fast, memory first and reliable storage. In…
-

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…
-

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…
-

Backing Spring Cache With Couchbase
In this blog post, we’ll discover how to cache data easily using Spring Cache and Couchbase as a backing store manager. Table of Contents A Word Of Introduction There was a lot of work…