Tag: maven

Using the Java SDK for Couchbase: The Basics of Get & Upsert

Using the Java SDK for Couchbase: The Basics of Get & Upsert

Using Java with Couchbase doesn’t have to be hard, even for a new developer. In this quickstart tutorial, we’re going to walk through the basics of creating and fetching JSON documents in Couchbase using the Java SDK. With minimalist code...

July 20, 2021
Create a Continuous Deployment Pipeline with Jenkins and Java

Create a Continuous Deployment Pipeline with Jenkins and Java

Lately I’ve been working a lot with Jenkins to run Java JAR files for continuous deployment of one of my applications.  In case you haven’t seen it, the keynote demonstration given at Couchbase Connect 2016 used Jenkins to build and...

Service Discovery With Java and Database Application in DC/OS

Service Discovery With Java and Database Application in DC/OS

This blog will show how a simple Java application can talk to a database or database as a service (DBaaS) using service discovery in DC/OS. Why Service Discovery? An application typically consist of multiple components such as an application server, a database, a...