Archive for the ‘Technology’ Category

WebSphere ESB V7 available

Friday, December 11th, 2009

WebSphere ESB (and Process Server) Version 7.0 is generally available as of today which, amongst other things, means that I’m free to blog at will about the product content. As is traditional, I’ll start with an overview of what’s new in this release of the product (and the associated WebSphere Integration Developer tooling). Over the coming weeks I hope to cover each of these areas in more detail.

(more…)

DynaCache and WebSphere ESB/Process Server

Thursday, December 3rd, 2009

Building WebSphere ESB and Process Server on WebSphere Application Server means that they benefit from the scalability, reliability, transactionality and security of the underlying platform. Another advantage is that you, as a developer, have access to all of the underlying capabilities of the application server. In a recent article, Alan Hopkins (Dr Alan to you apparently!) demonstrated the use of the object cache to provide a shared variable between two modules. On a similar vein, another UK ISSW consultant Gabriel Telerman has just published a detailed tutorial describing how to use DynaCache from an SCA Java component to improve performance in a WebSphere ESB or Process Server environment. Now Gaby, can I have that pint now for the plug?

Version 7 announcement

Monday, October 19th, 2009

Two weeks ago I was a little pre-occupied with my own announcement and consequently failed to highlight the announcement for the next version of WebSphere ESB, Process Server and Integration Developer.
(more…)

Messaging Administration Guide

Wednesday, July 15th, 2009

I’ve largely given up posting links to interesting content on this site – see my delicious feed for that. However, many of my original posts related to messaging and WebSphere Application Server and hence I suspect a reasonable proportion of those who stumble across this site are interested in that subject. Consequently, I feel it’s appropriate to advertise the new WebSphere Application Server V7 Messaging Administration Guide. This document covers both the default messaging provider and WebSphere MQ support. Don’t be misled by the title – although it does provide detailed information on the administration of resources, the background information on concepts and topologies is equally relevant to developers and architects. The document also has a good section on securing the default messaging provider.

Windows disk confusion

Friday, July 3rd, 2009

I wasn’t best pleased this morning to find that I couldn’t log on to my laptop. I’d get as far as the logon prompt at which point any key press would cause everything to freeze. The only other noticeable effect was that the backdrop was missing. Safe mode made no difference but I could boot happily off a Linux Live CD. Needless to say a call to IBM’s European Service Center (which most certainly isn’t in Europe) was suitably frustrating. Why, given my serial number, they can’t work out where I am and what my machine, is I’ll never know. I guess I should just be grateful that at least there was an option not to have any music whilst on hold!

(more…)

Connection timeout on web service import

Wednesday, July 1st, 2009

Here’s a short write-up of the answer to a question I was posed by a colleague yesterday: how do you set the timeout for a web service import? The answer, as any good consultant would say, is that it depends…
(more…)

Scripting modification of HTTP bindings

Friday, June 26th, 2009

If you find yourself needed to make use of the modifySCAImportHttpBinding command make sure read the documentation in the InfoCenter carefully. Even if you are modifying a property at the import level it isn’t sufficient simply to specify the import parameter. The property that you are modifying must also be enclosed in a tag with the name of the import binding. So the example given is:

$AdminTask modifySCAImportHttpBinding -moduleName MyMod -import Import1 -connectionRetries <Import1>3</Import1>

Thankfully the InfoCenter has been recently updated as a result of APAR JR31724 as previously you just had to guess at the syntax! Perhaps I should now try and get them to fix the description of the command which I see states “The modifySCAImportHttpBinding command changes the JNDI name of one or more of the resources associated with an HTTP import binding.”! One suspects someone may have been a little generous on the old cut and paste…

Free WebSphere Application Server

Saturday, June 20th, 2009

This one’s doing the rounds of various IBM related blogs but I think it’s sufficiently momentous for me to give it a mention in case you haven’t seen it elsewhere. WebSphere Application Server for Developers provides a free development runtime environment using the full WebSphere Application Server V7 product. What you don’t get is support but feel free to ask questions on the developerWorks forum.