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

Posted in Uncategorized | Leave a comment

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

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , , , | 5 Comments

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

Posted in Uncategorized | Tagged , , , , | 1 Comment

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

Posted in Uncategorized | Tagged , , , , , | 1 Comment

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

Posted in Uncategorized | Tagged , , , , , | Leave a comment

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

Posted in Uncategorized | Tagged , | 4 Comments

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

Posted in Uncategorized | Tagged , , , , | 1 Comment