recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Java'

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...

Getting Your Feet Wet With OCI Streams

Getting Your Feet Wet With OCI Streams

Back in December we announced the development of a new service on Oracle Cloud Infrastructure called Streaming.  The announcement, product page ...

Oracle Functions: Serverless On Oracle Cloud - Developer's Guide To Getting Started (Quickly!)

Oracle Functions: Serverless On Oracle Cloud - Developer's Guide To Getting Started (Quickly!)

Back in December, as part of our larger announcement about several cloud native services, we announced a new service offering called Oracle Functions. ...

Controlling Your Cloud - A Look At The Oracle Cloud Infrastructure Java SDK

Controlling Your Cloud - A Look At The Oracle Cloud Infrastructure Java SDK

A few weeks ago our cloud evangelism team got the opportunity to spend some time on site with some amazing developers from one of Oracle's clients in Santa...

Controlling Your Cloud - Uploading Large Files To Oracle Object Storage

Controlling Your Cloud - Uploading Large Files To Oracle Object Storage

In my last post, we took an introductory look at working with the Oracle Cloud Infrastructure (OCI) API with the OCI Java SDK.  I mentioned that my...