Introduction That’s right, Java 7 is just around the corner. Main article Here’s a few of the new language features that I really like: Match on Strings in a...
Introduction That’s right, Java 7 is just around the corner. Main article Here’s a few of the new language features that I really like: Match on Strings in a switch statement No longer do we have to write those ugly case statements like the one shown below. Some people put the variable and the constant the other way around, but then you might get a NullPointerException, so you have to check for that too, which is even more ugly. I prefer to do it the way shown, but every time...
Introduction That’s right, Java 7 is just around the corner. Main article Here’s a few of the new language features that I really like: Match on Strings in a switch statement No longer do we have to...
Introduction 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...
Introduction 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 deployed an empty composite, and while that worked well, we usually want to put something in our composites! If you follow that example and put say a BPEL or BPMN process in your composite, or a reference to a web service, then it will all...
Introduction 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...
Introduction Oracle SOA and BPM Suites 11g include the ability to use Java components in a composite application through the Spring component implementation...
Introduction Oracle SOA and BPM Suites 11g include the ability to use Java components in a composite application through the Spring component implementation type. Main Article Let’s look first at why you might want to do this and then take a look at how it is done. Many of you will know that BPEL has long included support for Java Embedding (in the Oracle extensions), so you can include Java code inside a BPEL process. Of course, it is an extension, it’s non-standard. So...
Introduction Oracle SOA and BPM Suites 11g include the ability to use Java components in a composite application through the Spring component implementation type. Main Article Let’s look first at...
Introduction Oracle has just released a new pre-built WebCenter VM. You can find details and download links here. Main Article This VM includes WebCenter...
Introduction Oracle has just released a new pre-built WebCenter VM. You can find details and download links here. Main Article This VM includes WebCenter 11.1.1.4 (also known as ‘patchset 3′) with UCM and two full demonstration sites – an employee portal and a public facing internet site. Check it out!
Introduction Oracle has just released a new pre-built WebCenter VM. You can find details and download links here. Main Article This VM includes WebCenter 11.1.1.4 (also known as ‘patchset 3′) with...
Introduction I have released the first small update to the worklist that adds some new functionality: Main Article The ability to view and download attachments...
Introduction I have released the first small update to the worklist that adds some new functionality: Main Article The ability to view and download attachments from Task Detail page, Proper handling for over 200 tasks in the Task List page – previously only the first 200 tasks would be retrieved, it will now get all tasks, A little bit of CSS tidy up. The new version is available in Subversion, or as a JAR from the main worklist page.
Introduction I have released the first small update to the worklist that adds some new functionality: Main Article The ability to view and download attachments from Task Detail page, Proper handling...
Introduction The newly updated iPhone app for Oracle WebCenter Spaces 11g Release 1 is now available, with support for PS3 as well as PS2 servers. Main Article...
Introduction The newly updated iPhone app for Oracle WebCenter Spaces 11g Release 1 is now available, with support for PS3 as well as PS2 servers. Main Article This new version represents a major change, not merely an incremental update of the previous version. A list summarizing the new features is below. Important information: To get the app from iTunes, use this link iOS 4.2 or higher is required More information on the app, including a link to documentation is available...
Introduction The newly updated iPhone app for Oracle WebCenter Spaces 11g Release 1 is now available, with support for PS3 as well as PS2 servers. Main Article This new version represents a...
Introduction 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...
Introduction 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 topic, and today we will look at setting up some simple continuous integration for a single SOA project. In future posts I will expand on this and look at BPM, Human Task user interface projects, ADF, etc., but you have to start somewhere! Main...
Introduction 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...
Introduction This post is part of a series on building a custom worklist for BPM/SOA 11g. Main article In the post we will implement two Controllers and a View...
Introduction This post is part of a series on building a custom worklist for BPM/SOA 11g. Main article In the post we will implement two Controllers and a View that will allow the use to view a list of tasks that they are able to initiate, and to actually initiate a task. These Controllers will be a little different the the ones we have been looking at so far. Firstly, they use some APIs from a different package, of course this is hidden in the MTaskList class, so we wont...
Introduction This post is part of a series on building a custom worklist for BPM/SOA 11g. Main article In the post we will implement two Controllers and a View that will allow the use to view a list...
Introduction This post is part of a series on building a custom worklist for BPM/SOA 11g. Main article In this post we will implement a Controller to take an...
Introduction This post is part of a series on building a custom worklist for BPM/SOA 11g. Main article In this post we will implement a Controller to take an action on a task, or to ‘process’ the task. Like the Add Comment Controller in the previous post, this controller is also fairly straightforward and does not have an associated View of its own, we will send the user back to the Task Details View for the task in question. Here is the code for...
Introduction This post is part of a series on building a custom worklist for BPM/SOA 11g. Main article In this post we will implement a Controller to take an action on a task, or to ‘process’ the...