Graeme Rocher

Graeme Rocher

Biography

Creator of Micronaut and Grails and Architect at Oracle Labs.

Advanced Dependency Injection and AOP with Micronaut
In this talk Micronaut creator Graeme Rocher will walk you through using Dependency Injection and Aspect Oriented Programming in a Micronaut application.
Building Java Applications with Micronaut in the Cloud
In this hands on workshop, you will set up the Oracle cloud environment that you will use to build a java application with micronaut in the Oracle Cloud. The tasks you will perform are as follows: Sign Up for an Oracle Free Tier Account Provision the Oracle Cloud instances needed to run a Micronaut application with Autonomous Database. Create and connect to your Autonomous Database instance. Create a Micronaut application and connect to your Autonomous Database. Create Micronaut Data entities, define Micronaut Data repositories to implement queries, expose Micronaut Controllers as REST endpoints, populate Data on Application Startup, write tests for the Micronaut application and run the Micronaut application locally Run a pre-built Helidon MP application as a native image locally, update Micronaut controller to invoke the service, and run the Micronaut application locally to verify setup