YOUR FEEDBACK
ColdFusion MX and XML: Creating XML Part 2
kuzma wrote: Useless sheet. Bunch of text and 10 lines of code. i do not nee...


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TOP THREE LINKS YOU MUST CLICK ON


Interview With David Litwack

Digg This!

<jdj>: SilverStream has been on the cusp of J2EE and Enterprise Java in Internet environment development. This has helped SilverStream grow from an application server company to a J2EE frameworks company and, now, a consolidation of all these efforts, a Web Services company. So, what's going on at SilverStream this year?

<litwack>: Web Services is an important technology. However, the really important thing that's happening is that the industry is going through a once-in-a-decade transformation to a new application paradigm - a new way of building applications.

I'd like to draw a comparison with client/server. Client/server wasn't a specific technology. It was the culmination of a set of technologies - graphic user interfaces, relational databases, networks, and personal computers - that resulted in a new way of building applications. And that way of building applications was very important because it was a clean separation of information from the user interface. It transformed the way we use computers in businesses from what had been predominantly an administrative or clerical function, to having the corporate repository of information available to everybody that had a computer on their desktop. That was the revolution.

What's happening today is we have a set of very important technologies - Java, J2EE, XML, SOAP, WSDL, UDDI, HTTP, the Internet - that have reached a level of maturity where we can think about building the applications in a completely different way. The GartnerGroup calls this a services-oriented architecture, and Web Services is certainly a key piece of that. The important thing about a services-oriented architecture is a clean separation of the transaction, information, or service from the audience to which it's supposed to be delivered. Put another way, it turns the traditional design paradigm backward, the traditional being: Architecting to who the application's audience will be.

In a services-oriented architecture you shouldn't know or have any design criteria that involves knowledge of who the audience is. That is so important today because, through the Internet, we can deliver applications to people we've never met or to devices that haven't been invented yet. We can deliver applications inside or outside a firewall. So a services-oriented application meets the needs of e-businesses in the Internet age because it allows us to build applications that can be flexibly deployed to unknown future audiences.

<jdj>: Can you describe SilverStream's progression in leadership roles through the advent of the application server and Enterprise Java, the frameworks that you've pioneered, and now the culmination of all these technologies with your framework and application servers under the Web servers' realm?

<litwack>: Let's look at the services-oriented architecture. The history of SilverStream is the history of the pieces of a services-oriented architecture. SilverStream was one of the first, if not the first, pure Java-based application servers in the market. Five years ago we were building one of the largest Java applications in the world. Then when J2EE came along we quickly hopped on the bandwagon and again were one of the first Java applications services to be fully J2EE certified and compliant with our 3.7 release, which has been shipping for several months now.

For the past two years we've been building a set of engines or class libraries generically on top of J2EE, which involves a lot of the pieces that are necessary in a Web Services environment. These include on XML mapping and a transformation engine that provides connectivity and integration to a broad variety of back ends such as mainframes, Relational databases, EDI, AS/400s, Web sites, or MQ series. This is important as most won't be invented from scratch. Most Web Services will be based on existing applications that becomes Web Services 1enenabled. By creating an environment in which we can connect to back ends, we can provide an XML request response metaphor. We're already doing the essence of Web Services today and, of course, by being fully J2EE, we also have the environment for building new Java-based applications as well.

When I think of Web Services there are two unanswered problems that the standard doesn't answer. One is, "Where does the XML come from?" And the other is, "What do you do with the XML once you have it?" With our XML transformation and integration, and with our Java-based J2EE capability, we answer the question, "Where does the XML come from?" That's the service producer's side.

The service consumer side has the responsibility for delivering up the XML in a variety of ways. The key thing is to take the information delivered up from Web Services and apply the notion of relevance to the particular circumstance.

Web Services are great but we don't want to deliver them in the same way to everybody. We want to tailor them depending on who the users are-what their jobs are, whether they're high net worth individuals or retirees, whether they're business partners, corporate customers or your own salespeople, whether they're inside or outside the firewall. We may increasingly tailor Web Services to whether it's the weekend or the week, or based on what device they have connected from. Someday, with GPS embedded in wireless devices, we may want to tailor the service depending on where they are, because with GPS devices we'll know their location within 10 meters. These are all parts of the services-oriented puzzle.

At JavaOne we announced the release of the cap piece of all of this, the lock piece of the puzzle. It's our Web Services engine that we've built using a combination of our existing Java-based Web technology with things such as WSDL compilers to generate very high-performance Web Services out of any Java class. Not only is this high performance, the Web service effectively gets generated as a servlet that can then be flexibly deployed in any J2EE server?

