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
Grand Central Communications' Web Services Network
Grand Central Communications' Web Services Network

Integration efforts within an enterprise have been aided by the adoption of service-oriented architectures and common integration infrastructure. While the service-oriented architecture needs to be driven from within the organizations, a common infrastructure can come from outside. Grand Central Communications offers this via its Web Services Network.

The Web Services Network
The Web Services Network provides, as a service, a framework that lets companies integrate their existing applications in a flexible, secure, extensible manner. Think of it as an integration broker available in an ASP model. It offers multiple ways to get connected even if you're not Web services enabled. But for those who are, SOAP is its native tongue.

Mediation
The network helps mediate differences in technologies used by different organizations. While SOAP is its native protocol, the network supports FTP, SMTP, and non-SOAP HTTP among others. It also provides support for data transformations and message routing. The mediation isn't limited to protocol and data format, but supports both synchronous and asynchronous messaging modes. This flexibility reduces the coupling between you and your partners. For many organizations, there is nothing about the network that would require firewall configuration changes.

The network supports messaging using both request-response and notification (one-way) patterns. Persistence, guaranteed delivery, and message expiration are available for asynchronous messages to provide the reliability required for business transactions. And both push- and pull-based delivery is supported.

End-to-End Accountability
As an independent service provider Grand Central can establish itself as a trusted third party to the transactions that flow through its network. In this role, it provides visibility into the status of any interaction. A message moving from one service to another (a call) generates multiple status entries that can be viewed by the service owners. Each call can be part of a larger exchange (a session). When a message is initiated on the network, the initiator can choose to include it in an existing session or create a new session.

Alerts can be set to generate notifications for exceptional events at the network level. Partners can even configure routing rules to produce customized event-handling mechanisms.

Extensibility
Providing a framework for service extensions is an important aspect of any platform purporting flexibility. Grand Central leverages Web services as the standard for plugging in new features. The services may be a standard network service; a company's service; a partner's service; or a third-party service, such as an ASP. The network supports routing services to chain multiple services together and a transformation service to translate the data to the appropriate form.

Security and Trust
Grand Central establishes a common concept of identity and trust on their network. Each service within the organization is assigned an identity and may authenticate in one of three ways: username/password over HTTP, username/ password over HTTPS, or certificate-based authentication over HTTPS. These three forms are used to define the levels of both security and security policies. The security level associated with your service specifies the security protocol between your service implementation and the network. The security policy specifies the minimum security level required for other services on the network to connect to you.

Access control to your service is available at both an implicit and explicit level. You can grant or deny access from other services as a default. And, you can explicitly grant or deny access from specific services.

The organizational identity and detailed message status information form the support for nonrepudiation support in the network. Every participant knows who invoked the service, when, and what the outcome was.

A Simple Start
Getting started is simple. Even if you don't already have a Web services infrastructure in place, you can take a test drive of what it has to offer. The developer site has enough documentation and examples to get you going.

Setting up a simple routing and transformation sample was easy. With a couple of endpoint services and a routing service, you get an idea of what the network offers. Use a Grand Central sub-domain for your evaluation account. Create your services from the MyServices page of your network account.

Endpoint services are associated with message queues and let you send and receive messages on the network. For now, give the endpoint services meaningful names and unique addresses and use the defaults elsewhere. Create two endpoint services: one to send messages and one to receive them.

Routing services let you define rules and service invocation sequences to create a simple sequence of if-then constructs. The first rule whose logical condition evaluates as true is executed. Each rule may sequence one or more services to form a pipe and filter style process.

Rule expressiveness is limited: only the sender address and message topic can be evaluated, only the equality operator is available, and you can only specify single values or leave blank to match all values. Leave the sender and topic criteria blank. Next, specify the services to which the message will be routed.

Add the transformation service as the first action. Supply the address for the XML Transformation service. The Address Book feature is very convenient here. Use the defaults for message type (original) and topic (current). Specify the body:

<m:transform
xmlns:m="http://www.grandcentralservices.com/
schemas/Transformation">
<input href="cid:people.xml"/>
<xsl href="file:people.xsl"/>
<output href="cid:people_new.xml"/>
</m:transform>

