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...

Microsoft's Software Developer's Kit (SDK) for Java 3.0
Next we'll examine Microsoft's tool, javareg. Although javareg performs the
same task as Sun's Packager, its approach is somewhat different. The javareg
tool allows you to:

Register most Java classes a COM objects
Support low-level COM/DCOM as well as ActiveX
Require a special registration tool to be shipped with your controls

javareg comes as part of Microsoft's SDK for Java. In addition to
registering JavaBeans as ActiveX controls, it provides two capabilities
currently unavailable from Sun's tools. First, it allows Java classes to be
registered as standard COM/DCOM objects, as well as ActiveX controls.
Second, it can register almost any Java class, regardless of whether or not
it's a JavaBean. This supports low-level COM integration and also
facilitates the implementation of user-defined types as JavaBean method
parameters and return types.


-----Original Message-----
From: Kevin Kenny [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:09 PM
To: [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 Message-----
>>From: Farhan [mailto:[EMAIL PROTECTED]]
>>Sent: 04 June 2002 12:56
>>To: [EMAIL PROTECTED]
>>Subject: [DOTNET] Calling Java classes from ASP.NET
>>
>>
>>is it possible to call Java classes from ASP.NET? I know this
>>is very generic question but i am not sure how exactly i
>>should as it.  I am working on proof of concept and not sure
>>where to start. So can anybody share some links or code?
>>
>>Thanks,
>>Farhan
>>
>>You can read messages from the DOTNET archive, unsubscribe
>>from DOTNET, or subscribe to other DevelopMentor lists at
>>http://discuss.develop.com.
>>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to