Home All Groups Group Topic Archive Search About

calling java from DOTNET 2? how stable painfull?

Author
23 Feb 2006 4:21 PM
Elhanan
hi..

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?

Author
23 Feb 2006 5:46 PM
Steve B.
Encapsulate the java code within web services.
Bridges between java and .net are often awfull to use and porr performant.

Web service ensure a "transparent" way to make two speak together...

Steve

"Elhanan" <emaa***@hotmail.com> a écrit dans le message de news:
1140711719.911909.86***@u72g2000cwu.googlegroups.com...
Show quote
> hi..
>
> 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?
>

AddThis Social Bookmark Button