Skip to content

Commit

Permalink
Merge pull request #4196 from OpenLiberty/cloudant_4152
Browse files Browse the repository at this point in the history
Update 2024-12-9-cloudant-with-open-liberty.adoc
  • Loading branch information
dmuelle authored Dec 9, 2024
2 parents 16d91a6 + 3f760db commit f496e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posts/2024-12-9-cloudant-with-open-liberty.adoc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
layout: post
title: "Access Cloudant with Open Liberty using CDI"
title: "Access IBM Cloudant with Open Liberty using CDI"
categories: blog
author_picture: https://avatars3.githubusercontent.com/revijay
author_github: https://github.com/revijay
seo-title: Access Cloudant with Open Liberty using CDI - OpenLiberty.io
seo-title: Access IBM Cloudant NoSQL database with Open Liberty using CDI - OpenLiberty.io
seo-description: Using Cloudant with Open Liberty previously meant enabling the cloudant-1.0 feature and configuring several elements in server.xml. With CDI and MicroProfile Config, you can easily configure access to Cloudant with a CDI producer. The cloudant-1.0 feature was implemented using Java Cloudant Client library which is no longer supported, so in this demonstration we are using the new Cloudant SDK for Java.
blog_description: "Using Cloudant with Open Liberty previously meant enabling the cloudant-1.0 feature and configuring several elements in server.xml. With CDI and MicroProfile Config, you can easily configure access to Cloudant with a CDI producer. The cloudant-1.0 feature was implemented using Java Cloudant Client library which is no longer supported, so in this demonstration we are using the new Cloudant SDK for Java."
open-graph-image: https://openliberty.io/img/twitter_card.jpg
open-graph-image-alt: Open Liberty Logo
---
= Access Cloudant client with Open Liberty using CDI
= Access IBM Cloudant with Open Liberty using CDI
Reshmi Vijayan <https://github.com/revijay>
:imagesdir: /
:url-prefix:
Expand Down

0 comments on commit f496e6f

Please sign in to comment.