Java Applets   ->   Applets


java naming and directory interface
Java Naming and Directory Interface (JNDI)

The Java Naming and Directory Interface (JNDI) is a standard extension to the Java platform, providing Java technology-enabled applications with a unified interface to multiple naming and directory services in the enterprise. As part of the Java Enterprise API set, JNDI enables seamless connectivity to heterogeneous enterprise naming and directory services. Developers can now build powerful and portable directory-enabled applications using this industry standard.

JNDI overview, Part 1: An introduction to naming services - Java World

If a distributed application's components can't locate one another, then they can't work together. Therefore, distributed applications require, almost by definition, something to help the components to find each other. The Java Naming and Directory Interface (JNDI) provides just this capability. This month, Todd Sundsted ventures into the relatively uncharted waters of this important, but often overlooked, Java technology. (1,900 words)

What is JNDI? - a definition from Whatis.com - see also: Java Naming and Directory Interface

JNDI (Java Naming and Directory Interface) enables Java platform-based applications to access multiple naming and directory services.

Java Naming and Directory Interface (JNDI) < Jave in the Yahoo! Directory

Yahoo! reviewed these sites and found them related to Jave > Java Naming and Directory Interface (JNDI)

Java Naming and Directory Interface (JNDI) Enhancements

A slide from Elliotte Rusty Harold's presentation Java 1.4 and Beyond at the UK Unix Users' Group, Thursday, February 22, 2001

Chapter 35 Java Naming and Directory Interface

The Java Enterprise System enables the rapid deployment of business applications and Java Web services. With the Java Enterprise System, customers quickly realize the benefits of fully integrated, real-world tested, ready-to-use, industry-leading network services.

Java Naming and Directory Interface: Information from Answers.com

JNDI ( J ava N aming and D irectory I nterface) A programming interface (API) from Sun for connecting Java programs to naming and directory services

Java Enterprise Technologies Naming and Directory

A JAVA community for IT professionals, Providing technical discussion, job postings, an integrated directory, news and more,

Java Naming and Directory Interface (JNDI) Tree Browser User's Guide

Demonstrates the Java Naming and Directory Interface (JNDI) Tree Browser.How to view the objects that are bound to the JNDI tree of a Sun Java System Application Server instance. How to verify the resource names before adding them to the lookup code and thus minimize programming errors.

Java Naming and Directory Interface (ResearchIndex)

In most computer systems, objects and resources need to be named. Files in a filesystem, hosts in a network, users on a host or objects in a object oriented program are usually referred to by human readable logical names. A naming service is a mechanism that is used for associating names with object

Sun Microsystems, Inc. Java Naming and Directory (ResearchIndex)

Contents Introduction Goals and Design Principles Overview of the Architecture. Fundamentals Naming The Foundation Directory Objects URLs and Composite Names Events Overview of the Interface

Using Java Naming and Directory Interface (JNDI) to Develop Novell Directory Services-Enabled Applications

Using Java Naming and Directory Interface (JNDI) to Develop Novell Directory Services-Enabled Applications

Novell Announces Industry-First Implementation of Draft Java Naming and Directory Interface API

Novell Announces Industry-First Implementation of Draft Java Naming and Directory Interface API

O'Reilly - Safari Books Online - 1565926161 - Database Programming with JDBC and Java, 2nd Edition

1565926161 - Database Programming with JDBC and Java, 2nd Edition - Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not. This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and uses them to develop three-tier applications (applications divided into a user interface, an object-oriented logic component, and an information store). The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time. It then explains how to issue database queries and updates through SQL and JDBC. It also covers the use of stored procedures and other measures to improve efficiency, where these are available. But the book's key contribution is a set of patterns that let developers isolate critical tasks like object creation, information storage and retrieval, and the committing or aborting of transactions. The second edition includes more basics of JDBC and SQL, with more examples, and a deeper discussion about the architecture of a robust, maintainable database application. The second edition also explains the relationship between JDBC and Enterprise JavaBeans.

IBM developerWorks: Wikis - Bobby Woolf: WebSphere SOA and J2EE in Practice - Java Naming and Directory Interface

Access tools, code, training, forums, standards, and how-to documentation for Rational, WebSphere, DB2, Lotus, Tivoli, Power Architecture, and e-Server, plus open source development and cross-platform, open standards technologies including Java, Linux, XML, SOA and Web services, Wireless, Autonomic computing, and more with developerWorks, IBM's resource for developers.

Java Naming and Directory Interface (JNDI)

The Java Naming and Directory Interface (JNDI) is a standard extension to the Java platform, providing Java technology-enabled applications with a unified interface to multiple naming and directory services in the...

Java Naming and Directory Interface (Sun) - What does JNDI stand for? Acronyms and abbreviations by the Free Online Dictionary.

What does JNDI stand for? Definition of Java Naming and Directory Interface (Sun) in the list of acronyms and abbreviations provided by the Free Online Dictionary and Thesaurus.

