Author: dan

Exploring The Contents of a WID Module Project

You are a developer in WID, you play around in your candy UI all day creating integrations. One day, you switch into the Resource Perspective and you are exposed to files and extensions that you’ve never seen before. What are they? How does it all hang together? Read on! In the root of your module […]

Read more

Request for Questions & Comments

One of the benefits of having this blog is that I can see the search terms visitors are using in google to get here. Search terms include ““event sequencing” lock“, “com.ibm.wbiserver.manualrecovery api“, “fault handling websphere” etc. I actually do have more information on all those topics. It’s just a matter of being able to prioritize […]

Read more

Addenddum to DataPower Parallel Invocation Support

Thanks to ‘the internet’ for letting me know that in the 3.6.1 revision of the firmware, DataPower can now invoke multiple endpoints in parallel. It introduces a new syncpoint action that will allow you to wait for the responses to come in. I’m still giddy about the prospect of an integration ‘server/appliance’ that actually introduces […]

Read more

SIBus Explorer

Service Integration Bus Explorer is tool provided by IBM that allows you to browse the queues on your WebSphere Application Service. You can see individual messages, internal queues, clear queue points etc. The path to get this information requires so many clicks, that SIBus Explorer will quickly become an indispensable tool. There is a similar […]

Read more

WebSphere DataPower vs WebSphere Enterprise Service Bus

Yesterday, I blathered on about how great DataPower would be for usage in WebSphere Process Server. Your developer would be able to stay completely inside the Generic Business Object (GBO) data view while leveraging DataPower’s awesome ability to transform efficiently. Very neat indeed. An interesting is scenario where DataPower IS the ESB. No WebSphere Process […]

Read more

Exploring IBM SOA Technology and Practice reviewed by Don Ferguson

Bobby Woolf posted on his blog that his book”Exploring IBM SOA Technology and Practice” was reviewed on Amazon by none-other-than ex-IBMer and ‘Father of WebSphere’ Don Ferguson. I have to send my congrats to Bobby. I’ve had the pleasure of sitting in on one of his sessions at last years WebSphere Services Technical Conference and […]

Read more

Interop between BOXMLSerializer and JMSDataBindingImplXML

I stumbled onto a technote about the interoperablility between the way XML is serialized by the BOXMLSerializer and the  format expected by JMSDataBindingImplXML. This is a concern if you serialize data from a business object and then put that data into a JMS Text message and choose ‘Text Message with DataObject Binding’ in the export. […]

Read more

DataPower – Proxy & Co-Processing

I’ve started reading up on DataPower in anticipation of writing the certification test in May (At the WebSphere Services Technical Conference 2008). Two of the usage scenarios that have caught my interest are ‘Proxy’ and ‘Co-processor’. In Proxy, DataPower acts as proxy to your web service . The scenario given is a website that uses […]

Read more

Business Integration Software Bakeoff Idea

In my random browsing of the internet, I came across Wikipedia’s comparison of Business Integration Software. I’m so WebSphere focused that I didn’t even know there were this many companies out there with “ESB” products (34). It sparked an idea in my head, I wonder what it would be like to bake-off all these solutions […]

Read more

Asynchronous SCA One-Way Operations And How To Recover

From DeveloperWorks, comes the succinctly titled: <deep breath> Recovering from failed asynchronous SCA service invocations on WebSphere Process Server article Imagine this common scenario. You have a mission-critical Service Component Architecture (SCA) application running on IBM® WebSphere® Process Server. A message is sent to this application to invoke an asynchronous service, however, service invocation fails. […]

Read more

How to emit a Common Base Event in Java

A quick tip on how to emit a CBE. I usually put this block of code into a utility java project and add it to my module’s dependency editor so I can emit events in my modules. ECSEmitter emitter = new ECSEmitter(“com/ibm/events/configuration/emitter/Default”, null); // create common base event eventCommonBaseEvent cbe = emitter.createCommonBaseEvent(null); // Work your […]

Read more

JMS Function Selectors & Method Bindings

