[카테고리:] 자바
-

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

스프링 부트 애플리케이션에 랫팩 사랑을 불어넣으세요
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가 출시되었습니다! 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…
-

Spring Cache에 Couchbase 백엔드 적용하기
이번 블로그 포스트에서는 Spring Cache와 백엔드 스토어 관리자인 Couchbase를 사용하여 데이터를 쉽게 캐싱하는 방법을 알아봅니다. 목차 소개의 말 많은 업무가 있었습니다…