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

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

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 group1, 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 group1, 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 group1, 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 group2, Uncategorized | Tagged , , , , , | Leave a comment

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

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

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

Posted in group2, Uncategorized | Tagged , | 7 Comments

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

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

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

Posted in group2, Uncategorized | Tagged | Leave a comment

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

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