Book Image

Domino 7 Application Development

Book Image

Domino 7 Application Development

Overview of this book

Written by Lotus insiders, the book provides a practical guide to developing applications making use of the important features and enhancements introduced in Notes/Domino 7. These experienced experts use their own experiences to map out the benefits you could gain, and the dangers you may face, as you develop Domino applications in your business. Written by specific experts, edited and overseen by Lotus content generator Dick McCarrick, this book is the definitive guide to developing Domino 7 applications. TECHNOLOGY Domino is an application server that can be used as a standalone web server or as the server component of IBM's Lotus Domino product which provides a powerful collaborative platform for development of customized business applications. It also provides enterprise-grade email, messaging, and scheduling capabilities.
Table of Contents (18 chapters)
Domino 7 Application Development
Credits
Foreword
About the Authors
About the Reviewer
Preface
Free Chapter
1
A Short History of Notes and Domino

Forms and Agents


We have saved the most obvious for last. And why are forms and agents the most obvious place to look at performance? Because forms are what users spend most of their time working with, and agents leave a distinct trail that can be monitored and analyzed. What makes this section worthy of an entire book in its own right is that you can use so many programming languages in forms and agents, and you can write virtually unlimited quantities of code. So to speak of optimizing performance in forms and agents is to discuss the topic of generally good programming practices.

In this section, we'll cover some of the most important parts of your form or agent code in terms of performance. We'll look at common performance errors and how to address them. We hope these examples illustrate principles that can be applied to many more situations in your applications. Fortunately, our years of experience developing applications and troubleshooting for performance problems has shown that these...