Skip to content

Commit 98c374d

Browse files
authored
update blogs page (#646)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 398254a commit 98c374d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs-source/spring/content/blogs/_index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ Our team members post blog articles and other content on various sites including
99
We'd love you to check them out.
1010
This page acts as an index/aggregator for some of our featured content.
1111

12+
{{< blog
13+
author="mark"
14+
date="5/1/2023"
15+
title="Start up an Oracle Database in Kubernetes with Oracle REST Data Services and Database Actions in no time at all!"
16+
link="https://redstack.wordpress.com/2023/05/01/start-up-an-oracle-database-in-kubernetes-with-oracle-rest-data-services-and-database-actions-in-no-time-at-all/"
17+
abstract="Mark demonstrates how easy it is to get an instance of Oracle up and running in Kubernetes, with Oracle REST Data Services and Database Actions using the Oracle Database Operator for Kubernetes."
18+
>}}
19+
20+
{{< blog
21+
author="mark"
22+
date="5/1/2023"
23+
title="New 23c version of Kafka-compatible Java APIs for Transactional Event Queues published"
24+
link="https://redstack.wordpress.com/2023/05/01/new-23c-version-of-kafka-compatible-java-apis-for-transactional-event-queues-published/"
25+
abstract="Mark demonstrates how to use the new 23c version of the Kafka-compatible Java APIs for Transactional Event Queues, available in Maven Central, which allow you to use the standard Kafka Java API with Transactaional Event Queues acting as the Kafka broker. The only things that you would need to change are the broker address, and you need to use the Oracle versions of KafkaProducer and KafkaConsumer – other than that, your existing Kafka Java code should just work!"
26+
>}}
27+
28+
{{< blog
29+
author="mark"
30+
date="4/24/2023"
31+
title="Spring Boot Starters for Oracle updated"
32+
link="https://redstack.wordpress.com/2023/04/24/spring-boot-starters-for-oracle-updated/"
33+
abstract="An example of how to use the new Spring Boot Starter for UCP for Spring 3.0.x."
34+
>}}
35+
1236
{{< blog
1337
author="andy"
1438
date="4/20/2023"
@@ -33,6 +57,14 @@ This page acts as an index/aggregator for some of our featured content.
3357
abstract="Paul Parkinson demonstrates a Spring Boot microservices application that implements the Saga pattern with Long Running Actions using the Oracle Transaction Manager for Microservices to manage data consistency across microservices."
3458
>}}
3559
60+
{{< blog
61+
author="doug"
62+
date="4/14/2023"
63+
title="Oracle Mobile Backend As A Service"
64+
link="https://medium.com/@DatabaseDoug/oracle-mobile-backend-as-a-service-22b867ce70d2"
65+
abstract="Mobile Backend As A Service (MBaaS) is a cloud service that an app developer can immediately start development against with just an endpoint. Doug frinds out how far he can get developing a phone application without interacting with the server in any way other than the API endpoint."
66+
>}}
67+
3668
{{< blog
3769
author="mark"
3870
date="4/6/2023"

0 commit comments

Comments
 (0)