To follow up on my earlier posting, we have put together a step-by-step
example demonstrating access to EJBs from COM.
Currently it is only available on line here:
http://www.linar.com/jintegra/doc/javafromcom/weblogic.html

Suggestions welcome.

Regards,
    Damian

--
Damian Mehers.
Linar Ltd.  +44 (0)7050 669643  http://www.linar.com/
J-Integra: no compromise bridging between Pure Java and ActiveX.


Hello,

J-Integra is a generic Java-COM bridge which is not specific to EJB,
however with the latest release we have added features which should make
it possible from VB to do things like:
Dim myBean as Object
Set myBean = GetObject("ejb:cn=ObjectName")
myBean.myMethod(...)

If you are feeling a little adventurous, you are familiar with VB and
with Java/JNDI/EJB, please feel free to give it a go. There is nothing
particularly complicated involved -- should take less than an hour to
try it out.

Documentation: http://www.linar.com/jintegra/doc/
The EJB specific stuff is under "Reference->Using Java Objects from
COM->Intercepting the instanciation of Java objects"

Kit (which includes the doc) downloadable from http://www.linar.com/

Please send all feedback to [EMAIL PROTECTED] -- bug reports and
enhancement suggestions are particularly welcome.

Regards,
    Damian

--
Damian Mehers.
Linar Ltd.  +44 (0)7050 669643  http://www.linar.com/
J-Integra: no compromise bridging between Pure Java and ActiveX.






Reply via email to