Peachpit Press - 0738400149 - Understanding LDAP

0738400149 - Understanding LDAP - Lightweight Directory Access Protocol (LDAP) is a fast-growing technology for accessing common directory information. LDAP has been embraced and implemented in most network-oriented middleware. As an open, vendor-neutral standard, LDAP provides an extendable architecture for centralized storage and management of information that needs to be available for today's distributed systems and services. After a fast start, it can be assumed that LDAP has become the de facto access method for directory information, much the same as the Domain Name System (DNS) is used for IP address look-up on almost any system on an intranet and on the Internet. LDAP is currently supported in most network operating systems, groupware and even shrink-wrapped network applications. This redbook was written for those readers who need to understand the basic principles and concepts of LDAP. Some background knowledge about heterogeneous, distributed systems is assumed and is highly beneficial when reading this book. Because this book is not meant to be an LDAP implementation guide, it does not contain product-related or vendor-specific information other than that used in examples.

Java Naming and Directory Interface (JNDI) Articles, Overview, JNDI Links and Tutorials

This is a page about Java Naming and Directory Interface, Java Naming and Directory Interface (JNDI), JNDI Overview, JNDI Tutorials, JNDI Links, JNDI Web Resources

DevPointer: JNDI articles

DevPointer provides an index of articles, tutorials, faqs, and other online resources for developers.

java.net - 0596007345 - JBoss at Work: A Practical Guide

0596007345 - JBoss at Work: A Practical Guide - Consisting of a number of well-known open source products, JBoss is more a family of interrelated services than a single monolithic application. But, as with any tool that's as feature-rich as JBoss, there are number of pitfalls and complexities, too. Most developers struggle with the same issues when deploying J2EE applications on JBoss: they have trouble getting the many J2EE and JBoss deployment descriptors to work together; they have difficulty finding out how to get started; their projects don't have a packaging and deployment strategy that grows with the application; or, they find the Class Loaders confusing and don't know how to use them, which can cause problems. JBoss at Work: A Practical Guide helps developers overcome these challenges. As you work through the book, you'll build a project using extensive code examples. You'll delve into all the major facets of J2EE application deployment on JBoss, including JSPs, Servlets, EJBs, JMS, JNDI, web services, JavaMail, JDBC, and Hibernate. With the help of this book, you'll: Implement a full J2EE application and deploy it on JBoss Discover how to use the latest features of JBoss 4 and J2EE 1.4, including J2EE-compliant web services Master J2EE application deployment on JBoss with EARs, WARs, and EJB JARs Understand the core J2EE deployment descriptors and how they integrate with JBoss-specific descriptors Base your security strategy on JAAS Written for Java developers who want to use JBoss on their projects, the book covers the gamut of deploying J2EE technologies on JBoss, providing a brief survey of each subject aimed at the working professional with limited time. If you're one of the legions of developers who have decided to give JBoss a try, then JBoss at Work: A Practical Guide is your next logical purchase. It'll show you in plain language how to use the fastest growing open source tool in the industry today. If you've worked with JBoss before, this book will get you up to speed on JBoss 4, JBoss WS (web services), and Hibernate 3.

Sams Publishing - 0672324237 - Sams Teach Yourself EJB in 21 Days

0672324237 - Sams Teach Yourself EJB in 21 Days - Sams Teach Yourself EJB in 21 Days introduces the development and deployment aspects of EJB, the fastest growing standards in developing Java applications in and enterprise environment. EJBs are, functionally, distributed network aware components for developing secure, scalable, transactional, and multi-user components in a J2EE environment. Sams Teach Yourself EJB in 21 Days covers the new features of EJB 2.0, such as local interface, CMP, and CMR. It provides hands-on examples based on practical solutions found in the industry. Tips and best practices give beginners an edge to avoid repeated mistakes. The review questions provide the reader with a study guide. Source code for a complete credit approval process in a transactional e-Commerce environment is provided.

Sun Microsystems, Inc. Introduces Java Naming and Directory Interface API; Industry Leaders Contribute to the Specification for JNDI Business Wire - Find Articles

Sun Microsystems, Inc. Introduces Java Naming and Directory Interface API; Industry Leaders Contribute to the Specification for JNDI from Business Wire in Business & Finance provided free by LookSmart

MirrorJNDI free download. MirrorJNDI is an open source Java Naming and Directory Interface (JNDI) service provider for accessing arbitrary Java objects in a hierarchical namesp...

MirrorJNDI free download. MirrorJNDI is an open source Java Naming and Directory Interface (JNDI) service provider for accessing arbitrary Java objects in a hierarchical namesp....

TID101654 (t112) - Brainshare '98 T112 - Developing Applications Using Java Naming and Directory

This session will give an overview of the JNDI technology and will show you how to develop a Java application using Java Naming and Directory Interface (JNDI) to access different namespaces such as Novell Directory Services and NetWare file system. Prerequisites: Java programming knowledge required