InfoQ

News

Project Tango - WCF And Java Interop

Posted by David Totzke on May 23, 2006 08:29 AM

Community
.NET,
Java
Topics
Java plus .NET Integration ,
Interop ,
Messaging
Tags
WS-Reliable Messaging ,
WS-AtomicTransactions ,
WS-Security ,
WS-Trust ,
WS-Coordination ,
WSDL ,
WS-Transfer ,
WS-MetadataExchange ,
SOAP ,
Project Tango

Sun Microsystems has launched the open source initiative called Project Tango.  Windows Communications Foundation Engineers are working together with Java Web Services Engineers on the interoperability of enterprise features.

Project Tango focuses on five key functional areas of interoperability. 

Bootstrapping Communincation

wsimport from JAX-WS uses WS-Transfer and WS-MetadataExchange to retrieve the WSDL for a WCF service and create the consumer proxies that will be used to communicate with the service.  Using wsimport spares the developer from having to know how the metadata is used to implement the proxies. 

Optimizing Communication

Also built into the JAX-WS platform are MTOM and XOP.  This enables binary encoding of the XML content.  Content can be encoded as MIME body parts or ecapsulated in as binary-encoded XML within HTTP packets.  The net result is reduced XML size which helps to speed communication.

WS-SecureConversation is employed to establish a shared security context at the beginning of a multiple message exchange.  This reduces the security communication overhead during complex interactions that require several message exchanges.

Enabling Reliability

The WS-ReliableMessaging specification allows the underlying system to handle the recovery of message failures and removes that responsibility from application code.  Enabling reliability in a Project Tango web service is as simple as checking a checkbox in a reliability panel in NetBeans.

Enabling Atom Transactions

Project Tango implements the WS-Coordination and WS-AtomicTranscations specifications for interoperable atomic transaction support.

Securing Communications

Project Tango goes a step further than transport-based security such as SSL by implementing WS-Security to provide message security even if the message must pass through an intermediary.  WS-Trust is also implemented for the management of security tokens and establish broker trust relationships.

WCF & Java Interop tutorial series by Kevin Gao Posted May 11, 2009 9:39 PM
  1. Back to top

    WCF & Java Interop tutorial series

    May 11, 2009 9:39 PM by Kevin Gao

    I am writing a WCF & Java Interop tutorial series. The series covers different data types between Java & WCF, session management, WCF ASP.NET compatibility, SSL, Asynchronous Polling, data compression , MTOM and so on. These articles are based on my real world development experience of SCM Anywhere (http://www.scmsoftwareconfigurationmanagement.com), a SCM tool with integrated version control, bug tracking and build automation. The series has not been finished, but I am adding articles several times per week. Please check back for the latest articles. The URL of the series is: http://www.kevingao.net/wcf-java-interop Thanks a lot. ----------------------------------------------------------------- Kevin Gao, MCSD MCDBA http://www.kevingao.net http://www.dynamsoft.com

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.