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
Running the worklist!
This post is part of series on building a custom worklist for BPM/SOA 11g. First of all, congratulations on making it all the way through the walkthrough! Whether you built the code yourself or downloaded it from Subversion, by now … Continue reading
Implementing Task Initiation
This post is part of a series on building a custom worklist for BPM/SOA 11g. In the post we will implement two Controllers and a View that will allow the use to view a list of tasks that they are … Continue reading
Implementing Process Task
This post is part of a series on building a custom worklist for BPM/SOA 11g. In this post we will implement a Controller to take an action on a task, or to ‘process’ the task. Like the Add Comment Controller … Continue reading
Implementing Add Comments
This post is part of a series on building a custom worklist for BPM/SOA 11g. We just have a Controller to add comments to a task, no View. After adding comments to a task, we will return the user to … Continue reading
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

You must be logged in to post a comment.