Category Archives: Uncategorized

Using Java/Spring components in SOA/BPM 11g

Oracle SOA and BPM Suites 11g include the ability to use Java components in a composite application through the Spring component implementation type. Let’s look first at why you might want to do this and then take a look at … Continue reading

Posted in Uncategorized | Tagged , , , | 10 Comments

New pre-built WebCenter VM available

Oracle has just released a new pre-built WebCenter VM.  You can find details and download links here. This VM includes WebCenter 11.1.1.4 (also known as ‘patchset 3’) with UCM and two full demonstration sites – an employee portal and a … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Viewing Task Attachments

This post relates to the custom BPM worklist sample presented in this blog. In this post, we will look at how to add support for viewing a list of the attachments for a Human Task. You may recall from the … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Worklist update

I have released the first small update to the worklist that adds some new functionality: The ability to view and download attachments from Task Detail page, Proper handling for over 200 tasks in the Task List page – previously only … Continue reading

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

New updated iPhone app for Oracle WebCenter Spaces

The newly updated iPhone app for Oracle WebCenter Spaces 11g Release 1 is now available, with support for PS3 as well as PS2 servers. This new version represents a major change, not merely an incremental update of the previous version. … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Getting started with Continuous Integration for SOA projects

This post is part of a series on Continuous Integration. I am exploring how to use Maven and Hudson to create a continuous integration capability for SOA and BPM projects.  This will be the first post of several on this … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 13 Comments

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

Posted in Uncategorized | Tagged , , , | 1 Comment

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

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

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

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

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

Posted in Uncategorized | Tagged , , , | 1 Comment