Academic .NET J2EE Interoperability

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I am a student and currently working on my senior thesis. Part of
this project involves creating C# components to work with an existing
J2EE application. I was wondering if any cheap/free solutions exist
to make the two work together? Or is there anything I can try for the
next six months that I'll be working on this application?

Thank,
Joe Fiorini
Student - College of Mount St. Joseph
Cincinnati, OH
 
Joe said:
I am a student and currently working on my senior thesis. Part of
this project involves creating C# components to work with an existing
J2EE application. I was wondering if any cheap/free solutions exist
to make the two work together? Or is there anything I can try for the
next six months that I'll be working on this application?

Read up on Web services.

Cheers,
 
You can expose C# assemblies as COM objects which you can in turn call from
JVM.
Microsoft's JVM allows you to call COM objects. You will need to purchase a
third party product to do it from Sun JVM though.
Aleksey Nudelman
http://csharpcomputing.com
 
Joe said:
I am a student and currently working on my senior thesis. Part of
this project involves creating C# components to work with an existing
J2EE application. I was wondering if any cheap/free solutions exist
to make the two work together? Or is there anything I can try for the
next six months that I'll be working on this application?

Thank,
Joe Fiorini
Student - College of Mount St. Joseph
Cincinnati, OH

I'd poke around the Mono site to see what you turn up. www.go-mono.com.
 
Back
Top