Friday, November 19, 2004

Hessian Client for .NET

In order to interoperate with J2EE, I port Hessian (client classes) to be .NET library.

Hessian is small, and not complex enough to be compiled with IKVM. After removing its server-side part, and working around regarding GNU Classpath's URLConnection bug, Hessian works for me from .NET side. This library will be used as a transport to communicate with JBoss, and Hibernate. I'll have a complete tutorial soon.

Surely, my GUI client is scritable MyXaml :)

1 comment:

Anonymous said...

Hi,

You promised a tutorial :-)

Can you please explain what you did when you said "After removing its server-side part, and working around regarding GNU Classpath's URLConnection bug"

Rahul