Academic .NET J2EE Interoperability

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
 
J

Joerg Jooss

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,
 
G

Guest

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
 
D

DM McGowan II

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top