EJBs aren't really intended to be used directly by non-Java clients. They're heavily dependent on a Java environment. Your best bet would be to call a Java "glue" module using CORBA.
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3878
posted
0
Not necessarily -- it depends on your application server. The specification defines a CORBA binding for EJB, but it's up to the vendor to implement that binding. IONA and IBM both implement these bindings. Check with your application server vendor. Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.