Thank you visitors!
- 1,358,054 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
- Using Oracle Service Registry in an automated (Maven) SOA/BPM build
- Installing BPM for Developers
- Mobile worklist
- Oracle Maven Repository - Index now available - more to come
- Exposing E-Business Suite services using the Integrated SOA Gateway
- Speeding up VMWare
- How to know that a method was run, when you didn't write that method
- Installing Oracle REST Data Services (standalone)
-
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
Category Archives: Uncategorized
Implementing Task Details
This post is part of a series on building a custom worklist for BPM/SOA 11g. Most of our controllers are fairly similar and not too complicated, so let’s jump right in and take a look at the com.oracle.ateam.TaskDetailController. Here is … Continue reading
Implementing the Task List
This post is part of a series on building a custom worklist for BPM/SOA 11g. In the previous posts, we built the model and skeleton pages. Now we will implement the Controller and View for the Task List. Let’s take … Continue reading
Setting up security for the worklist
This post is part of a series on building a custom worklist for BPM/SOA 11g. In the previous posts we have created our model and skeleton view. Now, we want to set up security. One of our goals was to … Continue reading
Building the skeleton worklist
This post is part of a series on building a custom worklist for BPM/SOA 11g. In this post, we will establish the skeleton of the web application by creating the various pages and some JSP fragments to handle the page … Continue reading
Creating the domain layer for the worklist
This post is part of a series on building a custom worklist for BPM/SOA 11g. Introduction In the earlier posts in this series we have set up our development environment and created a skeleton project. Now we are ready to … Continue reading
Creating the worklist project
This post is part of a series on building a custom worklist for BPM/SOA 11g. We are using Maven as our project and build management software. We used Maven 2 on Mac OS X. Let’s set up our skeleton project … Continue reading
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
Deploying your canonical data model to MDS
Oracle SOA Suite (and Oracle BPM Suite) includes a component called ‘Metadata Services’ or ‘MDS’ which is a good practice to use as the repository for all of your common components that are used across multiple processes and integration artifacts. … Continue reading

You must be logged in to post a comment.