Note that the href attribute of <input> and <output> tags uses the "cid:" prefix to refer to a message attachment and the <xsl> tag's href attribute uses the "file:" prefix to refer to the stylesheet. The stylesheet was uploaded to Grand Central's Document Manager service (www.grandcentralservices.com/docman), a simple facility for managing static files.

Next we add a second action to the routing rule that sends the response from the transformation service to the receiver service created above. That completes the routing service.

You can send a message to your routing service using a SOAP client, HTTP client, or Grand Central's Web messaging user interface. For brevity, I'll describe the user interface. From the MyServices page, select the Send service. Select Compose New to create a new message. Put the routing service address in the "To" field. A topic isn't required. Attach a file with the name as referenced in the <input> tag's href attribute. Send the message. If all goes well, a postmark response will indicate the new session ID and the receiver service will have a message waiting in its queue. If an error occurs, the fault response will indicate the session and call identifiers. Figures 1 and 2 show the session and call details.

 

 

Conclusion
Grand Central is in a unique position to simplify integration between organizations. The network reduces coupling by mediating protocol, format, and messaging mode. They are positioned as a neutral third party and provide good visibility to message status details. The network runs 24x7 and offers standard service-level agreements for delivery, security, and operation. Grand Central can also tailor the SLA to your requirements.

If you need the robust workflow and routing of off-the-shelf integration brokers, you may be disappointed. Later this year, Grand Central plans to provide the services and infrastructure to enable a loosely coupled, services-oriented architecture including mediation support for WS-I standards, support of advanced loosely coupled routing, and long-lived transactions. While routing services may be nested to form deep decision trees, rule selection and content access need improvement. Sending a message down multiple parallel paths has to occur outside the network and correlating the paths may prove challenging under certain configurations.

But don't be discouraged. Grand Central is on the right track in support of external partner integration. Reducing interface coupling is very important to long-lived implementations. Since you have to concern only yourself with how your applications connect, the network makes it easier to scale the number of external partner integrations beyond the top tier.

So take a train to the station... you might just like the ride.

Company Info
Grand Central Communications, Inc.
50 Fremont Street, 16th Floor
San Francisco, California 94105
415.344.3200

Evaluation Download
Evaluation accounts are available on their developer Web site
(http://developer.grandcentral.com/register/index_html).

Pricing
Per-partner per-month basis
Sites
www.grandcentral.com (Corporate)
http://developer.grandcentral.com (Developer)

About Paul Kaiser
Paul Kaiser is a consultant for Info Technologies, Inc., in New Jersey, where he focuses on application integration.

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
Quick Response (QR) codes are intended to help direct users quickly and easily to information about products and services, but they are also starting to be used for social engineering exploits. This article looks at the emergence of QR scan scams and the rising concern for users today....
The Chinese company that claims it owns the iPad trademark says it plans to seek a ban on iPad exports out of China, threatening global supplies. According to what a lawyer for Proview Technology (Shenzhen) Co Ltd told Reuters, the firm is petitioning Chinese customs to stop shipment...
Cisco Wednesday filed suit in the European Union’s second-highest court, the General Court in Luxembourg, challenging the European Commission’s rubber stamp last October of Microsoft’s $8.5 billion acquisition of Skype. Cisco says it isn’t opposed to the merger, but figures the EC sh...
2011 was a year of rapid adoption for public and private cloud services. Instant and on-demand server provisioning was the driving force behind the massive growth. On top, cloud server templates and script automation simplified application installation for simple and pre-defined applic...
As more enterprises are adopting clouds, the nature of cloud computing is changing. Previously, clouds were used to test applications or for non-mission critical applications. Today, enterprises are using clouds for cost-saving advantages and launching more mission critical application...
Building a cloud computing environment with on-demand access to compute, network, and storage resources requires an elastic infrastructure at multiple levels. Virtualization combined with x86 servers has transformed the way we scale out compute resources. Unfortunately, legacy Fibre Ch...
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