Thank you visitors!
- 520,170 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
- Configuring Maven to run your Java application
- A simple JMS client for WebLogic 11g
- Worklist
- Installing WebLogic Server on Mac OS X
- What BPM adds to SOA Suite
- Using WebLogic as a Load Balancer
- Choosing BPMN or BPEL to model your processes
- Getting started with Continuous Integration for SOA projects
- Visualising Garbage Collection in the JVM
- Deploying your canonical data model to MDS
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 to know Maven
I have a number of posts that talk about using Maven to automate builds for Fusion Middleware projects. I know that there are some people who have not used Maven before, or maybe only a little. So I wanted to … Continue reading
Building OSB projects with Maven and removing the eclipse dependency
In this earlier post, I talked about a way to automate the build and deployment for OSB, but I did not go so far as to get that working in Maven, though you certainly could. But, OSB PS6 has added … Continue reading
SOA Development and Delivery
Let’s start by talking about what I mean by that. I don’t think that ‘SDLC’ is the right term to describe the space that I want to talk about, but it is a term that people are familiar with, so … Continue reading
Automating creation of JMS Queues and JmsAdapter plan updates and redeployment
Following on from my recent post on automation of creation of JDBC resources, I am happy to report I now have a script which can be used for JMS Queues! Again, this is not as wonderful as I would like … Continue reading
Automating creation of JDBC Data Sources and DbAdapter plan updates and redeployment
That’s a long title… anyway, as part of the desire to have a fully automated continuous integration environment for SOA and BPM, there is another bridge that we need to cross. SOA/BPM Composites can contain dependencies on resources in the … Continue reading
Getting Oracle artifacts into a Maven environment
If you want to build an application to run on the Fusion Middleware platform, you may find that you want to use some Oracle provided JAR files in your build process. These may be things like API’s (interfaces) that are … Continue reading
Maven Repository Managers
In this post I just want to share a couple of thoughts on Maven Repository Managers – what they are, and why you would want to use one. Let’s start out with a couple of definitions: A Maven Repository is … Continue reading
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
