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

Candidato a lanzamiento de Spring Data Couchbase 2.0 para Navidad
Como regalo de Navidad, queríamos hacer un rápido anuncio de que la versión Release Candidate 2.0 de Spring Data Couchbase ya está disponible. Puede obtener esta RC agregando el siguiente repositorio de instantáneas de Maven de Spring...
-

Implementación de Spring Cache con Couchbase
En esta publicación de blog, descubriremos cómo almacenar en caché datos fácilmente utilizando Spring Cache y Couchbase como administrador de almacenamiento de respaldo. Tabla de contenido Una palabra de introducción Había mucho trabajo...