Category Archives: Uncategorized

Want a free trip to JavaOne?

Oracle Academy is pleased to be supporting the Internet of Things (IoT) Developer Challenge! This is not open to Oracle employees or their immediate families, but other readers may be interested in participating for the chance to win a pass … Continue reading

Posted in Uncategorized | Leave a comment

Manipulating Human Tasks (for testing)

A few months ago, while working on a BPM migration, I had the need to look at the status of human tasks, and to manipulate them – essentially to just have a single user take random actions on them at … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment

How to tell if the SOA Platform is running

When you start up a SOA managed server, there is a time interval when the managed server is up, but the SOA platform is not yet up. This is the time while SOA is loading all of the composites, and … Continue reading

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

Programming with Hand Tools

This is a bit off topic, but I thought I would share it anyway.  This is a recording of a presentation Tim Ewald gave at Clojure/conj (a conference about the Clojure programming language).  It would have to be one of … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Doing more with the WebLogic Maven Plugin (Robot, Selenium and Sonar too!)

The ‘new and improved’ WebLogic Maven Plugin in WebLogic Server 12.1.2 provides a bunch of additional capabilities above and beyond your straight compile/package/deploy operations.  In this post I wanted to take you on a journey of some of these additional … Continue reading

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

Setting up a Maven Repository Manager with Artifactory

As you start to work more with Maven, you will undoubtedly reach the point where you feel the need for a repository manager – something that manages all of your repositories of artifacts for you.  You will likely have a … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Writing a Robot Remote Library

After reading the quick introduction to Robot Framework, you might have been asking yourself “so, what else can I do with this Robot thing?” – well there are, of course, a lot of things you can do with it.  Today, … Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments

A Roadmap for SOA Development and Delivery

This post is part of a series on SOA Development and Delivery. In this post I will present a roadmap and a target state for SOA Development and Delivery.  This will serve as the basis for an extended open ‘proof … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , | 7 Comments

E-Business Suite 12.2 released

In case you missed it, E-Business Suite 12.2 has been released.  Check this post for details.

Posted in Uncategorized | Tagged | Leave a comment

A first look at Robot Framework

As we start to assemble the tools we need to implement Continuous Delivery, one area we need to look at is selecting a testing framework.  Now, we are going to want to use a range of different testing tools, depending … Continue reading

Posted in Uncategorized | Tagged , , , , , | 1 Comment