What are the viable alternatives for calling EJBs from non-Java programs? Specifically, I'm interested in calling EJBs (probably indirectly) from plain old C language.
Created May 4, 2012
Alex Chaffee Short answer:
JNI
See also How can I access my EJBs from COM environments such as VB?