Our app is using Java in conjuntion w/ ASP.  I call my Java classes via
SOAP.  The Java code is running on a seperate machine (though that is only
for resources sake) under Tomcat 4 and Apache SOAP 2.2.  Once you fine tune
the interop, it works like a charm!
--

David B. Bitton
[EMAIL PROTECTED]
www.codenoevil.com

Code Made Fresh DailyT
----- Original Message -----
From: "Thomas Tomiczek" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 8:42 AM
Subject: Re: Calling Java classes from ASP.NET


Oh, so you were talking about Java 1.1 - the four year old version :-)

Anything newer was never implemented by MS.

There is, though and again, a program in the java world that does the
same with more modern versions natively - a COM implementation for java.


Regards

Thomas Tomiczek
THONA 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
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.

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