Domino 6 supports the core JavaScript Language Version 1.4, updated from Version 1.3 in R5. JavaScript 1.4 is also fully compatible with ECMA-262 and supports the 5.0 variety of browsers. JavaScript 1.5, which is found in the 6.0 flavor of browser, is not yet supported in Domino. Because the JavaScript interpreter is embedded right into Domino Designer as well as the Notes client, programmers have the language syntax and built-in classes for JavaScript all right inside Domino. If you haven't guessed yet, JavaScript is supported not only in the Web environment, but also in the Notes client. This means that any JavaScript you code for an object in Notes will work in most cases just the same on the Web. This further supports the "code once, use twice" philosophy, as well as rapid application development (RAD) that is so important to developers today.
Part I. Introduction to Release 6
Whats New in Release 6?
The Release 6 Object Store
The Integrated Development Environment
Part II. Foundations of Application Design
Forms Design
Advanced Form Design
Designing Views
Using Shared Resources in Domino Applications
Using the Page Designer
Creating Outlines
Adding Framesets to Domino Applications
Automating Your Application with Agents
Part III. Programming Domino Applications
Using the Formula Language
Real-World Examples Using the Formula Language
Writing LotusScript for Domino Applications
Real-World LotusScript Examples
Writing JavaScript for Domino Applications
Real-World JavaScript Examples
Writing Java for Domino Applications
Real-World Java Examples
Enhancing Domino Applications for the Web
Part IV. Advanced Design Topics
Accessing Data with XML
Accessing Data with DECS and DCRs
Security and Domino Applications
Creating Workflow Applications
Analyzing Domino Applications
Part V. Appendices
Appendix A. HTML Reference
Appendix B. Domino URL Reference