Books
Computers Electronics Home & Garden Jewelry Movies Music Toys
Search for: in
JNDI API Tutorial and Reference: Building Directory-Enabled Java(TM) Applications
by Addison-Wesley Professional
JNDI API Tutorial and Reference: Building Directory-Enabled Java(TM) Applications - Click to Enlarge
Avg. Rating: 3 of 5 stars (based on 5 reviews)
$2.50 to $42.95 from 7 stores
Aimed at the Java developer who wants to program with corporate directories, the JNDI API Tutorial and Ref… Read more
Similar ItemsNEW!
LDAP Programming with Java(TM)
$10.20 to $48.83 from 5 stores
Java Message Service API Tutorial and Reference: Messaging for the J2EE Platform
$2.20 to $44.57 from 4 stores

See more below
Information Below:  Store Prices  |  Customer Reviews  |  Similar Items


Compare Store Prices
View: All
Sort By
Store Name
Sort By
Store Rating
Sort By
Price
Sort By
Shipping
 
Description
 
Buy
* Prices and availability are subject to change without notice. Please check the merchant store for details.
List Your Products -
Customers Who Viewed This Item Also Viewed

LDAP Programming with Java(TM)
$10.20 to $48.83 from 5 stores

Java Message Service API Tutorial and Reference: Messaging for the J2EE Platform
$2.20 to $44.57 from 4 stores

Head First Design Patterns
$6.00 to $44.95 from 7 stores

Understanding and Deploying LDAP Directory Services (2nd Edition)
$32.99 to $51.47 from 3 stores

Hibernate in Action (In Action series)
$23.95 to $44.95 from 5 stores

JavaServer Faces in Action (In Action series)
$27.40 to $60.57 from 4 stores

Core JavaServer Faces (Sun Microsystems Press Java Series)
$22.00 to $54.99 from 5 stores

Spring In Action (In Action)
$24.74 to $44.95 from 6 stores

Java Message Service (O'Reilly Java Series)
$3.00 to $33.85 from 5 stores

Java Security (2nd Edition)
$5.19 to $33.71 from 4 stores

Processing XML with Java: A Guide to SAX, DOM, JDOM, JAXP, and TrAX
$13.00 to $59.99 from 6 stores

Programming Jakarta Struts, 2nd Edition
$5.64 to $33.71 from 2 stores

Hibernate : A Developer's Notebook
$12.24 to $24.95 from 5 stores

JDBC API Tutorial and Reference, Third Edition
$19.91 to $46.71 from 3 stores

Java 1.5 Tiger : A Developer's Notebook (Developer's Notebook)
$9.20 to $29.95 from 5 stores

Product Description
JNDI API Tutorial and Reference: Building Directory-Enabled Java(TM) Applications
Description
Aimed at the Java developer who wants to program with corporate directories, the JNDI API Tutorial and Reference provides a notably comprehensive tour of basic and advanced topics in JNDI programming. Featuring dozens of useful code excerpts that show just how to do it, this practically minded guide is all you need to use this powerful API standard effectively.

This book includes a printed version of Sun's online JNDI tutorial that is bundled with a comprehensive guide to JNDI classes. First, the authors show you how to get and up and running with JNDI and how to handle basic look-ups in directories. (A practical note is that this title is excellent when describing the actual error messages and "common problems" that you might face in your code, and how to resolve them.) While many programmers will use this book to learn how to search, read, and write directory entries, they'll find it good at explaining how JNDI fits in with other directory standards, too (such as LDAP). The authors also cover how to access multiple "federations" of directories, as well as hooking into directory "events" or notifications. For experts, more advanced sections look at the ins and outs of creating your own directory servers. The last 300 pages provide a worthy reference to every JNDI class (with over 80 classes) and every property and method, along with links to the examples in the first tutorial section that illustrate each class in action.

Whether you're someone who just wants to get started with directory programming, or if you'll be designing JNDI servers from the ground up, you'll find the JNDI API Tutorial and Reference to be a solid resource for effective directory programming for Java developers of all levels. --Richard Dragan

Topics covered: Basic and advanced tutorial for the Java Naming and Directory Interface (JNDI), naming conventions using strings and URLs, directory basics: attributes, directory services, and searches; directory and object stores, JNDI overview: architecture, context, names, bindings, and references; LDAP support, federations, basic JNDI programming examples, common problems and solutions, tutorial for simple naming and directory operations, storing and retrieving Java objects in directories, state and object factories, tips for combining JNDI and LDAP directory programming, creating a JNDI-enabled service provider, and reference to all JNDI classes.


