recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Java'

Oracle Functions: Using Key Management To Encrypt And Decrypt Configuration Variables

Oracle Functions: Using Key Management To Encrypt And Decrypt Configuration Variables

I've covered quite a few different topics related to Oracle Functions recently on this blog, but today I'll cover what probably should have been the first...

Oracle Functions: An Easier Way To Talk To Your Autonomous Database

Oracle Functions: An Easier Way To Talk To Your Autonomous Database

  Last week I posted about connecting your Oracle Functions to your Autonomous DB instance to query and persist data. That post involved creating...

Oracle Functions - Invoking Functions With The OCI SDK

Oracle Functions - Invoking Functions With The OCI SDK

In my last few posts we took a look at how to create serverless functions which interact with an Autonomous Transaction Processing (ATP) instance - first...

Ring Central - Sending SMS Messages With Java

Ring Central - Sending SMS Messages With Java

Yesterday I blogged about Ring Central and their APIs for sending SMS, making voice calls and much more. In that post I showed an example of how easy...

Ring Central - Making A Voice Call With Java

Ring Central - Making A Voice Call With Java

In my last post, I showed you how to send an SMS message with Java and Ring Central. In this post, I'll show you how to make a voice call. If you get stuck...

Oracle Functions - Connecting To An ATP Database

Oracle Functions - Connecting To An ATP Database

. Attention!!!  This process in the blog post below has been superseded by the information contained in a newer blog post. If you are trying to connect...

Microservices The Easy Way With ORDS And Micronaut - Part 3

Microservices The Easy Way With ORDS And Micronaut - Part 3

We've come to the final part of this portion of this blog series where we focus on microservices with ORDS and Micronaut. In this post we'll look at deploying...

Microservices The Easy Way With ORDS And Micronaut - Part 2

Microservices The Easy Way With ORDS And Micronaut - Part 2

In our last post, we exposed our user table with a complete set of REST endpoints that can be used for CRUD operations. The good news is, from this point...

Microservices The Easy Way With ORDS And Micronaut - Part 1

Microservices The Easy Way With ORDS And Micronaut - Part 1

What if I told you you could write a microservice that doesn't use ORM without a single SQL statement in your application code?  I have to admit,...

Building And Deploying A Helidon Microservice With Hibernate Part 2

Building And Deploying A Helidon Microservice With Hibernate Part 2

So far in this series, we've set up our cloud for Kubernetes and Docker, got our Autonomous DB up and running and created our first microservice using ...

Deploying A Micronaut Microservice To The Cloud

Deploying A Micronaut Microservice To The Cloud

So you've finally done it. You created a shiny new microservice. You've written tests that pass, ran it locally and everything works great. Now it's time...

Creating A Microservice With Micronaut, GORM And Oracle ATP

Creating A Microservice With Micronaut, GORM And Oracle ATP

Over the past year, the Micronaut framework has become extremely popular. And for good reason, too. It's a pretty revolutionary framework for...