由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - How does a client find and connect to a specific
相关主题
这三种方法获得EJB有何不同?这个方法到底如何调用的?
can applet implements runnable?JAVA DOC 的问题
问一个特别土的问题问一个版权的问题 (转载)
interface和implementation classanother Java interview Question
请教如何学习Javaa question on interface
Re: Can create a Interface object, why?一个event model的概念级的问题
[转载] help please on Javacomparable interface in generic container
问题征解Windows 下 Java console application 的问题
相关话题的讨论汇总
话题: interface话题: client
进入Java版参与讨论
1 (共1页)
w**********k
发帖数: 1135
1
A client accesses an Enterprise JavaBean by looking up the class
implementing its home interface by name through JNDI. It then uses
methods of the home interface to acquire access to an instance of the class
implementing the remote interface.
Context initialContext = new InitialContext()
AccountHome accountHome =
javax.rmi.PortableRemoteObject.narrow(

initialContext.lookup("applications/bank/accounts"),
Ac
1 (共1页)
进入Java版参与讨论
相关主题
Windows 下 Java console application 的问题请教如何学习Java
Why java.lang.Iterable depends on java.util.IteratorRe: Can create a Interface object, why?
请高手指教:Tomcat JNDI problem[转载] help please on Java
有没有人熟悉tomcat?急!问题征解
这三种方法获得EJB有何不同?这个方法到底如何调用的?
can applet implements runnable?JAVA DOC 的问题
问一个特别土的问题问一个版权的问题 (转载)
interface和implementation classanother Java interview Question
相关话题的讨论汇总
话题: interface话题: client