Thank you visitors!
- 1,358,149 people have been kind enough to visit our humble blog. Others get our posts by RSS or email or through syndicators. We hope you took away something of value. Please come again!
Top Posts
- Installing Oracle REST Data Services (standalone)
- Getting started with Oracle Vector Store support in LangChain
- Using Multiple Datasources with Spring Boot and Spring Data JPA
- A first Spring Boot microservice with Oracle
- Running Oracle Autonomous Database in a container
- Oracle WebCenter Spaces Task Flow Customization
- Basic Retrieval Augmented Generation with Oracle Vector Store in LangChain
- Installing Oracle Policy Automation on WebLogic Server
- Increasing swap size on Solaris (using ZFS)
- How to read the content of a JMS message using PL/SQL
-
Copyright 2009-2026 Mark Nelson and other contributors. All Rights Reserved. The views expressed in this blog are our own and do not necessarily reflect the views of Oracle Corporation. All content is provided on an ‘as is’ basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose. You are solely responsible for determining the appropriateness of using or redistributing and assume any risks.
Subscribe
Our other publications
Building a Custom BPM Worklist, Oracle InSync 2011 User Group presentation
Performance Tuning for Oracle Business Process Management Suite 10g, Oracle Whitepaper, July 2011
Performance Tuning for Oracle Business Process Management Suite 11g, Oracle Whitepaper, February 2013
Oracle BPM Suite 11g: Advanced BPMN Topics, Packt Publishing, September 2012
Fusion Middleware 12.1.2: Developing Applications with Continuous Integration
Fusion Middleware 12.1.3: Developing Applications with Continuous Integration
Author Archives: Mark Nelson
Setting up the development environment for the Worklist
This post is the second in a series on building a custom worklist for BPM/SOA 11g. In this post, we will set up our development environment so that we can start building the application. Version Control First, we are going … Continue reading
Worklist Overview
This post is the first in a series on building a custom worklist application for BPM/SOA Suite 11g. In this post, we will introduce the application and outline the basic architecture. For our ‘version 1.0’ worklist sample, we decided to … Continue reading
Installing Hudson on WebLogic Server
Today I needed to set up a Hudson server and so I decided to put it on WebLogic Server. Turns out there is a little trick to get it working. Thanks to Steve Button for sharing the trick with me. … Continue reading
Finding which JAR contains a class – again!
I posted a few days ago about finding which JAR file contains a class file – something I often want to do. My friend Chris Johnson promptly posted a better version here with caching – thanks Chris! Chris said I … Continue reading
Finding which JAR contains a class
I often want to search through a large number of JAR files looking for a particular class, and every time I do this I wish I had some utility to make it easier. So I finally made one: #!/bin/sh TARGET=”$1″ … Continue reading
Improving JMS Performance on WebLogic
WebLogic Server includes a feature called the ‘JMS Wrapper’ that you can take advantage of to dramatically improve the performance of JMS applications running on WebLogic Server. Note that this is not for remote JMS clients, this is for JMS … Continue reading
Recommended patch for BPM and SOA 11.1.1.3 users
If you are using SOA Suite or BPM Suite 11.1.1.3 and you are not planning to upgrade to 11.1.1.4 just yet, you are strongly encouraged to install “Bundle Patch 2.” The patch number is 12700861 and you can find information and … Continue reading
Deploying WebLogic applications with Maven
In my last post, I talked about one exciting new feature in WebLogic 11g, support for Mac OS X. Now, I want to cover another exciting new feature – a Maven plugin which allows you to incorporate deployment of your … Continue reading
Installing WebLogic Server on Mac OS X
One of the exciting new features in WebLogic Server 11g is support for Mac OS X. The new ‘ZIP Distribution’ of WebLogic Server allows developers to run WebLogic Server on Mac OS X. The download file is much smaller and … Continue reading
Changing the default editor/view in JDeveloper
If you work a lot with complex ADF pages in JDeveloper, you may get tired of waiting for it to open your pages in the Design view, I know I do! Fortunately, there is a simple solution. You can change … Continue reading

You must be logged in to post a comment.