The Minimalist Approach to Content Governance – Retire Phase

Good news – the Retire Phase is actually more fun than the Manage Phase. During the Retire Phase our content management team should not have to track down content creators if the Request Phase of this process was completed successfully. The ownership meta data, success criteria and time stamp that was applied to [...]

Generalizing the Cloud vs. SOA Governance debate

There have been some interesting discussions recently about the relationship between Cloud management and SOA management/governance (run-time and design-time). My only regret is that they are a bit too focused on determining winners and loosers rather than defining what victory looks like (a bit like arguing whether the smartphone is the triumph of the phone [...]

Content Platform Migration Strategy – Artifacts vs Perishable Content

Tremendous value and cost savings can be realized by rationalizing multiple, existing content repositories into a single platform. A mature, enterprise-caliber content management platform has the ability to maintain and govern all unstructured information across various systems from a secure, central location – reducing management costs and increasing the value of your existing content. [...]

What’s the Best Way to Collect Ratings?

Photo by anne.oeldorfhirsch from Flickr used under Creative Commons

YouTube published (h/t TechCrunch) an interesting graph of its video ratings earlier in the week.
YouTube uses a five-star scale for rating videos, and according to them, rating a video one star means you “loathe” it, while rating a video five stars means you love it.
The data show [...]

Scrum in a validated environment

One thing has become crystal clear the last couple of days:Using Scrum in a validated (Pharmaceutical) environment requires a somewhat different approach.
In a validated environment a number of documents, that are normally not required in Scrum, have to be delivered. These documents, Functional specifications, Risk Impact analysis, … are artifacts from the classical approaches. The [...]

AIA and SOA artifacts visibility

One of the challenges in SOA implementation is visibility of SOA artifact inventory. A limitation in visibility will limit service reuse. To promote visibility of SOA artifacts i.e. Foundation Pack (FP) and Process Integration Pack (PIP) artifacts, AIA provides BSR (OER in FP 3.0). BSR allows you to search for services and other artifacts from [...]

Introducing Oracle Team Productivity Center

Today is an exciting day for me. It’s the launch of Oracle Fusion Middleware 11g in the USA and tomorrow the launch event comes to London. Included in this launch is, of course, Oracle JDeveloper 11gR1.
For some time I’ve been working on a new aspect of JDeveloper – Oracle Team Productivity Center. It [...]

Developing J2EE1.3 and 1.4 Web Services in tandem

Alan Gibson, one of our engineering gurus here in JDeveloperland, gave me this tip recently for developing both J2EE 1.3 and 1.4 services in the same application.
1. Add your base Java implementation to project12. Create project2 for your J2EE1.3 Web service3. In the Dependencies tab of the Project Settings for project2, check project1 as a [...]

Business Process Integration – What, where and how

If we talk about business process integration, we would probably have a different vision and other expectations depending on our role.
For example: if we talk to the manager about business process integration, this could mean automate existing manual processes. If we talk to the sales-departement they would expect to have more insight into trends, benchmarks [...]

EJB 3 Stateless bean Web service in WebLogic Server

I recently got some questions from customers about the procedure for deploying EJB 3 Session Bean Web service in WebLogic 10. In this blog, I will outline the steps.
First develop your EJB3 session bean web service as follows:
@WebService(name=”PlaceBid”, serviceName=”PlaceBidService”, portName = “PlaceBidPort”, [...]