Using the J-Integra pure Java-COM bridge you can access COM objects from EJBs and you 
can access EJBs from COM objects. Loads of examples:

http://www.linar.com/jintegra/doc/



On Fri, 14 Apr 2000 06:57:42 -0400, Charlie Alfred <[EMAIL PROTECTED]> wrote:
>
>Unless I'm mistaken this approach gets you a one-way interaction: VB makes
>synchronous calls to EJB.
>
>What if you want to allow an existing EJB to initiate a call into an existing
>COM object?  Or, if you want to make an asyncronous call from a COM object
>into the COM-EJB wrapper, return immediately, then make an async callback
>to the original COM object when the call is complete.
>
>I can see ways to do the above using JNI; however, JNI access is prohibited
>by the 1.1 EJB spec.  And it sure seems like overkill to have to stick a JMS
>layer in the middle.
>
>Or am I missing something?
>
>Charlie Alfred
>
> ==========================================================================
>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".
>

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

Reply via email to