Learn to love the common response component and render complex and composite responses. The Oracle Intelligent Bots feature of Oracle Mobile Cloud Enterprise...
Learn to love the common response component and render complex and composite responses. The Oracle Intelligent Bots feature of Oracle Mobile Cloud Enterprise uses built-in components to render bot responses in a dialogue flow. Being component-based is an advantage Oracle Intelligent Bots has over its competitors, because it enables bot designers to easily build bot conversations with no code. The common response (CR) component is a relatively new component in Oracle...
Learn to love the common response component and render complex and composite responses. The Oracle Intelligent Bots feature of Oracle Mobile Cloud Enterprise uses built-in components to render...
This video looks into the details of how QnA search works in Oracle Intelligent Bots and how you can tune your searches. Watch the video here. Developer...
This video looks into the details of how QnA search works in Oracle Intelligent Bots and how you can tune your searches. Watch the video here. Developer Partner Community For regular information become a member in the WebLogic Partner Community please visit: http://www.oracle.com/partners/goto/wls-emea ( OPN account required). If you need support with your account please contact the Oracle Partner Business Center. Blog Twitter LinkedIn Facebook Meetups Technorati Tags:...
This video looks into the details of how QnA search works in Oracle Intelligent Bots and how you can tune your searches. Watch the video here. Developer Partner Community For regular information...
The University of Adelaide has piloted a chatbot to handle the tsunami of enquiries that come at the end of the academic year from prospective students...
The University of Adelaide has piloted a chatbot to handle the tsunami of enquiries that come at the end of the academic year from prospective students regarding ATAR bonus points. The Oracle, cloud-based bot – implemented by Rubicon Red – was trialled late last year and led to significant reduction in telephone calls to the university’s six-person admissions team. A student’s ATAR (Australian Tertiary Admissions Rank) is a score between zero and 99.95 that tells you where...
The University of Adelaide has piloted a chatbot to handle the tsunami of enquiries that come at the end of the academic year from prospective students regarding ATAR bonus points. The...
If you’ve been reading this blog lately, you know we are in the early innings of artificial intelligence (AI). It’s good to see Oracle at bat, and having an...
If you’ve been reading this blog lately, you know we are in the early innings of artificial intelligence (AI). It’s good to see Oracle at bat, and having an early lead leveraging AI and machine learning (ML) within an enterprise environment. Following up on the ground breaking release of Oracle Autonomous Database in March and then the first set of Autonomous Cloud Platform Services that included Analytics Cloud, Integration Cloud and Visual Builder (May 7th), it’s exciting...
If you’ve been reading this blog lately, you know we are in the early innings of artificial intelligence (AI). It’s good to see Oracle at bat, and having an early lead leveraging AI and...
GraalVM: a game changer for Java and Serverless? TL;DR; Java Functions compiled into a native executable using GraalVM reduces cold start times and memory...
GraalVM: a game changer for Java and Serverless? TL;DR; Java Functions compiled into a native executable using GraalVM reduces cold start times and memory footprint by order of magnitude compared to running on JVM. Native Java Functions performs equal to or better than Go functions in terms of execution time and memory used. Native Java Functions executable runs from scratch base image, thus have a similar size compared to Go executable images. Source code is available...
GraalVM: a game changer for Java and Serverless? TL;DR; Java Functions compiled into a native executable using GraalVM reduces cold start times and memory footprint by order of magnitude compared...
In this article, I’ll explain how I implemented version based traffic routing between Fn Functions using Istio service mesh. I’ll start by explaining the basics...
In this article, I’ll explain how I implemented version based traffic routing between Fn Functions using Istio service mesh. I’ll start by explaining the basics of Istio routing and the way Fn gets deployed and runs on Kubernetes. In the end, I’ll explain how I was able to leverage Istio service mesh and its routing rules to route traffic between two different Fn functions. Be aware that the explanations that follow are very basic and simple — my intent was not to explain the...
In this article, I’ll explain how I implemented version based traffic routing between Fn Functions using Istio service mesh. I’ll start by explaining the basics of Istio routing and the way Fn...
You've heard of microservices, but what's a micro frontend? You'll learn this and how to get started with a micro frontend for web developers in this post. This...
You've heard of microservices, but what's a micro frontend? You'll learn this and how to get started with a micro frontend for web developers in this post. This post is based on my Oracle Code 2018 Warsaw talk. View the presentation on SlideShare from andrejusb. Wondering what "micro frontends" means? Check the micro frontends description here. Simply speaking, a micro frontend must implement business logic from top to bottom (database, middleware, and UI) in an isolated...
You've heard of microservices, but what's a micro frontend? You'll learn this and how to get started with a micro frontend for web developers in this post. This post is based on my Oracle Code...
There is a lot of talk going on about Microservices architecture these days. Since I presented about the subject at the NLOUG Tech Experience this year, I've...
There is a lot of talk going on about Microservices architecture these days. Since I presented about the subject at the NLOUG Tech Experience this year, I've been getting a lot of questions and comments about it, so I've decided to make a more structured breakdown through a series of blogs. To kick things off, I will explain what Microservices architecture is, which in itself is not that simple. Definition There is no generally accepted definition of Microservices...
There is a lot of talk going on about Microservices architecture these days. Since I presented about the subject at the NLOUG Tech Experience this year, I've been getting a lot of questions...
When moving to the cloud, and specifically when moving towards cloud-native applications, different design patterns apply when compared to the more traditional...
When moving to the cloud, and specifically when moving towards cloud-native applications, different design patterns apply when compared to the more traditional (on-premises) applications. All these cloud-native design patterns and principles have one common denominator – showing emphasis on scalability and function isolation. Where traditional applications used to be developed as big monolith solutions housing a large set of functionalities, the more modern and cloud-native...
When moving to the cloud, and specifically when moving towards cloud-native applications, different design patterns apply when compared to the more traditional (on-premises) applications. All these...