Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Computing
Conference & Expo
November 2-4, 2009 NYC
Register Today and SAVE !..

2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
In many cases, the end of the year gives you time to step back and take stock of the last 12 months. This is when many of us take a hard look at what worked and what did not, complete performance reviews, and formulate plans for the coming year. For me, it is all of those things plus a time when I u...
SYS-CON.TV
Orbix E2A Web Services Platform, XMLBus Edition 5.0
Orbix E2A Web Services Platform, XMLBus Edition 5.0

Back in the early 1980s, a popular fast-food restaurant ran a series of humorous commercials on television based on an elderly woman visiting a competing fast food chain. After receiving her order, she would pry open an oversized hamburger bun and utter a shrill complaint for all to hear: "Where's the beef?" It seemed that for a while everyone was saying it, including yours truly. Now, roll the clock forward a decade or two (sigh), and I'm having my first look at IONA's Orbix E2A XMLBus Web Services Integration Platform, XMLBus Edition 5.0. After a while I couldn't stop muttering to myself a slightly modified version of that catchy phrase ­ "OK, where's the XML?"

First off, please don't think there's something wrong with the product, because there isn't. I tend to be a hands-on kind of person, and I like to be able to futz with the XML code when I create a Web service. It's similar to wanting to continue to program in assembler code when a 3GL language can do it all for you in a fraction of the time.

In a similar fashion, having all of the XML programming done for you is part of an increasing trend by Web service integration platforms ­ you're literally just a few point-and-clicks away from deploying your own Web service. Here's what IONA has to offer:

Overview
The XMLBus Edition 5.0 Web Services Integration Platform consists of a suite of Web service development and administration tools, including:

  • Web Service Builder
  • Web Services Manager
  • Web Service Test Client
  • UDDI Browser
  • Soap Message Test Client
The suite can be installed standalone, or deployed to leading application servers, including WebLogic, WebSphere, and IONA's Orbix E2A Application Server platform. I chose to install the product on the Orbix E2A Application Server.

In addition, the platform includes a toolset for integrating various B2B Web services in a process engine framework:

  • XDI Suite.
  • XDI Monitor.
This feature in particular caught my interest in that it takes the whole notion of Web services to the next logical step in the evolutionary process. I'll have more on this later.

Features
IONA XMLBus is compatible with current Web service specification levels, including:

SOAP 1.1 and 1.2

  • Various encoding styles are supported, including document-literal, document-encoded, RPC-literal, and RPC-encoded.
  • SOAP with attachments, for transporting large XML documents or binary data.
WSDL 1.1
  • Supports primitive, common, and complex data types.

    In addition, XMLBus Edition 5.0 includes:

  • Synchronous transport of SOAP protocol over HTTP and HTTPS Internet protocols
  • Support for MS .NET toolkit and MS SOAP
  • Ability to expose CORBA objects as Web services
  • Client-code generation for J2ME (WAP-enabled wireless equipment) and J2SE proxy clients
  • Process flow engine for long-running Web service transactions
  • UDDI Browser
  • A rich Java API set
Web Service Component Model
IONA innovatively introduces the concept of a component model in their product by designing their Web services to operate within a runtime container in the application server. Similar to an EJB component, a Web service can be activated and deactivated within its container by using an administrative interface. The container provides services such as performing SOAP-message validation against the WSDL of the containing service.

In addition, Web services are compiled into a deployable unit called an XAR file, which contains WSDL definitions, interface code, etc. One note: it would be great if Web service vendors could begin the process of developing a single standard (similar to the EJB specification) regarding a component model and deployment mechanisms.

Web Service Builder
The Web Service Builder is a Windows-based application that includes a series of navigation and builder panes that allow you to create Web services from existing CORBA-, EJB-, and Java-based applications. A wizard guides you through the process of creating a Web service for each legacy technology. The output of the process is a deployable XAR file containing the Web service. All of the SOAP and WSDL code is generated for you.

The wizards employ an introspection mechanism that exposes the various APIs in the source enterprise applications. In the case of Java applications, the builder will list the public methods for you. All you need to do is enable the interface, choose the appropriate SOAP binding mechanism (RPC vs. document, data types), enter external libraries, and the builder takes care of the rest. In the case of EJB components, the builder will communicate with the application server (using the appropriate network protocol) and obtain the remote interface information without having to directly copy the deployment unit to the development system. In the same manner, the CORBA wizard will guide you through the process of converting a service IDL to a Web service interface (see Figure 1).

To generate Java client code for your service, the Web Service Builder will take the WSDL associated with your service and generate client stub code. One particularly nice and forward-thinking feature is that you can generate J2ME code designed for palm-sized devices.

