EJB and JNI

I'd like to access an EJB server from an existing client application written i C.Is it possible to do that via JNI? How?Thanks,Hans.
[168 byte] By [hans_helgesen] at [2007-9-26 1:30:26]
# 1
You can write JNI that instantiates and invokes an EJB client class method. This method can do the JNDI lookup to access enterprise beans and call their methods.
swatdba at 2007-6-29 1:28:30 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...