JMS Function Selectors and Method bindings are properties that you define inside of an SCA JMS component that answer the question “Which {component,interface} pair should a message arriving on a queue be delivered to?”. I had intended to go and write up in lay-mans terms what it all meant, but luckily (for me) I stumbled […]

Read more

Console – Removing Auto-Focus & Output Line Limit

Cheers to David Currie for pointing out how to disable the focus grabbing ability of the console view in WID (and Eclipse). I’d just like to add that in the property page where you turn off the auto-focus, you can also either disable or greatly increase the size of the scroll back buffer. I usually […]

Read more

Rational Performance Tester provides refreshing honesty

I’ve been on a small kick about performance testing/administration and I was directed to the Rational Performance Tester. It sounds like it would be a nice tool to use to tune systems, until I read the first bullet point: I mean damn.. No code testing, no point and click wizards, no report readability, no usability […]

Read more

IBM Tivoli Composite Application Manager for SOA (ITCAM)

My background to Business Integration and SOA has come from the ‘top-down’. I was a UI developer for Message Broker’s Flow user interface. Next I was the build guy for WebSphere Application Developer Integration Edition. After that I was again a UI developer for the Integration Test Client in WebSphere Integration Developer. I moved over […]

Read more

Project Zero – Introduction

Project Zero is: ..about agile development of the next generation of dynamic Web applications. Project Zero introduces a simple environment for creating, assembling and running applications based on popular Web technologies. The Project Zero environment includes a scripting runtime for Groovy and PHP with application programming interfaces optimized for producing REST-style services, integration mash-ups and […]

Read more

Event Sequencing Message Locking – Resolution!

In a previous post, I discussed the DeveloperWorks Process Server Endurance article. In that article, they ran into a situation where the number of maxMessages was breached (100 by default). At my client site, we had a situation where messages in an Event Sequenced queue would remain locked forever, causing the maxMessages to be breached. […]

Read more

IBM and Naming Conventions – Humor

IBM is a highly acronym-ized environment, so it doesn’t surprise me that sometimes things like this slip through the cracks. I was alerted by a colleague as to a new editor for Lotus Quickr services for WebSphere Portal.. Ladies and Gentlemen, I introduce to you the FCKEditor Now, for anyone who has ever used an […]

Read more

IBM Impact 2008 Attendance

It turns out that due to a weird twist of fate, I may be in attendance (and presenting) in Vegas for Impact 2008. Impact is: (an) annual conference on SOA and WebSphere offers unparalleled technical education about SOA and IBM thought leadership for LOBs, CIOs and practical application for users. From IT practitioners to senior […]

Read more

What’s new in WebSphere Message Broker V6.1

This article introduces the major enhancements WebSphere Message Broker V6.1, and provides references to related resources, and describes technical aspects of V6.1 that are of interest to
architects, message flow designers, and developers. Readers should have some knowledge of WebSphere Message Broker concepts and features.

Read more

The WebSphere Exception Trace: Deconstructed

If you’ve worked developing an application for more than five minutes, chances are that you’ve encounter a big long exception trace. The best thing to do is try to look at the very top for a non-generic exception that relates to your problem. This article will attempt to describe exactly what happened via the information […]

Read more

IBM Certification Tests

Generally, I’m not a big proponent of the certification process. They tend to be too focused on the ‘book smarts’ of the products instead of probing the candidate on their knowledge of the core abilities. But last year at the WebSphere Services Technical Conference, I took advantage of the attendee benefit of writing free certification […]

Read more

Pre-review: WebSphere Business Integration Primer

Usually, there aren’t a lot of books published on specific products as the software release cycle tends to be faster than the publishing industry can keep up with and information gets out of date quickly. I was surprised when I saw that a new book about Business Integration with IBM software was released: WebSphere Business […]

Read more

WebSphere Business Services Fabric

I noticed that my blog has started off very Process Server and Integration developer centric. I’m sure this is because I’m currently working on these products at my client (along with being a member of the development team). I just wanted to point out that I’m also conversant in WebSphere Business Services Fabric (WBSF); 6.0. […]

Read more