posts - 97,  comments - 93,  trackbacks - 0
          Today with tomcat admin, a Graphic interface for us to config the JNDI for our program,I configured the context and connection pool jioning IBM DB2 ExC-9.Actually,JNDI is an API specified in Java technology that provides naming and directory functionality to applications written in the Java programming language. It is designed especially for the Java platform using Java's object model. Using JNDI, applications based on Java technology can store and retrieve named Java objects of any type. In addition, JNDI provides methods for performing standard directory operations, such as associating attributes with objects and searching for objects using their attributes (Name-Value,context).JNDI is also defined independent of any specific naming or directory service implementation. It enables applications to access different, possibly multiple, naming and directory services using a common API. Different naming and directory service providers can be plugged in seamlessly behind this common API. This enables Java technology-based applications to take advantage of information in a variety of existing naming and directory services, such as LDAP, NDS, DNS, and NIS(YP), as well as enabling the applications to coexist with legacy software and systems. Using JNDI as a tool, we can build new powerful and portable applications that not only take advantage of Java's object model but are also well-integrated with the environment in which they are deployed.
          A directory is typically used to associate attributes with objects. A person object, for example, can have a number of attributes, such as the person's surname, fisrtName,telephone numbers, electronic mail address and so on. Using JNDI, to retrieve the email address of a person object, the code looks as follows.
          1 Attribute personAttribute=directory.getAttributes(personName).get("email");
          2 String email = (String)personAttribute.get();
          (Recently,finding that blogjava can help us format our code,that's perfect,but if can max the editor area which will enhance the function and coursely be better:).)
          An intuitive model for the Java programmer is to be able to lookup objects like printers and databases from the naming/directory service. Using JNDI, to lookup a printer object, the code looks as follows. (it's important and most used)
          1 Printer printer =(Printer)namespace.lookup(printerName);
          2 printer.print(document);

          posted on 2007-04-08 15:10 wqwqwqwqwq 閱讀(473) 評論(0)  編輯  收藏 所屬分類: Simple Java
          <2007年4月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345




          常用鏈接

          留言簿(10)

          隨筆分類(95)

          隨筆檔案(97)

          文章檔案(10)

          相冊

          J2ME技術網站

          java技術相關

          mess

          搜索

          •  

          最新評論

          閱讀排行榜

          校園夢網網絡電話,中國最優秀的網絡電話
          主站蜘蛛池模板: 鹤岗市| 威远县| 萍乡市| 东阳市| 三门峡市| 多伦县| 合肥市| 高台县| 仁怀市| 辉南县| 靖安县| 封丘县| 合肥市| 平泉县| 景东| 岑巩县| 长乐市| 石狮市| 灵寿县| 浪卡子县| 浦县| 辽中县| 西丰县| 永寿县| 内乡县| 册亨县| 怀远县| 泸州市| 宁夏| 竹山县| 宁强县| 科尔| 蕲春县| 盐亭县| 清涧县| 手游| 峨山| 治多县| 武山县| 邮箱| 无锡市|