Book Description
This book provides an introduction to naming and directory technologies and an overview of the Java Naming and Directory Interface(tm) (JNDI). The tutorial in this book progresses from the most basic to advanced JNDI capabilities and techniques, including more than 200 working examples that demonstrate writing, compiling, and running directory-enabled Java(tm) programs. In addition, this book contains a comprehensive reference section that documents all JNDI classes and interfaces. The accompanying CD-ROM includes JNDI software and service providers, the Java 2 platform, and the hypertext version of the Java Tutorials, the JDBC(tm) tutorials, and the JNDI tutorial. JNDI enables programs written in the Java programming language to access naming and directory services-a vital element of the complex distributed computing environment for today's enterprise systems. A platform-independent interface, JNDI allows Java applications to work with standard and proprietary services from a variety of vendors-including the Lightweight Directory Access Protocol (LDAP), Novell Directory Service (NDS), Microsoft Active Directory, and the Solaris(tm) Operating Environment Network Information Service (NIS)-so that enterprises need not lock into a single-vendor solution. Specific topics covered include: Accessing the LDAP via JNDI Using the directory as an object repository Configuring a JNDI client Handling event notifications from the directory Creating a federation of naming systems Building a JNDI service provider All developers using the Java programming language to write applications or subsystems that access naming and directory services will find this book an indispensable resource.
Customer Reviews
4 out of 4 people found the following review helpful:
4 of 5 stars  get it online
Thursday, November 08, 2001
I heard the material was the same, but was hoping for a more thoughtful layout and more of a teaching perspective. No such luck.

5 out of 7 people found the following review helpful:
2 of 5 stars  Definitely not for a novice
Sunday, April 08, 2001
Having about a year or so experience with Java, I bought this book intending to use JNDI on a project. I was hoping for a clear, simple tutorial; instead I had to wrestle with setting up my environment for at least two hours before I could even run one sample program. The authors do NOT clearly state which .JAR files have to go in jre/lib/ext, they do not explain that the path in the samples needs to be changed from /tmp/tutorial to whatever directory you are working in, and some of their examples are wrong (page 27 - the Lookup program does NOT take a command-line argument). I haven't started the Directory Operations chapter yet (since it requires an LDAP server and I haven't installed one yet), but if it took this long just to get through the basics, I have a feeling I'm going to be spending a lot of time reading Sun's forums looking for answers...

4 out of 9 people found the following review helpful:
5 of 5 stars  So far the best
Wednesday, September 13, 2000
After reading documentation of JNDI and Wrox's Java Server Programming book, I realized that I need a more detailed hands-on book. I downloaded Netscape Directory Server for NT and read its document. Unfortunately (or fortunately), I can make my java program work on JNDI, LDAP until I read THIS book. I am happy to find it on sun's website. Make comparison by yourself. It is really an excellent book on JNDI.

9 out of 11 people found the following review helpful:
3 of 5 stars  Good book, but...
Thursday, August 31, 2000
I have gone through this book, and find that it lacks systematic detailed information on the Preparations section, before being able to attempt the examples in the book. In my opinion this is a very serious drawback, and can throw off readers new to JNDI. So, in essence this book can be further improved upon by the authors with due consideration to the initial preparedness and loading of seed data sections, to enable the readers who attempt the examples, a more fruitful and enjoyable experience.

11 out of 31 people found the following review helpful:
1 of 5 stars  it's a trick. Never by this book!!!
Tuesday, August 15, 2000
Hi, everyone,

I just bought this book. I am very disappointed. It's obviously a trick. It is absolutely NOT necessary to buy this book. I didnot check all contents, but Tutorial part is just a copy from internet, which you can access from the sun.com and download it totally free. I am sure that other part of this UGLY book can be also got from internet free.

I am shameful for the authors. In order to make money, they lost their conscience.


See all customer reviews...
Home  |  About Priceflo  |  Tell a Friend  |  List Your Products  |  Merchant Login  |  Site Map  |  Help

© 2003-2005, Priceflo, Inc. All rights reserved. Privacy Policy  |  Terms of Service