Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how could run run C# and java together

  Asked By: Magenta    Date: Mar 05    Category: Java    Views: 1182
  

i write one program with EJB and want connect o it with C# ,if Would you Please help me.
EJB Project as Server
C# Project as Client

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Isabelle Brown     Answered On: Mar 05

you can use one of the following:

1) grasshoper (mainsoft)
2) ikvm
3) a CORBA ORB in C#
4) a webservice wrapper around your EJB and connecting to it as a web service in C# client

 
Answer #2    Answered By: Nagaraju Iyaner     Answered On: Mar 05

You have provided a little info about what you want. I guess you want to connect
a C# desktop application with an enterprise java  application. If it is true, you should
consider Web Services. Java/JEE and C#/.NET both have a very rich set of tools for
this.

 
Didn't find what you were looking for? Find more on how could run run C# and java together Or get search suggestion and latest updates.




Tagged: