You might try Ja.NET [1], from Intrinsyc. There's a review of it here
[2]. I haven't used it myself...
[1] - http://www.intrinsyc.com/products/bridging/janet.asp
[2] - http://www.devx.com/dotnet/articles/ir051402/ir051402-1.asp
Greg Reinacker
Reinacker & Associates, Inc.
http://www.rassoc.co
Halcyon Software offers a .NET to Java (N2J) Bridge:
http://www.halcyonsoft.com/products/iHUB.asp
I've never used it, though.
On Tue, 4 Jun 2002 04:55:52 -0700, Farhan <[EMAIL PROTECTED]> wrote:
>is it possible to call Java classes from ASP.NET? I know this is very
>generic question but i am n
inal Message-
From: Majercak Ivan [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 4. Juni 2002 14:22
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Calling Java classes from ASP.NET
What about this, does anyone think it might work for Farhan? I used to
use
it quite often way back, when COM ruled the world...
Consulting Ltd.
(Microsoft MVP C#/.NET)
-Original Message-
From: Majercak Ivan [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 4. Juni 2002 14:22
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Calling Java classes from ASP.NET
What about this, does anyone think it might work for Farhan? I used to
use
: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Calling Java classes from ASP.NET
Farhan,
There's no 'native' way to do this but its achievable through an integration
layer such as a web service or via a DotNet -> COM -> CORBA bridge -> Java
bridge.
Kev
>>-Original
Farhan,
There's no 'native' way to do this but its achievable through an
integration layer such as a web service or via a DotNet -> COM -> CORBA
bridge -> Java bridge.
Kev
>>-Original Message-
>>From: Farhan [mailto:[EMAIL PROTECTED]]
>>Sent: 04 June 2002 12:56
>>To: [EMAIL PROTECTED
Yes.
Various ways - can you please define "calling" a little better?
You could use COM/DCOM/CORBA and a bridge.
You could use DCOM and the native DCOM implementation available for
Java.
You could use WebServices.
Just "using" the classes is not possible.
Regards
Thomas Tomiczek
THONA Consulti