Tag Archives: WebLogic

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

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

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 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 Uncategorized | Tagged , | 7 Comments

Installing WebLogic Server on Mac OS X

One of the exciting new features in WebLogic Server 11g is support for Mac OS X.  The new ‘ZIP Distribution’ of WebLogic Server allows developers to run WebLogic Server on Mac OS X.  The download file is much smaller and … Continue reading

Posted in Uncategorized | Tagged , | 5 Comments

Simple JMS client in Scala

In a small departure from our normal Java oriented examples, this post shows how to send a JMS message from Scala.  It is basically a port of the simple JMS client found in this post. This example is written to run … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Changing the port that WebLogic listens on (using WLST)

Occasionally I need to change the port that my WebLogic AdminServer is listening on, without actually starting up the server.  Usually this is because I have just created a new domain, and I forgot to change the port in the … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment