Have one to sell? Sell yours here
Lotus Notes and Domino 6 Programming Bible
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Lotus Notes and Domino 6 Programming Bible [Paperback]

Brian Benz , Rocky Oliver
5.0 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 1032 pages
  • Publisher: John Wiley & Sons (29 May 2003)
  • Language English
  • ISBN-10: 0764526111
  • ISBN-13: 978-0764526114
  • Product Dimensions: 23.2 x 19 x 5.8 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 621,272 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Brian Benz
Discover books, learn about writers, and more.

Visit Amazon's Brian Benz Page

Product Description

Product Description

∗ Covers all the programming techniques, concepts, and languages used with Notes and Domino, as well as the many new features of Domino 6
∗ Thoroughly examines the Notes and Domino role with Java, XML, Web services, and other IBM products and technologies
∗ Provides extensive code and examples, many geared to the needs of administrators
∗ High–profile authors, known to their audience through conferences and articles
∗ Companion Web site shows example applications from the book running on a live Domino server and provides code download

From the Back Cover

"This unmatched book is a must–have reference for Notes and Domino developers."
– John Hawkins, Editorial Director,
Lotus Advisor Magazine & Conference

If Lotus Notes and Domino 6 can do it, you can do it too...

Whether you’re an architect, developer, or administrator, this guidebook covers everything you’ll need to know to harness the power and flexibility of Lotus Notes and Domino 6. Written by a team of award–winning authors, it explores the latest programming techniques, concepts, and languages you can use with this messaging and collaboration platform. And it’s packed with numerous examples and sample code, providing you with the tools to create your own customized applications.

Inside, you’ll find complete coverage of Lotus Notes and Domino 6

  • Utilize the Domino Designer 6 user interface features to share and lock design elements, perform remote debugging, and create and manipulate XML and DXL from Domino 6 design objects
  • Centralize the distribution and maintenance of Java code in a Domino application
  • Access and display Domino 6 views, documents, and forms via servlets with Domino’s custom JSP tags
  • Learn about new features in JavaScript, LotusScript, and Formula language that allow you to build applications in record time
  • Create a Domino Web application that uses the new Data Connection Resource
  • Build J2EE applications that can access Domino objects and generate DXL and custom XML formats
  • Uncover the most practical solutions for building and running Web Services in industrial–strength server environments

Inside This Book (Learn More)
First Sentence
Eighteen years after Ray Ozzie struck a deal with Mitch Kapor, the founder of Lotus Development corporation, and formed Iris Associates to start developing a product based on his vision of collaborative software for networked PCs, Lotus Notes and Domino 6 has been released by IBM. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
4 of 4 people found the following review helpful
Format:Paperback
By far and away the best (and almost the only) book around for Lotus Notes and Domino 6 application development. A lot of technical books (especially for Lotus Notes) seem to re-hash the same old stuff, often glossing over or completely ignoring complex topics. However this book has it all and it an absolute must for Lotus Notes and Domino developers.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Amazing details 7 Jun 2010
Format:Paperback
It's simply a comprehensive, must to have book for anyone willing to learn application development in Notes6 (and higher), but also gives all details and building blocks about the database structure in Notes.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  13 reviews
23 of 23 people found the following review helpful
The Best Notes/Domino Book Ever! 21 May 2003
By "bperry666" - Published on Amazon.com
Format:Paperback
Executive Summary: Needs a special hardcover edition with a gem-encrusted leather cover so that I can stroke it with one hand while typing with the other and cackle, "My Precious, My Precious". It *is* that good.

Let me hasten to provide detailed reasons for this highly enthusiastic summation.

This is the best single book compilation of Notes development information that I've ever seen. It's slanted toward detailing the new features of Notes/Domino 6 (new features are flagged in the text), but is hardly limited to ND 6 features. Even experienced developers are likely to pick up useful information from the ND6 Bible. While this might not be the only book you'd need as a beginning Notes/Domino developer, it will serve as much more than a starting point. It's got lots of wise advice on Notes database design. You could learn all this though bitter experience instead, but why do that when you can just skip over many pitfalls with the aid of this book? The early chapters give all the detail a beginner or novice will need to get going. More advanced chapters skip the basic details, but whatever the level, this book is very good at giving you the why along with the how.

Many of the code examples not only demonstrate the topic under discussion, but show how to do useful things besides. If you're tired of books with "toy" code examples, the ND6 Bible is for you. In particular, Advanced Formula Techniques and Advanced LotusScript Techniques are two chapters that will be of interest to all but the most experienced of Notes developers.

Particularly providential for me were Chapters 43-45 on relational database integration. I'm working on a project that will need to do something along these lines. Various data integration options are described. Capsule histories are given when relevant. Most important are the tips on when to use and when not to use each of these technologies. These chapters saved me hours of research.

Often, we techies are too busy to read a huge book from cover to cover, so a good index is a key feature. The book has a good index. One feature I hadn't encountered before is that the LotusScript classes are listed in the index in a separate font and each class's methods are listed with it, indented slightly. If you haven't been exposed to OO programming, that won't make much sense so just trust me that this style of indexing is a big plus. You'll find what you want faster. There are good cross-references in the text too, a detail that is far too often neglected in other technical books. I'll have to pay more attention to the publisher's (Wiley) technical books in the future. These details matter a lot.

Technical books need code, but not too much. I've seen all too many books shoveled full of code that does nothing but increase the page count. The ND6 Bible has a good mix of code to text. It's there when it needs to be; it hasn't been dumped in indiscriminantly. The book does not come with a CD, but you can download the files from the publisher's web site. This can be done all at once or chapter by chapter if your download speed is limited.

Good as this book is, it's not perfect. I would have liked to see a bibliography and an appendix of web resources. There are links in the text though. Maybe they'll make these things available in the second edition or on their web site. The section on web applications is only an introduction to the topic (though quite a good one). I'd guess that the authors preferred to devote the space to more advanced topics. As there are whole books on the subject of Domino Web Apps, I can see why they'd make that choice. And finally, I have to throw in a technical nitpick. I couldn't find a caution against using the @now or @today functions in view selection formulas. Notes allows this, but it can bog down a server amazingly. Given all the other sage advice, I'm surprised this wasn't included.

In conclusion; if you're doing Notes and Domino development, buy this book! You won't regret it.

10 of 11 people found the following review helpful
Great for both beginners and experts. 13 Jun 2003
By Devin S. Olson - Published on Amazon.com
Format:Paperback
This is an excellent book. I have been developing in Notes/Domino since R3, and still managed to find quite a bit of information in here that was new. Brian, Rocky, and Richard present their information in a clear and easy-to-understand conversational style. Instead of the "I am the master; bow down in my presence" feeling that comes across in other programming guides, reading this book is like having a conversation with a more experienced mentor / co-worker. I highly recommend this book to both novice and experienced developers.
10 of 12 people found the following review helpful
Not for Beginners 12 Aug 2004
By Computer Wrangler - Published on Amazon.com
Format:Paperback
As with any book, it's only useful if it has what you want. Like many of the Bible series, it is rated for "Beginning", but it is really for experienced techs to add Lotus Notes to their skill set. The book assumes that you are familiar with scripting languages. If you aren't, don't expect this book to help you much. There are no reference materials for any of the functions or commands, no syntax helps, and no tutorials for the programming at all. Yet most of the chapters rely on programming extensively.
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback