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 是一棵树啊, 跟反射有什么关系?
|