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

Java


Domino Designer 7 includes improved Java integration, including Sun Java support and remote Java debugging.

Sun Java Support

Notes and Domino 7 support the Sun Java™ 2 platform, Technology Edition v1.4.2. Care should be taken to run Java agents compiled on Domino 7 servers and Notes 7 clients. The standard Notes Java archives included with release 7 should not be used on Java platforms earlier than v1.4.2.

Remote Java Debugging

Notes and Domino Designer 7 now support remote Java debugging for Java code that runs in a Notes client JVM. IBM recommends that this be used only on an as-needed basis while troubleshooting, as debugging Java code degrades performance.

Java Debugging can occur within three contexts:

  • Foreground, in which Java code is triggered interactively by the user. An example includes starting an agent using the menu.

  • Background, in which Java code is run by a task loader. Locally scheduled agents are run in this manner.

  • Web Preview, which includes Java code being previewed...