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.
精彩评论