Web Services Manager
The Web Services Manager is a browser-based utility for monitoring Web services. You can enable or disable a service with the click of a button while running in a live production environment. With its drill-down capability, you can view the various services and ports of a Web service application, and view the underlying WSDL XML. The Web Services Manager doesn't include any instrumentation or performance-related data at the present time. You may need to wait a release or two to see it.

Process Flow Engine
I found the Process Flow Engine to be the most interesting part of XMLBus. In a manner similar to TIBCO and webMethods, you can use the XDI Suite to assemble one or more Web service components together into a single aggregate Web service (see Figure 2). To develop the process flow, you can paste in flow-of-control components (switch, parallel operations, etc.), as well as transport components (MAIL, FTP, HTTP). What is interesting is that this is achieved without a message bus, and appears to rely on HTTP transport mechanisms to move the flow along.

Debugging the Service
Here's where the XML was hiding out. XMLBus comes with two debugging facilities, a SOAP Message Spy and WSDL Dynamic Test Client. The SOAP Message Spy allows you to monitor the HTTP protocol request and response streams from the Web application server. In addition, you can manually enter a SOAP request and send it to the server.

The WSDL Dynamic Test Client is a browser-based utility that dynamically reads the WSDL for the service and provides a list of services and ports to test. After choosing a port, you can enter one or more parameters and directly invoke the service. A third window displays the SOAP request and response XML messages.

Additional Tools
Another interesting feature is the UDDI Browser, which allows you to shop around for Web services listed on UDDI registered repositories (see Figure 3). Although the number of public UDDI repositories are limited at the present time, the ability to browse and integrate a Web service through a single development toolset is the wave of the future. IONA has the right idea, but should integrate the browser directly into the XDI toolset. Point-and-click service integration, anyone?

Installation
The installation process is fairly straightforward, but not entirely foolproof. If you're installing on a Microsoft Windows-based platform, stay away from installing to a directory structure that has embedded spaces in it (i.e., "C:\Program Files"), and you should do fine. Depending on your development environment, you may need to tweak some of the CLASSPATH environment variables in the various script-based command files in the toolset. In most cases, the documentation will guide you through the necessary modifications, and shouldn't be a problem for the Java-versed. Also, make sure you know what IONA software prerequisites you need prior to installing. For instance, creating Web services from CORBA components will require you to install and configure Iona's CORBA Services before you can see any of the configuration features in the builder.

Concluding Thoughts
It took a while for me to fully appreciate the capabilities of this product. Its true strengths aren't immediately apparent when initially working with the builder and admin tools. It almost seemed too easy to create a Web service. But what goes on under the surface makes XMLBus Edition 5.0 a leading contender in the family of Web service integration platforms. Given that the platform includes a process flow engine and can interface with a solid base of legacy CORBA applications, it makes it even more appealing at the enterprise level. And that's nothing to beef about!

About Joe Mitchko
Joe Mitchko is the editor-in-chief of WLDJ and a senior technical specialist for a leading consulting services company.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

SOA World Latest Stories
Yahoo’s critical negotiations with Alibaba to sell part of its stake in Alibaba back to the Chinese company have collapsed according to All Things Digital, a report later confirmed by CNBC. Apparently the collapse includes Yahoo’s parallel and intertwined negotiations with Softbank t...
Can you bring services from the cloud to your customers faster and have them adopt it with ease of use or bring the power of bundled services to the fingertips of your clients without creating new rigid ‘apps stove pipes'? Do you want to prevent your business running away to public and...
The Internet highway may start looking like a proverbial New York traffic jam at rush hour soon. Feel free to substitute any town you like because Cisco says there’s going to be a faster-than-expected 18x surge in worldwide mobile data traffic between 2011 and 2016. That’s when mob...
OCZ Technology Group, a provider of high-performance solid-state drives (SSDs) for computing devices and systems, on Tuesday announced the Z-Drive R4 CloudServ PCI Express (PCIe) flash storage solution, designed to accelerate cloud computing applications and reduce operating expenses i...
Many organizations have embraced, or are considering, the benefits of cloud computing – speed, flexibility, increased expertise, shared workload, reduced costs, etc. The benefits are many – but so are the risks. What are the threats to cloud security? Which parties assume responsibilit...
SoftLayer Technologies on Tuesday announced the immediate worldwide availability of SoftLayer Object Storage, a redundant and highly scalable cloud storage service that allows users to easily store, search and retrieve data across the Internet, with optional CDN connectivity, or across...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE