calling java from DOTNET 2? how stable or painfull?
hi.. (sorry but i posted this in a dotnet newsgroup as well becoue i
don't know which would be better handling this question).
i have a java application server whish uses RMI as a delivery transport
for it's apis (it's gets the command in XML but the underlying protocol
needs to be RMI)..
so i need to write an RMI CLIENT to this thing, and expose it microsoft
land.
at first we thought to have it exposed as web service and consume this
service via dotnet dll. the dll would be given to desktop application
developers which canno parse XML.
then i was told i could expose it as JNI and have the dll access it
directly. then the dll in dot net 2.0 would either be given to desktop
developers or exposed as a web service in biztalk if web services are
needed.
btw can i do all of this with express edition versions?
.
Relevant Pages
- calling java from DOTNET 2? how stable painfull?
... so i need to write an RMI CLIENT to this thing, and expose it microsoft ... at first we thought to have it exposed as web service and consume this ... service via dotnet dll. ... developers which canno parse XML. ... (microsoft.public.dotnet.framework) - Re: How to expose a class in the Webservice.
... parameter in the WebMethods the web service and generate the Stubb class ... please be aware that even if your client referred to the same C# DLL ... The reson behind why i want to expose the classes with out using in the ... (microsoft.public.dotnet.framework.webservices) - Re: How to expose a class in the Webservice.
... I have a webservice which uses a c# Dll,This Dll is a C# class library ... parameter in the WebMethods the web service and generate the Stubb ... What do you want to do with the class on the client if you don't want to ... The reson behind why i want to expose the classes with out using in the ... (microsoft.public.dotnet.framework.webservices) - Re: calling java from DOTNET 2? how stable painfull?
... Bridges between java and .net are often awfull to use and porr performant. ... Web service ensure a "transparent" way to make two speak together... ... so i need to write an RMI CLIENT to this thing, and expose it microsoft ... service via dotnet dll. ... (microsoft.public.dotnet.framework) - Re: Internal access modifier is not working the way I thought it would.
... that DLL as a reference and use that class / method / field / etc. ... The programmers I'm referring to, I have never met, ... there is no way to include the web service in the DLL that I want to ... within the AccessUtils web service. ... (microsoft.public.dotnet.languages.csharp) |
|