Lotus Training Overview
The Lotus Domino Server is a powerful and flexible application server. What distinguishes it from other application servers is that it supports both Lotus Notes and browser clients. The same database can have two user interfaces!
This course is sold as a 1-day course.
This course leads you through the essential steps to adapt a simple Notes developed for Notes so that it can be used by browsers. You will see how Domino Designer 8 is uniquely suited to building powerful and versatile applications for Notes and browser clients.
Lotus Training Learning Objectives
In this course, you will learn how to:
Lotus Training Audience
This course is designed for Notes programmers well versed in using Domino Designer 8. It assumes that you have:
This course is part of a series of Domino Designer 8 training courses. Follow these paths to master all aspects of developing applications using Domino Designer:
Domino Designer 8: Basic Notes Applications provides the base knowledge for this additional training:
Client Track
Language Track. These languages apply to both Notes and browser clients:
Lotus Training Course duration
Lotus Training Course outline
Topic 1: Domino Web Engine and the HTTP Server
Browser access to Domino services and objects
Topic 2: Coding for Notes and Browsers
Server configuration
Incoming URL parsing
Serving file system resources
Serving Shared Resources
URLs to Domino database resources
Domino Web Engine conversion
Conversion of @Commands and application navigation
What the Domino Web Engine cannot convert
Domino Designer and applications for browsers
Notes versus browser capabilities
Design considerations
Conditional coding
Exercise: Create project application and open it from a browser
Topic 3: Forms
HTML or WYSIWYG Form development
Add HTML to a Form or Page
HTML Pane and pass through HTML
Fields
HTML <input> tag attributes
Rich Text Field properties
Interoperability warning
Exercise: Set Field properties
Exercise: Pick a department
Generate HTML for all fields
Exercise: Generate HTML for all fields
Control how Domino Web Engine generates HTML
Address book lookup dialog box
Attach files
Detach attached files
Delete attached files
Exercise: Attachments
Display image attachment in browser
Topic 4: Field Formulas and Form Submit
Form processing for browsers
WebQueryOpen event Agent
Trigger a refresh or save
Exercise: Field Input Translation event formulas
Input Validation using formula language
Possible Form caching issue
Exercise: Field validation error page
Redirect user after saving a document
Exercise: $$Return
Open a Page or Form after the save
Useful @Functions
WebQuerySave event Agent
CGI variable Fields
Topic 5: Views
Purpose of Views
Topic 6: Navigation
View limitations for browsers
Standard View format options
Exercise: Enable View Java applet
Embed Views in a Page or Form
Exercise: $$ViewTemplate for AllProductsByDateCreated Page
Problem: Invalid Outline Entries
Exercise: Hide invalid Outline Entries
General @Commands
View-level @Commands
Non-working Action buttons
Problem: Delete Action button in Form
Exercise: Redirect user after deleting an open document
Problem: Inventory Adjustment
Create response document
Inheritance
Exercise: Inventory Adjustment
Future work on Inventory Adjustment
Problem: Cancel Action Button navigation
Exercise: Cancel Action button
Problem: Action buttons and Outline control are HTML
Exercise: Use Java Applet for Action Bar
Problem: Deleting documents from a View
Exercise: Delete documents from a View
Exercise: Hide Form elements from browsers
Topic 7: Application Security
Domino network and server security
Login name versus authenticated name
Force authentication
Server Access Lists and HTTP
Security handoff
Database Access Control List
Maximum Internet name and password
Exercise: Define ACL and roles
Database encryption
Two design changes to prevent URL hacking
Require SSL connection
Recommended reading
Topic 8: Cascading Style Sheets
Add STYLE attribute to an HTML element
Topic 9: Browser Errors
Cautions
Styles in Domino Designer elements
New container tags
External style sheets
The CSS file
Pseudo-class and pseudo-element selectors
Pseudo-element selector
Descendant selectors
Conflicting style declarations
Adding a Style Sheet Shared Resource
Embed or link to Style Sheet Shared Resource
Link to multiple style files
Exercise: Cascading Style Sheet
Browser response codes
Common HTTP server response codes
Browser display of error messages
Form and other design errors
Domino Server Log messages
Custom error Forms
Server and Site-wide custom error Forms
Topic 10: Performance
Notes versus browser application processing
Optimize applications for both clients
Optimize applications for browsers
Improve server performance
Domino as an IIS ISAPI Extension
Run IIS and Domino HTTP server task at same time
Front-ending the Domino Web Engine