This blog series shows how to get started with WebLogic and Docker – in 3 different Clouds: Docker and the Oracle Images Create and run a WebLogic Docker Image on a local machine and upload the WebLogic Docker Image into the Docker Hub registry WebLogic Docker Container on Oracle Container […]
Luc Gorissen
Docker, WebLogic Image on Microsoft Azure Container Service
This blog series shows how to get started with WebLogic and Docker – in 3 different Clouds: Docker and the Oracle Images Create and run a WebLogic Docker Image on a local machine and upload the WebLogic Docker Image into the Docker Hub registry WebLogic Docker Container on Oracle Container […]
Docker, WebLogic Image on Oracle Container Cloud Service
This blog series shows how to get started with WebLogic and Docker – in 3 different Clouds: Docker and the Oracle Images Create and run a WebLogic Docker Image on a local machine and upload the WebLogic Docker Image into the Docker Hub registry WebLogic Docker Container on Oracle Container […]
Docker, WebLogic Images on Local Linux
This blog series shows how to get started with WebLogic and Docker – in 3 different Clouds: Docker and the Oracle Images Create and run a WebLogic Docker Image on a local machine and upload the WebLogic Docker Image into the Docker Hub registry WebLogic Docker Container on Oracle Container […]
Docker, Oracle Images and Cloud
Overview Oracle is embracing Docker – just like many other companies – as the de-facto standard in Container technologies. It has resulted in the certification of various Oracle products for running in Docker containers and even Oracle supported Docker images are available. Furthermore, Oracle offers 2 Cloud Service around containers: […]
Beats and Fusion Middleware
This is the 6th blog in a series on the Elastic product stack. This blog will cover how Beats fits into the mix with Logstash, Kibana and Elasticsearch. The series cover: 1. Elasticsearch and Oracle Middleware – is there an opportunity? 2. Installation of Elasticsearch: installation and the indexing of […]
Logstash and Fusion Middleware
This is the 5th blog in a series on the Elastic product stack. This blog will cover how Logstash can pick up Fusion Middleware log files and put the log file lines into Elasticsearch. The series cover: 1. Elasticsearch and Oracle Middleware – is there an opportunity? 2. Installation of […]
Kibana for ACM dashboards
This is the 4th blog in a series on the Elastic product stack. This blog will cover the Kibana product. The series cover: 1. Elasticsearch and Oracle Middleware – is there an opportunity? 2. Installation of Elasticsearch: installation and the indexing of – human generated – documents 3. Elasticsearch and […]
Elasticsearch and Oracle ACM data
This blog is one of a series of 6 blogs around the combination of Elasticsearch (‘the ELK stack’) and Oracle Adaptive Case Management. The series cover: 1. Elasticsearch and Oracle Middleware – is there an opportunity? 2. Installation of Elasticsearch: installation and the indexing of – human generated – documents […]
Installation of Elasticsearch
This blog is one of a series of 6 blogs around the combination of Elasticsearch (‘the ELK stack’) and Oracle Adaptive Case Management. The series cover: 1. Elasticsearch and Oracle Middleware – is there an opportunity? 2. Installation of Elasticsearch: installation and the indexing of – human generated – documents […]
Elasticsearch and Oracle Middleware – is there an opportunity?
Introduction In a couple of blog articles I will described how to get started with Elasticsearch and Oracle Fusion Middleware. Elasticsearch is described on the elastic.co website as ‘Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases.’ Blogs 3 and 4 […]
Java Callout from Business Rules
Goal and warning This blog will show how to invoke java code directly from within a Business Rules component. I didn’t manage to find this in the Oracle product documentation, which is actually a good thing. Invoking java code with business logic directly from within the Business Rules is normally […]
Simple problems and simple solutions
Most developers have struggled with wires in SOA composites. You may find yourself in a situation where a wire has been deleted. Some missing wires are restored by JDeveloper. Other missing wires have to be added manually, by simply re-connecting the involved adapters and components. Simple. Recently, I had […]
Performance optimization for the ACM/BPM API worklist client
This blog describes a way to optimize performance of a custom ACM/BPM API worklist client implementation. This is optimization recipe is applicable in a specific use case. Before running of and implementing this recipe, please first consider if the recipe applies to your situation. The example that is used is […]
Structure is Everything
Middleware applications are normally build in a structured way – according to some architecture. However, often this structure can’t be recognized in the implementation. This article describes some simple measures that can be taken to improve on this point. The article does not intend to be complete, but it should […]
Oracle Middleware and IBM MQ Series – Use case: MQ Adapter
Series This is the fourth post in a series on using Oracle Middleware with IBM MQ Series. In this series, the following articles are available: IBM MQ Series Installation and Configuration Configuration of JMS and MQ Adapters in WebLogic Use case: JMS Adapter and MQ Use case: MQ Adapter Use […]
Oracle Middleware and IBM MQ Series – Use case: JMS Adapter and MQ
Series This is the third post in a series on using Oracle Middleware with IBM MQ Series. In this series, the following articles are available: IBM MQ Series Installation and Configuration Configuration of JMS and MQ Adapters in WebLogic Use case: JMS Adapter and MQ Use case: MQ Adapter Use […]
Oracle Middleware and IBM MQ Series – Use case: MQ Transport
Series This is the fifth post in a series on using Oracle Middleware with IBM MQ Series. In this series, the following articles are available: IBM MQ Series Installation and Configuration Configuration of JMS and MQ Adapters in WebLogic Use case: JMS Adapter and MQ Use case: MQ Adapter Use […]
Oracle Middleware and IBM MQ Series – Configuration of JMS and MQ Adapters in WebLogic
Series This is the second post in a series on using Oracle Middleware with IBM MQ Series. In this series, the following articles are available: IBM MQ Series Installation and Configuration Configuration of JMS and MQ Adapters in WebLogic Use case: JMS Adapter and MQ Use case: MQ Adapter Use […]
Oracle Middleware and IBM MQ Series – IBM MQ Installation
Overview Around the summer 2015, I prepared a demo for a customer to show how Oracle Middleware and IBM MQ can interface. When I started to prepare the demo, I googled for a quick example, but I didn’t find one. As a side note: I did find again the JMS […]
I don’t like the Mediator
Ok, so there you have it: I just don’t like the Mediator. I don’t really know why. But now that it’s in the open, let’s discuss it. I often see a pattern where a composite with a synchronous operation is implemented with a Mediator and BPEL component: I think that […]
Oracle and Mobile – an overview
This article had the working title ‘blurred lines’ because I felt that people might be confused about what Oracle offers in the mobile space. However, putting it on the internet with that title is not a good idea, because it would attract lots of people that are looking for […]
Subversion revision of a deployed BPM/SOA composite?
So there you are: a production error was reported … in your code (of all places) … but no one knows what release the code came from? Wouldn’t it be great if it was easy to link deployed composites to their Subversion location and revision? This article show an approach […]
Oracle Process Cloud – first impressions
As of this week, Oracle has released the Oracle Process Cloud Service (PCS): https://cloud.oracle.com/process. This PaaS cloud service offers a development platform for implementing business processes. Underpinning technology for this cloud service is the Oracle Fusion Middleware BPM stack. As a result, using the Process Cloud Service should be easy […]