can stand alone client call ejb using RMI?

hi i am developing one application which in need a stand alone client sends some info to EJB in Application server 9.0. i dont know how to refer this ejb (session bean) in the stand alone client using rmiregistry.if anyone know the solution, share with methanks in
[300 byte] By [Message-Driven-Bean] at [2007-11-26 8:12:43]
# 1
rmi-registry is not used with EJBs. It is only used for straight RMI development with J2SE. We have instructions for accessing Remote EJBs from a stand-alone java client in our EJB FAQ :https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html --ken
ksaks at 2007-7-6 21:06:11 > top of Java-index,Application & Integration Servers,Application Servers...