Link to home
Start Free TrialLog in
Avatar of heismann
heismann

asked on

Calling EJB's from a C program

Is it possible to call APIs developed as EJB's from C programs?  If not, then what would be an alternative to call these within having to rewrite the C code?

Thanks!
Avatar of Aggarwal
Aggarwal

One possibility can be writting a Java program that calls Ejb's and call  this Java stuff from C !!!!!

What i feel ..if we can call Java program ( function from C) ..why not cal EJB ?????

Try to post this question in Java Section as well ????
ASKER CERTIFIED SOLUTION
Avatar of MatthewL
MatthewL

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of heismann

ASKER

Many Thanks!