Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Connecting .NET to just about anything else
.NET and Apache AXIS
I had thought that connecting .NET to other webservices stacks, using SOAP 1.1 and WSDL, was pretty...
Author: cheeso Date: 01/17/2005
Surprise! : Write Java Servlets in VB
All our thoughts and prayers, and also some considerably more concrete assistance, go out to the...
Author: cheeso Date: 01/03/2005
.NET CF connects to Java via CORBA
An article from the December issue of .NET Developer's Journal discusses how to connect a device...
Author: cheeso Date: 12/20/2004
JNBridge Pro v2.2
JNBridge Pro v2.2 has been released. New features include callbacks, pass-by-value and direct-mapped...
Author: cheeso Date: 12/14/2004
Multi-language support, interop, and philosophy
I had a comment on the J# serialization post that I took as , "J# is insufficient to entice J2xE...
Author: cheeso Date: 12/13/2004
Java and .NET - Java serialization vs XML
To recap - yesterday we all learned that Java and .NET can interop using Java serialization. J#...
Author: cheeso Date: 12/10/2004
Java Serialization and .NET - There Really is a Santa Claus
Ah, yup, it works. You can take a single class (SomeType.java), marked with ISerializable, and then...
Author: cheeso Date: 12/10/2004
Java serialization and .NET?
Quiz: What do you think? Java has a binary serialization format. .NET has J#, which includes the JDK...
Author: cheeso Date: 12/09/2004
on Java-to-.NET interop via JMS and MQSeries
While looking around I found two articles, from SYS-CON's WebSphere Developer's Journal, covering...
Author: cheeso Date: 12/06/2004
A Month of Interop
Microsoft is planning a month's worth of webcasts exploring interop from numerous angles, check it...
Author: cheeso Date: 11/22/2004
Call .NET ASMX from ASP
Let's say you have an ASMX webservice written in C# or VB.NET or some other .NET language, and you...
Author: cheeso Date: 11/22/2004
DataGrid and Web Services
Didya ever wonder?... why DataGrids and other data-bound controls can use arrays of objects as data...
Author: cheeso Date: 11/16/2004
VS, meet blog. Blog, meet VS.
https://www.jtleigh.com/people/colin/blog/archives/2004/10/copysourceashtm.html and...
Author: cheeso Date: 11/09/2004
.NET and MQ admin via ADSI
We have previously discussed connecting to MQSeries from .NET applications. That post dealt...
Author: cheeso Date: 11/08/2004
.NET and MQSeries
MQ Postcard IBM WebSphere MQ (previously known as "MQSeries") ships with a "postcard" app,...
Author: cheeso Date: 11/08/2004
.NET and WebSphere interop
A New article posted on MSDN covering interop between .NET and WebSphere, over webservices. This one...
Author: cheeso Date: 11/08/2004
.NET and Syslog?
Interop is not only about webservices. There are lots of other systems that already expose...
Author: cheeso Date: 11/05/2004
Java Vector becomes Object Array
Somebody asked: I created a Web Service from a WSDL that came from Java (Apache SOAP). It contains...
Author: cheeso Date: 11/05/2004
Overloading in WebMethods, part II
OK, I lied. In the prior article on overloading in webmethods I took the position that it is a...
Author: cheeso Date: 11/05/2004
Overloading in WebMethods, part I
Overloading and Web Services? Don't Do it! Somebody recently asked about the use of Overloaded...
Author: cheeso Date: 11/05/2004