On the client side it can be accessed either from a SOAP client with a SOAP stub that gets generated, or through an RMI stub so the Web service can be accessed as a straight remote Java object. I think this will appeal to Java developers because they can create a Java class, turn it into a Web Service by generating a skeleton and remove Java client, and the entire Web service looks like a straight Java object.

I also want to mention our plans to generate a Visual Basic and C# client, because when you create that Web service, part of being a Web service is accessibility from any kind of client, and Web Services is an agnostic technology.

<jdj>: What's in store for SilverStream, and Web Services in general?

<litwack>: Over the next few months we'll be delivering a full product line called SilverStream eXtend. It includes the engines I've just described - Web Services, XML integration, workflow, business rules transcoding for mobile devices, and content management - all running on the major J2EE servers.

We'll also be shipping our Web Services producer product, which is the creation of Web Services and our consumer product, which provides a relevant view of Web Services.

Web Services can be produced from new Java applications or existing back-end systems. The Web Services consumer product includes personalization, user customization, and customization to a variety of wireless devices. We also provide an integrating workbench that's oriented around the notion of services-oriented applications. In addition, we're beginning to provide vertical application-level frameworks, the first of which is shipping SilverStream eXtend for insurance, with actual application framework code that demonstrates to different industries the way they can take advantage of Web Services, to have the various constituencies in a business communicate electronically in an e-business

LATEST JAVA STORIES & POSTS
The Right Time for Real Time Java
Faced with the demands of mission-critical applications, many enterprise developers have pushed the Java language and the Java Virtual Machine (JVM) to the limit. The most common issue seen in transactional environments is achieving predictable response time or latency - in other
Cloud Computing - IBM's Got Its Head in the Clouds
Reminding people of how its backing was the making of Linux, IBM, to no one's surprise, has thrown its support behind cloud computing, that delicious nexus of every chi-chi buzzword technology currently in vogue: Web 2.0, rich Internet applications, software-as-a-service, SOA, gr
SA Forum Extends Reach of High Availability into the Java Community
The Service Availability Forum (SA Forum) announced the availability of its Release 5.1 Java Mapping specification. This enhanced specification provides a mapping of the Application Interface Specification (AIS) services to the Java language as well as an accompanying whitepaper
Sun Microsystems Unveils Enterprise AMP Stack for Solaris and Linux
Sun Microsystems announced the availability of the Sun Web Stack, a fully supported and integrated enterprise-quality AMP (Apache/MySQL/Perl or PHP) stack for Solaris and Linux operating systems. The Web Stack software includes the open source, standards-based software most commo
Sun Microsystems Announces Sun OpenSSO Express
Sun Microsystems announced the availability of Sun OpenSSO Express, a new offering that provides enterprise support and indemnification for the technologies available in the OpenSSO project. OpenSSO is an open source, identity management project, providing highly scalable, high-p
Saving Your Investment: Transforming J2EE applications into Web 2.0 using GWT
The pressure is on to keep pace with Web 2.0 entrants into the marketplace. Rewriting is expensive; adding AJAX widgets results in a complex, unmaintainable application. Both require you to hire scarce JavaScript developers. Google Web Toolkit -- the SDK that allows you to write
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

SPONSORED BY INFRAGISTICS
SOA in a JVM: OSGi Service Platform - A Dynamic Component System for Java
There are many forces that influence technological evolution. After a decade of building enterprise
AJAX and Enterprise RIA Tools - JSF, Flex, and JavaFX
2008 is going to be an important year for Rich Internet Applications. Most organizations are deliver
Final Voting Phase on OpenAjax Browser Wishlist
The OpenAjax Alliance is developing an Ajax industry wishlist for future browsers, using a dedicated
AJAX World RIA Conference News - Netflix UI Guru To Present on Crafting Rich Web Interfaces
In every field of design one of the first things students do is learn from the work of others. They
Infragistics Releases CTP UI Components for Microsoft Silverlight Beta 2
Infragistics announced the availability of two Community Technology Preview (CTP) User Interface (UI
Yahoo User Interface 2.5.2 Released
The YUI development team has released version 2.5.2; you can download the new release from SourceFor
ADS BY GOOGLE
BREAKING JAVA NEWS
Husky Energy Reports Second Quarter and First Six Months Results For 2008
Husky Energy Inc. (TSX: HSE) reported net earnings of $1.36 billion or $1.61 per share (dilu