Hi
> -----Original Message-----
> From: Damian Mehers [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 03, 2000 12:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Accessing EJB's from non-Java clients
>
>
> <vendor>
> You might want to check out the J-Integra pure Java-COM
> bridge which allows
> you to access Java objects (including EJBs) running in any JVM, on any
> Operating System, any platform.
>
> Step-by-step examples showing VB, ASP, VC++, Delphi, etc
> access to EJBs.
> http://www.linar.com/jintegra/doc/
>
using J-Integra is a working way but I don't like it because:
a) the J-Integra solution itself is a third running process
between client and server - this will decrease performance
b) you will loose all object-by-value (except arrays) semantic
between client and bridge (ok, with anything besides Java you will
loose object-by-value in the first place, but with a pure CORBA
2.3 solution you can add it again with some work)
c) you will loose allmost all exception information because all
exceptions are unified into one COM exception (ok, you can work
around it - but I would call this a hack)
With kind regards
Oliver Geisser
Development/System Architect Fon: +49 (0)521 9318-324
CE Computer Equipment AG Fax: +49 (0)521 9318-444
Herforder Stra�e 155a E-Mail: [EMAIL PROTECTED]
33609 Bielefeld http://www.ce-ag.com
Germany
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".