Thank you visitors!
- 522,534 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!
Tags
.Net 11g Active Directory ADF array BPEL BPM C# cluster Continuous Integration customization database E-Business Suite Hudson Human Task iPhone JDeveloper JMS JVM Mac OS X Maven MDS memory OAM OPA OSB PeopleSoft Performance Process purge SOA Spaces SSO Subversion task flow Testing Tricks UCM WCI WebCenter WebLogic Web Service WLST Worklist WS-SecuritySubscribe
Blogroll
- Antony Reynolds
- Arun Pareek
- Chris Muir
- Dave Shaffer
- Deepak Arora
- Eidleman, Johnson et al
- Gary Niu
- George Maggessy
- Jacco H. Landlust
- Jack Desai
- Jan Kettenis
- Mike Somekh
- Official Oracle BPM Blog
- Paul Done
- Peter Moskovits
- Pieter Malan
- Practical BPM
- Rubicon Red
- Shay Shmeltzer
- Steve Button
- Tim Middleton
- WordPress.com
Top Posts
- Worklist
- Configuring Maven to run your Java application
- A simple JMS client for WebLogic 11g
- What BPM adds to SOA Suite
- Installing WebLogic Server on Mac OS X
- SOA11g: Database as a policy store
- Choosing BPMN or BPEL to model your processes
- Deploying WebLogic applications with Maven
- Using Java/Spring components in SOA/BPM 11g
- Building OSB projects with Maven and removing the eclipse dependency
Copyright 2009-2013 Mark Nelson, Tanya Williams 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.
The header image is a photograph of a house in China, taken by one of my favourite photographers, Roland Slee. Used with permission. Copyright Roland Slee.
About Advertising
WordPress does not allow blog owners to advertise on blogs hosted on wordpress.com, however they do sometimes inject their own advertisments into some pages for some users in order to produce revenue to support the great service they provide to us at no charge. WordPress provide blog owners with the ability to opt-out of this advertising for a small yearly fee. We prefer not to have advertisements displayed to readers of our blog and have opted out for your viewing pleasure.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
Tag Archives: Maven
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
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
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
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
Visualising Garbage Collection in the JVM
Recently, I have been working with a number of customers on JVM tuning exercises. It seems that there is not widespread knowledge amongst developers and administrators about how garbage collection works, and how the JVM uses memory. So, I decided … Continue reading
Configuring Maven to run your Java application
Recently I was working on a project using Maven, and I really wanted to be able to run the project easily without needing to worry about all the classpath entries. Turns out it is relatively easy to set up Maven … Continue reading
Using WebLogic as a Load Balancer
Recently, I was working with a customer who was developing an application on Windows (developer) machines and was planning to deploy to a (production) cluster of WebLogic Servers running on Solaris, with a hardware load balancer. In order to do … Continue reading
