Ramin Javanbakht wrote:
>
> Hi everyone:
>
> I was just wondering if besides Java, any other languages (C, C++, or Visual
> Basic) can be used to implement an application that uses/accesses EJBs.
> Can I write a CORBA client application that make calls to EJBs contained in
> JOnAS EJB server/container?
I don't know exactly, but i think this depends on the protocol
the Container is using. Jonas e.g. uses RMI and is therefore limited
to Java.
Other Containers (commerical ones) use RMI over IIOP -> the basic
protocol is IIOP and in theory every CORBA-ORB that speaks this protocol
should be able to communicate with the container.
But such an ORB has to fullfill the upcoming (?) Specification 2.3
of OMG and until now the implementation of J2EE is the only
ORB that does so --> Currently only Java-Clients are able
to use EJB...
Sun advices to use a Java-Proxy for accesing EJB... :-)
But as i said earlier -- i'm not 100% shure about that -
anyone reading that knows ?
> The same question can be asked for a COM application (MS Visual C++ or
> Basic). What other tools are needed?
i have not the faintest idea..
--
greetings
markus
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".