Tag: spring

Refactoring Spring Microservices Apps to work with Couchbase
Refactoring Spring Microservices Apps to work with Couchbase

Migrating a Spring Boot microservices app to Couchbase can be done easily. Find out some tips, tricks and how-to in this blog that shows a vehicle tracking app.

Getting Rid of Sticky Sessions in Java | Couchbase Spring Session
Getting Rid of Sticky Sessions in Java | Couchbase Spring Session

Learn what is Sticky Sessions and how to get rid of it in Java. See how Couchbase is a solution for this. Also, check Couchbase Spring Session.

Sample Application with Spring and Angular: GitTalent
Sample Application with Spring and Angular: GitTalent

Couchbase Connect 2016 featured a sample application in the keynote. The source code and instruction manual is now available.

Couchbase as a First Class Citizen of Spring Boot 1.4
Couchbase as a First Class Citizen of Spring Boot 1.4

Spring Boot 1.4.0 MILESTONE 2 is out! This is a good time to tell you about the joint effort between Spring Boot team members and the Couchbase Java SDK team to offer a first class integration of Couchbase into Spring...

Storing, Indexing and Searching files with Couchbase and Spring Boot
Storing, Indexing and Searching files with Couchbase and Spring Boot

Learn the Spring Boot app that let the user upload files, store them in a binary store, let you search files based on the metadata and text.

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

Announcing Spring Data Couchbase 2.0 RELEASE
Announcing Spring Data Couchbase 2.0 RELEASE

Spring Data Couchbase 2.0 is a rewrite of the original Spring Data Couchbase 1.4.x connector. It is based on the Couchbase Java 2.2 SDK and makes heavy use of the new query language N1QL (which was introduced in Couchbase Server...

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

Spring Data Couchbase: A New Generation (2.0 Preview)
Spring Data Couchbase: A New Generation (2.0 Preview)

The Spring Data Couchbase community project has been historically built upon the 1.4 generation of the official Couchbase Java SDK, although the SDK 2.0 has been out for quite some time. But now is definitely a great time to upgrade...

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!

Advanced Spring Data Couchbase
Advanced Spring Data Couchbase

In the previous two posts we looked at getting started with Spring Data Couchbase. Now it’s time to get a little more sophisticated (keeping in mind that sophisticated or advanced does not mean more complicated). Let’s look at some of the great stuff...