开发者

Invoking EJB on 1.6 from client on 1.5

开发者 https://www.devze.com 2023-01-23 18:16 出处:网络
I have a Glassfish v3 server running a set of EJBs (under java 1.6 obviously). I have another machine on top of which I have ahost java 1.5 - none J2EE - process (i can\'t change that).

I have a Glassfish v3 server running a set of EJBs (under java 1.6 obviously).

I have another machine on top of which I have a host java 1.5 - none J2EE - process (i can't change that). The question is how to perform i开发者_运维知识库nvocation of the EJB from the java 1.5 client?

Thanks in advance, Asaf


The question is how to perform invocation of the EJB from the java 1.5 client?

Using Java 1.5 on the client side shouldn't be an issue. See How do I access a Remote EJB component from a stand-alone java client? in the EJB FAQ for general instructions.

0

精彩评论

暂无评论...
验证码 换一张
取 消