接著
將初始上下文添加到 HashMap 中
env
將 URL 添加到 HashMap 中
env
創建 InitialContext 對象
javax
通過在命名服務器中查找 EJB Alias 名稱來構造 Bean 的一個 homeInterface 例如
SampleEjbHome homeInterface = (SampleEjbHome) ic
通過調用 homeInterface 的 create 方法創建一個 remoteInterface
remoteInterface = homeInterface
{
getinfo(
java
//Adding the Initial Context to the HashMap
env
env
try
{
getinfo(
javax
getinfo(
SampleEjbHome homeInterface =
(SampleEjbHome) ic
getinfo(
remoteInterface = homeInterface
}
catch (NamingException e)
{
getinfo(e
fail();
}
catch (Exception e)
{
getinfo(
getinfo(e
fail();
}
}
[
From:http://tw.wingwit.com/Article/program/Java/ky/201311/29250.html