.net和java互操作

.net网站theserverside.com上,有一篇讲.net和java互操作的文章,收集了net和java互操作性的文章精选
[url]http://www.theserverside.net/tt/articles/showarticle.tss?id=InteropGuide[/url]

In the heterogeneous world of enterprise computing, interoperability is no longer a luxury but a necessity. The multiple tier architecture of modern enterprises coupled with multiple development tools can lead to multiple headaches for developers. So what's a poor developer to do? Fortunately (some would say unfortunately), there are many ways to tackle this problem.
The resources I've assembled below should provide you with a broad overview of some of the techniques being used to bridge the worlds of .NET and Java technology. We'd love to hear about the interoperability issues you've encountered and how you went about solving them.
In the heterogeneous world of enterprise computing, interoperability is no longer a luxury but a necessity. The multiple tier architecture of modern enterprises coupled with multiple development tools can lead to multiple headaches for developers. So what's a poor developer to do? Fortunately (some would say unfortunately), there are many ways to tackle this problem.
The resources I've assembled below should provide you with a broad overview of some of the techniques being used to bridge the worlds of .NET and Java technology. We'd love to hear about the interoperability issues you've encountered and how you went about solving them.
 
Introduction

Interoperability between Java EE technology and .NET applications
[url]http://developers.sun.com/learning/javaoneonline/2006/webtier/TS-4611.pdf[/url]
Dr. Dobb's "Interoperability and Integration" poster (PDF)
[url]http://msdn.microsoft.com/vstudio/java/interop/interop.poster.pdf[/url]
Webcast: Application interoperability with Microsoft .NET and J2EE
[url]http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032265915[/url]
Practical .NET-to-Java interop solutions
[url]http://idevnews.com/CaseStudies.asp?ID=164[/url]
 

Messaging

Advanced message queue protocol to commoditize messaging
[url]http://www.infoq.com/news/amq[/url]
Simple JAVA and .NET SOA interoperability
[url]http://www.infoq.com/articles/REST-INTEROP[/url]
 

Web Services

Web Services Interoperability Technology (WSIT)
[url]http://java.sun.com/webservices/interop/index.jsp[/url]
WebSphere and .Net interoperability using Web services
[url]http://www.redbooks.ibm.com/abstracts/sg246395.html[/url]
Web services programming (with passion!)
[url]http://www.javapassion.com/webservices/[/url]
Real interoperability between J2EE and .NET Web services: Practical advice for developers
[url]http://developers.sun.com/learning/javaoneonline/2005/interoperability/TS-3550.pdf[/url]
 

Distributed Objects

Business Process Integration





本文转自 张善友 51CTO博客,原文链接:http://blog.51cto.com/shanyou/74948,如需转载请自行联系原作者
上一篇:linux最常用的基本命令


下一篇:[EffectiveC++]item43:学习处理模板化基类内的名称