Interoperability from Java to JavaScript has been an objective for the Java community for quite a while. With GraalVM, there is great way to run JavaScript code...
Interoperability from Java to JavaScript has been an objective for the Java community for quite a while. With GraalVM, there is great way to run JavaScript code from within Java applications. The interaction itself is faster, more robust and more ‘native’ (rather than bolt-on) than earlier mechanisms. For developers, the interaction is easy to implement. And this opens up great opportunities for leveraging from Java many of the great community resources in the JavaScript...
Interoperability from Java to JavaScript has been an objective for the Java community for quite a while. With GraalVM, there is great way to run JavaScript code from within Java applications....
Helidon 1.3 has been released, and it includes support for MicroProfile 3.0. Metrics 2.0 is part of that MicroProfile release. In an earlier article, Santiago...
Helidon 1.3 has been released, and it includes support for MicroProfile 3.0. Metrics 2.0 is part of that MicroProfile release. In an earlier article, Santiago has described some of the backward-incompatible changes from MP Metrics 1.1 to 2.0, and how Helidon 1.3 can help insulate you as a developer from those changes if you want. This post talks about registering, referencing, and reusing metrics. Notably, one aspect of metric reusability has changed from MP Metrics 1.1 to...
Helidon 1.3 has been released, and it includes support for MicroProfile 3.0. Metrics 2.0 is part of that MicroProfile release. In an earlier article, Santiago has described some of...
In an earlier story, I talked about how to enable HTTP/2 in Helidon. In today’s story we shall focus on how to do so together with Transport Layer Security...
In an earlier story, I talked about how to enable HTTP/2 in Helidon. In today’s story we shall focus on how to do so together with Transport Layer Security (TLS) and its Application-Layer Protocol Negotiation (ALPN) extension. TLS is the successor of the Secure Socket Layer (SSL) protocol and, consequently, the two acronyms are at times used interchangeably. Unfortunately, some older JDKs do not have the built-in support required to use TLS with ALPN: namely, JDK 8 requires...
In an earlier story, I talked about how to enable HTTP/2 in Helidon. In today’s story we shall focus on how to do so together with Transport Layer Security (TLS) and its Application-Layer Protocol...
The following blog post covers functions-as-a-service and serverless computing. Before we dive into functions, let us take a brief walk through the history......
The following blog post covers functions-as-a-service and serverless computing. Before we dive into functions, let us take a brief walk through the history... It’s no secret that digital transformation has been driven by evolution in software. Software has progressively enabled levels of abstraction, from physical servers to virtual machines to containers to functions, thereby increasing the focus more-and-more on the code to be written and less-and-less on the infrastructure...
The following blog post covers functions-as-a-service and serverless computing. Before we dive into functions, let us take a brief walk through the history... It’s no secret that...
Explains market trends, reviews strategy and how to handle customer objections. You will also learn about the technical features and architecture but also how...
Explains market trends, reviews strategy and how to handle customer objections. You will also learn about the technical features and architecture but also how to demonstrate Oracle's cloud offerings. This learning plan is part of the Oracle Application Development Cloud Platform specialization new criteria set. Developer Partner Community For regular information become a member in the Developer Partner Community please register here. Blog Twitter LinkedIn Facebook...
Explains market trends, reviews strategy and how to handle customer objections. You will also learn about the technical features and architecture but also how to demonstrate Oracle's cloud offerings....
Join Oracle & Magia to learn how Chatbots shorten wait time, reduce cost and improve customer experience. Utility providers are leveraging Chatbots like...
Join Oracle & Magia to learn how Chatbots shorten wait time, reduce cost and improve customer experience. Utility providers are leveraging Chatbots like Oracle’s Digital Assistant to deliver a better overall customer experience, as well as improve on operational costs. With Oracle’s Digital Assistant, Utility companies can improve customer interaction by offering better and faster response times to queries, as well as offering a simple, streamlined customer experience that...
Join Oracle & Magia to learn how Chatbots shorten wait time, reduce cost and improve customer experience. Utility providers are leveraging Chatbots like Oracle’s Digital Assistant to deliver a better...
Want to increase the Oracle Cloud business? Create new service offerings and solutions for Oracle SaaS solution based on the Oracle Cloud Platform? Watch the...
Want to increase the Oracle Cloud business? Create new service offerings and solutions for Oracle SaaS solution based on the Oracle Cloud Platform? Watch the webcast with Suhas Uliyar, Vice President Oracle Product Management. SaaS solutions like HCM, CX and ERP Cloud need to be integrated and customized: · Oracle Integration connects SaaS solutions with out of the box adapters. · Oracle Digital Assistant innovates SaaS solutions with pre-build chatbots. · Oracle Process and...
Want to increase the Oracle Cloud business? Create new service offerings and solutions for Oracle SaaS solution based on the Oracle Cloud Platform? Watch the webcast with Suhas Uliyar, Vice President...
Many of our customers are looking to expose data from existing Oracle databases in Visual Builder applications. In order to do this, you'll need to expose a...
Many of our customers are looking to expose data from existing Oracle databases in Visual Builder applications. In order to do this, you'll need to expose a layer of REST services on top of the database so Visual Builder could access and manipulate the data. One approach for doing this is to use ORDS (Oracle REST Data Services) - which provide a declarative way to achieve such exposure. In this blog we'll show you some of the basics of creating this connection. Read the...
Many of our customers are looking to expose data from existing Oracle databases in Visual Builder applications. In order to do this, you'll need to expose a layer of REST services on top of...
Most organizations use separate servers for development vs. production. While developing your Visual Builder application you'll be accessing REST Services from...
Most organizations use separate servers for development vs. production. While developing your Visual Builder application you'll be accessing REST Services from the development server, but when you are preparing to go production you will likely want to switch the app to use the production version of the services. In the demo below I show you how to automate such a switch using build jobs in Oracle Developer Cloud as part of your continuous delivery process. (If you aren't...
Most organizations use separate servers for development vs. production. While developing your Visual Builder application you'll be accessing REST Services from the development server, but when you are...