Fairly regularly I give a training on Weblogic Tuning and Troubleshooting, where I talk about JVMs, Garbage Collections, and some subsystems of Weblogic, JMS...
Fairly regularly I give a training on Weblogic Tuning and Troubleshooting, where I talk about JVMs, Garbage Collections, and some subsystems of Weblogic, JMS and JDBC for instance, and how to tune and troubleshoot them. One of the larger parts of the training is the Weblogic Diagnostic Framework. I find it quite interesting, but also pretty complex. And maybe therefor hardly used in the every day Weblogic administration. And that might be a pity, because it can be quite...
Fairly regularly I give a training on Weblogic Tuning and Troubleshooting, where I talk about JVMs, Garbage Collections, and some subsystems of Weblogic, JMS and JDBC for instance, and how to tune and...
In September 2019 Oracle announced it’s partnership with Microsoft. Al lot of the Oracle solutions, such as databases, middleware, EBS and so on will become...
In September 2019 Oracle announced it’s partnership with Microsoft. Al lot of the Oracle solutions, such as databases, middleware, EBS and so on will become available on the Azure Marketplace somewhere in the near future. Besides this tight integration, I also I wondered how many differences there are between the various managed Kubernetes services provided by different vendors. Now Oracle provides OKE(Oracle Kubernetes Engine) and Microsoft AKS(Azure Kubernetes Service)....
In September 2019 Oracle announced it’s partnership with Microsoft. Al lot of the Oracle solutions, such as databases, middleware, EBS and so on will become available on the Azure Marketplace...
Last week I had the honor to present at the UKOUG TechFest 19, together with my 'partner in crime', I think I can say now: Simon Haslam. We combined our...
Last week I had the honor to present at the UKOUG TechFest 19, together with my 'partner in crime', I think I can say now: Simon Haslam. We combined our sessions into a part 1 and a part 2. For me this presentation is the result of having done a workshop at the PaaSForum in Mallorca, and then to work that around into a setup where I was able to run the MedRec Weblogic sample application against a managed Database under Kubernetes. Kubernetes Weblogic Operator Tutorial I...
Last week I had the honor to present at the UKOUG TechFest 19, together with my 'partner in crime', I think I can say now: Simon Haslam. We combined our sessions into a part 1 and a part 2. For...
WebLogic Labs · WebLogic Cloud - VM Image via Marketplace Launch WebLogic on OCI Virtual machines, using the pre-configured image provided by Oracle in the...
WebLogic Labs · WebLogic Cloud - VM Image via Marketplace Launch WebLogic on OCI Virtual machines, using the pre-configured image provided by Oracle in the Marketplace · Running WebLogic on Docker Spin up the official Oracle Docker Image for Weblogic and deploy a simple demo application on the server. · Running WebLogic on Kubernetes Launch WebLogic on a Kubernetes cluster, using the WebLogic Operator to control your WebLogic environment · Migrate a library of the Java EE...
WebLogic Labs · WebLogic Cloud - VM Image via Marketplace Launch WebLogic on OCI Virtual machines, using the pre-configured image provided by Oracle in the Marketplace · Running WebLogic on...
On January 9, 2020, Qualogy organized its first Oracle Middleware Summit. Our main goal? To discuss with our clients the challenges and solutions brought by...
On January 9, 2020, Qualogy organized its first Oracle Middleware Summit. Our main goal? To discuss with our clients the challenges and solutions brought by cloud to those who use on premise middleware stacks, mainly Oracle SOA Suite and Service Bus. And illustrate its usage through customer use cases. In this article, I happily share the four different sessions in which I participated. Enjoy! Session 1: Keynote: Oracle Middleware – Vision and Strategy Keynote speaker Michel...
On January 9, 2020, Qualogy organized its first Oracle Middleware Summit. Our main goal? To discuss with our clients the challenges and solutions brought by cloud to those who use on...
Continuous integration and continuous delivery (CI/CD) are increasingly popular DevOps practices where code changes are frequently committed to a source control...
Continuous integration and continuous delivery (CI/CD) are increasingly popular DevOps practices where code changes are frequently committed to a source control management (SCM), and automatically built, tested and submitted to a release pipeline for deployment. The initial stage of the release pipeline will deploy the changes to a development environment where it can be tested. Upon successful completion of the test, the changes will be propagated through a sequence of...
Continuous integration and continuous delivery (CI/CD) are increasingly popular DevOps practices where code changes are frequently committed to a source control management (SCM), and automatically...
Oracle Cloud Infrastructure API Gateway is a brand new component within the Developers Services in OCI. We know that Oracle already had the Oracle API Platform...
Oracle Cloud Infrastructure API Gateway is a brand new component within the Developers Services in OCI. We know that Oracle already had the Oracle API Platform Cloud Services which includes an API Gateway (Weblogic based); personally I’ve used it and deploy it for a couple of customers and is fine, it does the job. And if you are familiar with weblogic, then it was pretty straight forward to understand the architecture and deploy it. But when it comes to a serverless...
Oracle Cloud Infrastructure API Gateway is a brand new component within the Developers Services in OCI. We know that Oracle already had the Oracle API Platform Cloud Services which includes an...
Two days ago, the API Gateway service on Oracle Cloud Infrastructure went live – read the announcement. This is a crucial component for many applications and in...
Two days ago, the API Gateway service on Oracle Cloud Infrastructure went live – read the announcement. This is a crucial component for many applications and in many solution designs. This new API Gateway is a prime candidate for example for inclusion in our reference architecture for OCI based solution designs. The API Gateway acts as a reverse proxy that handles HTTP requests from clients – either within OCI or on the public internet – and routes them to the configured...
Two days ago, the API Gateway service on Oracle Cloud Infrastructure went live – read the announcement. This is a crucial component for many applications and in many solution designs. This new API...
Microservices and serverless are more popular than ever with teams around the globe adopting these patterns and architectures at an extremely high rate....
Microservices and serverless are more popular than ever with teams around the globe adopting these patterns and architectures at an extremely high rate. However, the first thing that many teams find out when working with microservices and serverless at scale is that you soon end up with a pretty complex series of endpoints that need to be managed for your front end and mobile APIs. For that reason, many teams adopt an API Gateway to simplify the backend and act as a "single...
Microservices and serverless are more popular than ever with teams around the globe adopting these patterns and architectures at an extremely high rate. However, the first thing that many teams...