All About Interop

Connecting .NET to just about anything else
Posts
  • All About Interop

    Java and .NET - AES Crypto Interop

    • 22 Comments
    Both .NET v1.1 and Java v1.4.x include implementations of the AES. Which means, you can encrypt data on a Java platform, transmit it any old way you want, then decrypt it on a .NET platform. In theory, it's easy. This post discusses it and gives example code....
  • All About Interop

    .NET and Apache AXIS

    • 2 Comments
    Comments and suggestions on building a basic webservice that demonstrates interoperability between Apache AXIS v1.x and .NET v1.1....
  • All About Interop

    Surprise! : Write Java Servlets in VB

    • 0 Comments
    ServerTec says they have a a JSP/Servlet engine, ported to run on .NET and J#. They say you can develop servlets in Visual Studio, using any .NET language. They have examples for C#, VB, J# and C++. It depends on an open-source version of various required libraries, like JNDI and Java2 collections....
Page 1 of 1 (3 items)