Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: Java 1.1
Community Wiki and Resources
Download Client Library
JavaDoc
Couchbase Developer Guide 2.0
Couchbase Server Manual 2.0
Java Client Library
SDK Forum
Wiki: Java Client Library
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Couchbase Client Library: Java 1.1
Child Sections
Chapters

Chapter 2. Tutorial

Table of Contents

2.1. Quickstart
2.2. Preparations
2.2.1. Project Setup
2.2.2. Preparing the Views
2.2.3. Bootstrapping our Servlets: web.xml
2.3. Connection Management
2.4. The Welcome Page
2.5. Managing Beers
2.6. Wrapping Up

In this chapter we will build on the foundations introduced in the Getting Started guide and build a full-blown web application on top of it. Make sure to have the beer-sample bucket around, because the application will allow you to display and manage beers and breweries.

The full sourcecode is available through couchbaselabs on GitHub. Note that the sample application over there provides more content than described in this tutorial, but it should be easy for you to poke around if you read this tutorial here.