PC Review


Reply
Thread Tools Rate Thread

can C# methods call Java/J2EE session beans?

 
 
Flip
Guest
Posts: n/a
 
      18th Mar 2005
Is there a way for C# methods (either in a WinForm or from ASPX) to call a
j2ee session bean on another server? If so, are there any web references
out there?

Thanks.


 
Reply With Quote
 
 
 
 
Joerg Jooss
Guest
Posts: n/a
 
      19th Mar 2005
Flip wrote:

> Is there a way for C# methods (either in a WinForm or from ASPX) to
> call a j2ee session bean on another server?


This depends on your remoting protocol.

If you want to use RMI, you need a J2EE/.NET remoting bridge like
Borland's Janeva.

If you can expose your EJB methods through Web Services (either by
proprietary toolkits or using EJB 2.1 features), you can use standard
..NET features to implement your client code.

Cheers,
--
http://www.joergjooss.de
mailto:news-(E-Mail Removed)
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to make generalized methods that accept parameterized references to call other methods? Microsoft C# .NET 3 22nd Jun 2007 11:19 PM
Converting from java beans to c# =?Utf-8?B?U3RlcGhlbiBILg==?= Microsoft ASP .NET 9 21st Jun 2005 03:59 PM
Help: how to do equivalent of Java Beans in ASP.NET =?Utf-8?B?ZG9ubmV0?= Microsoft ASP .NET 0 12th Jan 2005 10:41 PM
.net's altenative to java beans =?Utf-8?B?c2lja2t5?= Microsoft Dot NET 2 16th Nov 2004 05:14 PM
Calling Java Beans from Visual Basic .NET Andrea Temporin Microsoft VB .NET 1 9th Jan 2004 10:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:24 PM.