Category: Java
Connect 2016 Developer Workshop
For the first day of Couchbase Connect 2016, I created a full-day developer’s workshop (with the help of our great SDK team, of course). It was great meeting some of our customers and helping people get up to speed with...
Getting Started with Java and Couchbase
In this quickstart video tutorial you’ll learn how to setup and start building a Java application that communicates with Couchbase Server to save NoSQL JSON data as well as query for it numerous ways. For more information on how to...
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 event that this happens, you want...
Couchbase Spark Connector 2.0.0 Released
On behalf of the SDK team I’m happy to announce the release of the second major version of the Couchbase Spark Connector which most importantly brings compatibility with the Apache Spark 2.0.x series. A special thanks goes to community contributors...
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. However, I realize JavaFX is not...
Couchbase Node.js, Golang, Java and .NET Developer Webinars
Watch all three webinars which helps to build a fully functional full-stack web application using either Java, .NET, Node.js, or Golang.
Using Couchbase in a JavaFX Desktop Application
I’ve spent quite a bit of time dabbling with Couchbase and web applications using the awesome Java SDK, but did you know you can create desktop applications that use Couchbase to store data as well? Java desktop frameworks like JavaFX...
New Raw Query Result for the Java SDK
Latest version of our Java SDK (2.3.3 at the time of writing) introduces a new class: RawQueryExecutor. It gives you the direct result of a N1QL or FTS query as a JSON String or JsonObject, just like if you were...
Collecting iBeacon Data with Couchbase and Raspberry Pi IoT Devices
First, see how java application is used with IoT devices to scan iBeacon data. Likewise, Raspberry PI uses Java application to communicate with Couchbase.
The Simplicity of RxJava with N1QL Queries and Couchbase
The Simplicity of RxJava with N1QL Queries and Couchbase Have you ever tried to query Couchbase using N1QL and the Java SDK's synchronous API? It works well and isn't particularly difficult, but I find it to be a little messy,...
Give some Ratpack Love to your Spring Boot Application
The idea used here in the post is to replace Spring MVC by Ratpack, and making my legacy, synchronous, blocking services async and non blocking.
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 Data module but none of them...
Top Posts
- Data Modeling Explained: Conceptual, Physical, Logical
- What are Embedding Models? An Overview
- Six Types of Data Models (With Examples)
- Application Development Life Cycle (Phases and Management Models)
- What Is Data Analysis? Types, Methods, and Tools for Research
- Capella AI Services: Build Enterprise-Grade Agents
- Data Analysis Methods: Qualitative vs. Quantitative Techniques
- 5 reasons SQLite Is the WRONG Database for Edge AI
- What are Vector Embeddings?