Categoria: Java
-

Usando o SDK Java para Couchbase: O Básico de Get & Upsert
Usar Java com Couchbase não precisa ser difícil, nem mesmo para um desenvolvedor iniciante. Neste tutorial de início rápido, vamos ver os fundamentos de como criar e buscar documentos JSON no Couchbase usando...
-

Introducing the Couchbase Java SDK 3.0 Alpha
I am super excited to finally write this announcement, because it allows me to put the spotlight on something we’ve been working hard over the last months. In a collective effort across the SDK…
-

How to Boost Spring Data Performance
Spring Data provides an easy programming model for data access in both relational and non-relational databases. It became very popular among Java/JVM developers because of the small learning curve and low codebase. However, developers frequently…
-

NDP Episode #25: Nathan Voxland on Liquibase
Liquibase is the focus of the latest episode of The NoSQL Database Podcast. Nathan Voxland joins as the special guest to talk about source control for your database. I’m also joined by special co-host…
-

What Is Fuzzy Matching and How to Use It Correctly
Have you sound yourself asking the question, “What is fuzzy matching?” Fuzzy matching allows you to identify non-exact matches of your target item. It is the foundation stone of many search engine frameworks and…
-

How to Create a Custom Token Store for Spring-Security-Oauth2 | OAuth Part 2
In the previous blog post, we discussed how to configure a simple OAuth2 authentication. However, our implementation has a major flaw in it: we are using an in-memory token store. In-Memory token stores should…
-

Processing GraphQL Queries with Java, Spring Boot, and NoSQL
Over the span of the past few months I’ve been learning about GraphQL and how to use it as an alternative to RESTful API development. The focus thus far had been around GraphQL and…
-

Couchbase With Spring-Boot and Spring Data
One of the biggest barriers for anyone who wants to start using new technologies is usually the learning curve. Often while starting a new project, we end up choosing to use what we already…
-

Docker e Vaadin Meet Couchbase – Parte 1
Executar o Couchbase como um container Docker é bastante fácil. Basta herdar da imagem oficial mais recente do Couchbase e adicionar seu comportamento personalizado de acordo com sua necessidade. Neste post, vou mostrar...
-

Couchbase Mobile Changes Explorer – Part. 2
Introduction The Couchbase Mobile Sync Gateway changes feed provides a way to monitor events in a mobile deployment. The feed makes it feasible to write sophisticated business logic. I wrote a tool to help…
-

Conteúdo do Workshop para Desenvolvimento Full-Stack Java e NoSQL Disponível Agora
Mais ou menos uma semana atrás, eu estava no DevNexus 2017 em Atlanta, Geórgia, ministrando um workshop sobre a criação de aplicações *full stack* usando uma variedade de tecnologias como Java, Angular, Docker, Couchbase e JavaFX. Todos...
-

Storing Password Data Safely with Java and Spring Security BCrypt
Protecting data is a common concern amongst users as well as developers. No one wants to find out that they’ve been hacked and that their password data was exposed. In the unlikely or unfortunate…