由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 想请教J2EE的JNDI是如何实现的。
相关主题
Help: J2EE beginner Deploy problemJEE EJB Question
J2EE入门想自学J2EE
怎么能学成J2EE的全能关于Sun Java的盈利模式的问题
怎么快速掌握J2EE?打算quit enterprise Java了
Re: 怎么取到Weblogic server里的所有用户信息?Re: Can I use JSP on server and use Applet as user interface on client
java ldap by novell or netscape directory sdk?j2ee启动时, 启动了tomcat吗?
Does EJB specification require the use of other eneed help from the J2EE expert
EJB Server[转载] Re: any J2EE good book recommended?
相关话题的讨论汇总
话题: jndi话题: j2ee话题: ejb话题: tree话题: 实现
进入Java版参与讨论
1 (共1页)
i*****r
发帖数: 32
1
例如在EJB开发中, 只要在ejb-jar.xml里面声明了,
在JNDI中就可以通过subcontext访问到对象,
请问JNDI到底是用什么数据结构,算法实现的, 谢谢
g*****g
发帖数: 34805
2
Java reflection.

【在 i*****r 的大作中提到】
: 例如在EJB开发中, 只要在ejb-jar.xml里面声明了,
: 在JNDI中就可以通过subcontext访问到对象,
: 请问JNDI到底是用什么数据结构,算法实现的, 谢谢

i*****r
发帖数: 32
3
不会吧。 JNDI 是一棵树啊, 跟反射有什么关系?

【在 g*****g 的大作中提到】
: Java reflection.
g*****g
发帖数: 34805
4
You declare in xml, jndi use reflection to instantiate
EJB or other resource. Resolving a string to a tree structure
is easy.

【在 i*****r 的大作中提到】
: 不会吧。 JNDI 是一棵树啊, 跟反射有什么关系?
s******e
发帖数: 493
5
JNDI uses the similiar way to save the informattion as LDAP. As you said, it
is a tree. You can tranverse the tree to get the info u need. it is just
like u go through the file system. there is nothing special.
m**c
发帖数: 192
6
java对象的序列化和反序列化

【在 i*****r 的大作中提到】
: 不会吧。 JNDI 是一棵树啊, 跟反射有什么关系?
1 (共1页)
进入Java版参与讨论
相关主题
[转载] Re: any J2EE good book recommended?Re: 怎么取到Weblogic server里的所有用户信息?
问一个j2ee setup问题java ldap by novell or netscape directory sdk?
java在美国到底怎样?Does EJB specification require the use of other e
[转载] SOS, J2EE 速成资料/webisteEJB Server
Help: J2EE beginner Deploy problemJEE EJB Question
J2EE入门想自学J2EE
怎么能学成J2EE的全能关于Sun Java的盈利模式的问题
怎么快速掌握J2EE?打算quit enterprise Java了
相关话题的讨论汇总
话题: jndi话题: j2ee话题: ejb话题: tree话题: 实现