-
Thank you visitors!
- 313,039 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 BPEL BPM C# Continuous Integration customization database E-Business Suite Hudson Human Task iPhone JDeveloper JMS JVM Mac OS X Maven memory OAM OPA OSB PeopleSoft Performance Process purge Rules SOA Spaces SSO Subversion task flow Tricks Ubuntu UCM upgrade WCI WebCenter WebLogic Web Service Worklist WS-Security WSRP XESubscribe
Blogroll
-
Top Posts
- A simple JMS client for WebLogic 11g
- Worklist
- What BPM adds to SOA Suite
- Configuring Maven to run your Java application
- Writing a Human Task UI in .Net (C#/ASP.NET) or in fact anything other than ADF
- Getting started with Continuous Integration for SOA projects
- Installing WebLogic Server 10.3.3 on Ubuntu (64-bit)
- Installing OSB and its IDE on 64-bit Linux
- Human Workflow in 11g
- Installing WebLogic Server on Mac OS X
Copyright 2009-2012 Mark Nelson, Tanya Williams, Brenda Yin, Joe Qiao, David Shaffer 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 Uluru/Ayers Rock, an Australian Aboriginal sacred site, located in the 'red centre' of outback Australia. It is famed both for being a huge rock - 348m high and 9.4km in circumference - and for appearing to change colour over the course of a day or a year. For example, it appears to glow red at dawn and sunset.
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.
Tag Archives: Maven
Using Oracle Service Registry in an automated (Maven) SOA/BPM build
Today, I feel very privileged to share with you a post from one of my readers, Phani Khrisna, who was kind enough to allow me to post this updated Maven POM which allows you to use resources in the Oracle … Continue reading
New version of JDeveloper released with Maven support and better performance
Oracle has released a new version of JDeveloper, 11.1.2.0, with a whole bunch of new features, including Maven support, and a lot of performance enhancements. You can check out details of the new features here. Please note that this version … Continue reading
Extending Continuous Integration to include MDS-dependent components
In this earlier post, I presented a simple approach to get started with continuous integration for SOA and BPM projects and showed how you can build and deploy an SCA composite using Hudson and Maven. In that example, we just … Continue reading
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