Category: Best Of DZ.com

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

Techniques for Managing Large WebSphere Installations

Redbook, published: Thu, 13 Mar 2008

– High availability manager and core groups
– Tuning recommendations
– Configuration best practices

As WebSphere Application Server installations grow to accommodate the growth of business processing, the question “How large can a WebSphere Application Server cell be?” is being asked more often.

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

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

Getting Started with IBM WebSphere Business Services Fabric V6.1

Draft Redbook, last updated: Tue, 11 Mar 2008

– Discover the value of composite business applications
– Model, assemble, and deploy Fabric solutions
– Learn by example with practical scenarios

WebSphere Business Services Fabric (Fabric) is a comprehensive SOA offering that is designed to extend IBM’s business process management platform to deliver flexible composite business applications.

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

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

My Integration Test Client DeveloperWorks Article

I would be remiss if I didn’t mention my first article published to developerworks (Co-Authored with Richard Gregory). It’s about the WebSphere Integration Test Client and learning about the features that are beyond “enter data, press continue, watch module run”. Here’s a short list of the things that you’ll discover: * Testing modules: selecting one […]

Read more

The lack of a non-IBM WebSphere Community

The one thing that always confused me about WebSphere is the lack of a single large vibrant community for practitioners. The best one that I’m aware of is the WebSphere Application Server developerWorks forum which seems to get about 20 posts a day. Twenty posts. The ones for process server and integration developer average 3-4 […]

Read more

JDBC Adapter Export with events that comprise multiple rows

At my client, we had a unique situation occur when integrating a database and an export for the WebSphere Adapter for JDBC. In a ‘typical’ scenario, a single row is written into a staging table, an SQL trigger writes this single row into the adapter’s event table, the adapter polls, converts the data into a […]

Read more