As we saw in this post, it is really simple to write and deploy Serverless Kotlin functions using Fn. The Kotlin support is, in Fn, largely based on the Java...
As we saw in this post, it is really simple to write and deploy Serverless Kotlin functions using Fn. The Kotlin support is, in Fn, largely based on the Java support and more specifically on the Java FDK. The initial Fn Kotlin support was a bit different than it is today as it was using the kotlinc compiler in a Docker (build) image. That approach has been recently replaced (from CLI 0.4.129) in favor of Maven using the regular Java FDK images. The only real difference...
As we saw in this post, it is really simple to write and deploy Serverless Kotlin functions using Fn. The Kotlin support is, in Fn, largely based on the Java support and more specifically on the...
One of the neat features of Fn is that you define your functions as container images. Fn isn’t prescriptive about what goes into the container as long as you...
One of the neat features of Fn is that you define your functions as container images. Fn isn’t prescriptive about what goes into the container as long as you can read requests and write responses — anything you package in a container that can read from STDIN and write to STDOUT can be a function. This flexibility sets Fn apart from other FaaS platforms which typically only offer a small set of supported languages. Fn encourages you to use whichever language you are most...
One of the neat features of Fn is that you define your functions as container images. Fn isn’t prescriptive about what goes into the container as long as you can read requests and write responses...
In my last post I wrote about general concepts behind Function as a Service (FaaS) and my view on this application development style. As an example I used the...
In my last post I wrote about general concepts behind Function as a Service (FaaS) and my view on this application development style. As an example I used the basic pipes and filters concept implemented by Unix Shells and many shell commands. Within this post I will use the same example and implement it using a Function as a Service platform. To recap the scenario, we had a simple JSON file containing booking records. From this file we identified certain records based on...
In my last post I wrote about general concepts behind Function as a Service (FaaS) and my view on this application development style. As an example I used the basic pipes and filters...
The default WebLogic Server installation uses a demo certificate to support SSL. Oracle recommends installing a certificate from a well-known third party to...
The default WebLogic Server installation uses a demo certificate to support SSL. Oracle recommends installing a certificate from a well-known third party to strengthen the security of the environment. Below are the steps to configure SSL in WebLogic Create Java KeyStore (JKS) and generate key Generate a Certificate Signing Request (CSR) Send the CSR file to CA to issue the certificate Import Certificates (Root, Intermediate(if any) & Server) Configure SSL in WebLogic Server...
The default WebLogic Server installation uses a demo certificate to support SSL. Oracle recommends installing a certificate from a well-known third party to strengthen the security of the environment....
Slack is a Cloud based team collaboration software. For more information about Slack, see https://slack.com/. In this tutorial, you create a Slack webhook in...
Slack is a Cloud based team collaboration software. For more information about Slack, see https://slack.com/. In this tutorial, you create a Slack webhook in the Oracle Developer Cloud Service project and configure it to send notifications about events and activities of the project. Note that only project Owners can create a webhook. What Do You Need? A web browser Your Oracle Cloud account credentials An Oracle Cloud account with active Oracle Developer Cloud Service An...
Slack is a Cloud based team collaboration software. For more information about Slack, see https://slack.com/. In this tutorial, you create a Slack webhook in the Oracle Developer Cloud Service project...
This is the first blog in the series to come, which will help you understand, how you can build a NodeJS REST microservice application Docker image and push it...
This is the first blog in the series to come, which will help you understand, how you can build a NodeJS REST microservice application Docker image and push it to DockerHub using Oracle Developer Cloud Service. The next blog in the series would focus on deployment of the container we build here to deploy on Oracle Kubernetes Engine on Oracle Cloud infrastructure. You can read about the overview of the Docker functionality in this blog. Technology Stack Used Developer Cloud...
This is the first blog in the series to come, which will help you understand, how you can build a NodeJS REST microservice application Docker image and push it to DockerHub using Oracle Developer...
In the last few years lightweight and flexible technologies and architectures become the predominant approach for enterprise applications. Besides...
In the last few years lightweight and flexible technologies and architectures become the predominant approach for enterprise applications. Besides Microservices, Function as a Service (FaaS) or Serverless Programming is a commonly discussed topic. Some see FaaS as an addition to today’s lightweight architectures, others see it as next step within the evolution of Cloud and IT. Throughout the last few months I had many interesting discussions regarding FaaS and recognized...
In the last few years lightweight and flexible technologies and architectures become the predominant approach for enterprise applications. Besides Microservices, Function as a Service (FaaS) or...
Kotlin is one of the fastest growing programming languages; it is used in the Android ecosystem and also is gaining traction in the enterprise world. So why...
Kotlin is one of the fastest growing programming languages; it is used in the Android ecosystem and also is gaining traction in the enterprise world. So why not use Kotlin in the FaaS and Serverless space too? Kotlin & Fn — A perfect combo? Given its polyglot nature, Fn makes it very easy to write Kotlin based functions (“functions” as in FaaS). Boostrap a Kotlin Function To develop a Kotlin function, simply bootstrap it using the usual way with the Fn CLI (v0.4.129+), fn...
Kotlin is one of the fastest growing programming languages; it is used in the Android ecosystem and also is gaining traction in the enterprise world. So why not use Kotlin in the FaaS and Serverless...
Thanks for your huge investment to spend a week attending the Emerging PaaS Partner Community Forum 2019 in Spain. Partners are key for Oracle’s PaaS & Fusion...
Thanks for your huge investment to spend a week attending the Emerging PaaS Partner Community Forum 2019 in Spain. Partners are key for Oracle’s PaaS & Fusion Middleware growth – Thanks for your Specialization & Contribution. Special thanks to all presenters and trainers your content rocks! With 785+ attendee days the conference is the largest PaaS partner event in EMEA. During the community day partners and ACEs presented best practices and customer success stories. As part...
Thanks for your huge investment to spend a week attending the Emerging PaaS Partner Community Forum 2019 in Spain. Partners are key for Oracle’s PaaS & Fusion Middleware growth – Thanks for your...