IBM Software Support Lifecycle – General Availability, End Of Marketing, End of Support Dates

July 29th, 2008 dan Posted in WebSphere Application Server, WebSphere Business Services Fabric, WebSphere Enterprise Service Bus, WebSphere Integration Developer, WebSphere Message Broker, WebSphere Process Server, WebSphere Service Registry and Repository 1 Comment »

Planning that new WebSphere Process Server v6.0 GA production deployment? I suggest you check out the End Of Service Dates published by IBM for your versions to ensure that you aren’t painting yourself into a corner before you even start. Beware clicking that last link, it’s a poorly created web page with every single IBM product and revision; the worlds longest HTML ever.

End of Marketing: IBM stops actively selling it to customers

End of Support: IBM stops answering the phone when you call to complain about it. Of course, you can always enter into an extended contract to continue support of mission critical installations.

Quick links:

WebSphere

WebSphere Integration Developer

I tried to get other quick links but it was too frustrating with all the product versions inlined together.

Related Posts

AddThis Social Bookmark Button

The top 15 WebSphere MQ best practices

July 23rd, 2008 syndication Posted in DeveloperWorks, WebSphere Message Broker No Comments »

From DeveloperWorks, The top 15 WebSphere MQ best practices
Many articles and books offer recommendations for designing message queuing and integrating it into applications. This article simplifies this maze by listing 15 or so widely recognized best practices for using WebSphere MQ to implement message queuing. This article describes the most common best practices in designing, building, running, and maintaining WebSphere MQ solutions in order to achieve the full benefits of WebSphere MQ.
I don't deal with MQ much on my day-to-day, but I'm a sucker for Top x lists. Here's one from IBM, I'm sure there are concepts contained within that can be applied to the WebSphere Application Server Default Messaging engine

Related Posts

AddThis Social Bookmark Button

Business Value of WebSphere Message Broker V6.1

July 2nd, 2008 syndication Posted in DeveloperWorks, WebSphere Message Broker No Comments »

From DeveloperWorks, The Business Value of WebSphere Message Broker V6.1
This article explains how WebSphere Message Broker V6.1 can help businesses reduce costs and create new revenue opportunities by implementing a simple and universal application connectivity infrastructure.
Good article that gives an overview of what you can use the Message Broker platform to accomplish.

Related Posts

AddThis Social Bookmark Button

BPEL or ESB: Which should you use?

March 24th, 2008 syndication Posted in Articles & Reviews, Best Of DZ.com, Reviews, Syndication, WebSphere Enterprise Service Bus, WebSphere Message Broker, WebSphere Process Server 4 Comments »

From Developerworks, BPEL or ESB: Which should you use?
When designing an SOA solution, it's not always clear whether you should use a Web services BPEL process or an ESB mediation flow. This article describes considerations that will help you decide which is right for you.
In v6.0.x, this is an easy question to answer: BPEL always. WebSphere ESB is only simple and straightforward when involving a transformation from a single source to a single target. Anything more than that and you'll create a Frankenstein that will puzzle support people for years. It uses a non-intuitive XSLT editor and the mittens are tight enough that you'll land up putting custom java code everywhere. In v6.1, as we saw in the 'Whats new' articles for both products there a lot of flow related constructs that have been 'pushed down' into WebSphere ESB. I do have a few issues with this article though. Under the section about ESB strengths is the following statement:
Another strength of an ESB is performance. An ESB is designed to be able to handle large volumes of messages. If, for example, the requirements say that there will be 200,000 messages per day, the ESB would clearly be the better choice.
Now. A WPS Module and a WESB Mediation Module are very similar constructs. Both of them use the SCA runtime to execute their code, they both get packaged as utility ears on generated EJB projects, they both leverage the underlying abilities of WAS (SIBus, Transactionality etc). The only real difference between them is the usage of a Mediation Flow component vs a BPEL Flow and I don't think the performance differential between the two is significantly large. They share so much code in common and must spend so much time performing common tasks, yet there's always this implication that Mediation Flows are magically faster. With the introduction of these flow-like constructs to mediation flows, the performance benefit of Mediation Flows must be closer to the performance of BPEL. They are both pretty much doing the same workload. I would severely discount performance as a reason for choosing one over the other. I guess the other thing I don't like about the article is that it kind of cops out on WESB entirely by lumping Message Broker in the same category. Message broker is severely expensive and does its job extremely well and has been for years but when someone talks about 'BPEL vs ESB', they are usually referring to WESB. The bullet points that make the ESB case sound so great are actually message broker features. So whats my point? I guess that even in the v6.1 product my point of view on deciding which to use will still be: "Lets do it in a Process Server Module." unless my use case is ultra-trivial (or the customer simply doesn't have Process Server). As a customer, why would I want to learn two different runtime components when they are probably pretty equivalent in performance? Build the skill the in process server, the superset.

Related Posts

AddThis Social Bookmark Button

What’s new in WebSphere Message Broker V6.1

March 7th, 2008 dan Posted in Syndication, WebSphere Message Broker No Comments »

From DeveloperWorks, 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.
I haven't done much work in Message Broker v6.1 but I know theres a ton of people out there that do. Read the article to find out more about v6.1 of IBM "Advanced ESB".

Related Posts

AddThis Social Bookmark Button