Login to TLCC site
Contact TLCC



IBM Ready for Social Business graphic

Developing Domino 6 Web ApplicationsPrint Course Information
Ready to move your Notes application to the web? Great Domino web applications require knowledge of how Domino works with web browsers along with some special techniques. This course builds on your Notes development skills and adds the knowledge and skills you need to unleash Domino as a world class web development platform to create cool dynamic web sites.

In this course, you will learn the fundamentals of web application design with Domino. Learn the ins and outs of how to make your application function and look great on the web. Learn how to get the most from forms, views, and frames when displayed using a web browser. Use layers, CSS, and image resources to enhance your application. Learn how the Domino server interprets URL commands and how to secure your application. This course is written exclusively for Domino developers and contains many live demonstrations and activities that you do right in the Domino Designer and your browser. This course will prepare you for the third exam required to become a IBM Certified Application Developer (CLP) in Notes Domino 6/6.5.

Are you new to Notes Domino development? Preparing for the certification exams?



Get both this course, Notes Domino Application Development 1, and Notes Domino Application Development 2 courses together at a great price with TLCC's Notes Domino 6 Certified Developer Package!

Click here for more information on this package.
System Requirements

A Domino Designer client 6 and a current browser. Access to the Internet is required to get instructor support.

Audience and Prerequisites

Experienced Notes Application developers who want to learn how develop web applications in Domino. A basic understanding of HTML is recommended but not required.


The following TLCC courses (or their equivalent) are the suggested prerequisite(s) for this course:
Course Details

Course Code: ND6DWA1


Course Title: Developing Domino 6 Web Applications
Units: 12
Duration: 3 classroom equivalent days
Discussion Access: 4 months1

1. Up to 12 months access when purchased as part of a Curriculum Package.

Summary Description

Ready to move your Notes application to the web? Great web applications using Domino require knowledge of how Domino works with web browsers along with some special techniques. This course builds on your Notes development skills and adds the knowledge and skills you need to unleash Domino as a world class web development platform to create cool dynamic web sites.

In this course, you will learn the fundamentals of web application design with Domino. Learn the ins and outs of how to make your application function and look great on the web. Learn how to get the most from forms, views, and frames when displayed using a web browser. Use layers, CSS, and image resources to enhance your application. Learn how the Domino server interprets URL commands and how to secure your application. This course is written exclusively for Domino developers and contains many live demonstrations and activities that you do right in the Domino Designer and your browser. This course will prepare you for the third exam required to become a IBM Certified Application Developer (CLP) in Notes Domino 6/6.5.

Audience and Prerequisites

Experienced Notes Application developers who want to learn how develop web applications in Domino. The recommended prerequisites are:

  • Notes Domino 6 Application Development 1
  • Notes Domino 6 Application Development 2
  • A basic understanding of HTML is recommended but not required.

System Requirements

A Domino Designer client 6 and a current browser. Access to the Internet is required to get instructor support.



Course Modules

Module 1 - Introduction to Domino Web Applications
The Domino server is also a web server. Applications can be delivered to both web browser clients in addition to Notes clients. Domino does this by converting Notes objects to HTML web pages and delivering them via HTTP. This module describes how Domino delivers web access to applications. The differences between Notes clients and web browsers are discussed and cross-development techniques are covered. Internet terminology is defined and recommended design standards are presented to help you get started. Learn the techniques for adding HTML to your applications.
  • Setup and use the Web Preview Feature in Notes and Domino Designer
  • Learn how Domino converts Notes objects to web pages
  • Review the Domino URL syntax
  • Learn what HTML, CSS, and JavaScript are
  • Review the anatomy of a web page
  • Learn the various techniques for adding HTML to Domino elements
  • Develop Domino applications for both Notes clients and web browsers
  • Learn the different hide-when techniques to develop applications for both Notes clients and web browsers
Module 2 - Domino Form Design
Forms are a key design element in both Notes applications and in Domino web applications. This module goes into detail about the differences when Domino forms are displayed in web browsers. Form and field display problems are demonstrated and techniques to resolve these problems are explained. Learn how to provide input validation for web browser clients. Control what happens after a document is saved and add actions to the form.
  • Learn how Domino renders a form for display in web browsers
  • Learn about alignment problems and techniques to address these
  • Learn how text fields are rendered and how to manipulate their function and display
  • Control input field size and length
  • Use different techniques to render a Rich Text Field
  • Add a File Upload Control to a web form
  • Understand how to create and use select, checkbox and radio list inputs
  • Learn the different ways to render hidden and computed fields in web applications
  • Provide alternatives to the Notes Create menu for web browser users
  • Add a submit button to a form
  • Use $$Return to customize the form processed message
  • Compare and use different input validation techniques for web applications
  • Review the @functions which are not supported in web applications
  • Review the @commands which are supported in web applications
  • Enable the Action Bar applet
Module 3 - Domino View Design
Domino converts Notes views to HTML web pages and delivers them to the browser. There are obvious differences when comparing a view in a Notes client with a web browser. Learn about those differences and the problems encountered when Notes views are delivered to web browsers. Then use proven techniques to make your views work in a web browser by adding HTML code and using different options available in Domino's view and column properties settings. Use the Domino view applet to make your views act more like Notes views when accessed in a web browser.
  • Learn the main differences in the way a view is presented to a web browser compared to a Notes client
  • Add HTML to improve view display
  • Understand the different options for displaying views on the web
  • Create a view template form to add formatting to a view
  • Enhance view function with the addition of view navigation links
  • Embed a view in a form, subform, page, or document
  • Enable single-category display for an embedded view
  • Use the Java view applet to enhance the display and function of views and embedded view elements
Module 4 - Visual and Organizational Design Elements
Domino provides a number of design elements which can be used to enhance the appearance and function of a Domino web application. Pages can hold static text and graphics. Add graphic images, image resources, and image maps to enhance the appearance and usability of a web application. Learn how use Layers to position and overlap blocks of content on a page or form. Framesets are often used to allow the use of a navigation pane. They are also useful to provide a consistent look and feel. Learn how to use all of these elements in your web application in this module.
  • Create, edit and use page design elements
  • Add computed text to a page design element
  • Add horizontal rules to pages and forms
  • Design, use and manage graphic images in Domino web applications
  • Create and manage image resources
  • Learn about picture properties and how to create an image map
  • Create and use layers
  • Create an outline to provide web navigation support
  • Create a frameset
Module 5 - Domino Web Application Construction
Once the basic forms and views of a web application are completed, the developer has to link together all the elements. Learn how the Domino URL syntax works and how to construct relative URLs that work on any server. Add links using hotspots. This module builds on prior modules and shows how to pull the different aspects of your web design together to create a complete web application.
  • Learn the Domino URL syntax and how to use @WebDBName
  • Construct a relative URL path using Domino URL commands
  • Access Domino objects using Domino URL commands
  • Link to Notes objects using Pass-Thru HTML, hotspot resource links, @URLOpen, and @Commands
  • Compare several proven web site layout and navigation strategies
  • Create a frame-based web application
Module 6 - Advanced Web Application Techniques
This module dives into advanced web development techniques like cookies and cascading style sheets. Learn how to create an agent to validate and take action on user entered data. Use CGI variables to get information about the web browser user such as their login name and type of browser. Use a Domino agent to create a web page that displays after a form is submitted.
  • Import and work with Style Sheets in Domino applications
  • Customize the Domino Designer Tools menu
  • Pass and retrieve data in the URL Query String
  • Create an agent using a form's WebQueryOpen or WebQuerySave event
  • Access field values in web agents
  • Capture and use CGI variables
  • Generate an HTML response page from a web agent
  • Use a web agent to redirect the browser user to another page
  • Use profile documents in web applications
  • Use cookies to set and retrieve user specific data
  • Understand the Lotus options to connect to enterprise data
  • Understand how Domino OffLine Services (DOLS) can be enabled to support off-line access to web browsers
  • Understand the JavaScript events and how to code them for web browsers and Notes clients
  • Understand the object hierarchy in the Document Object Model (DOM) and how to leverage it using JavaScript
  • Learn to validate user input using JavaScript
  • Learn about the different ways that Java programs can be included in a Domino application
Module 7 - Domino Server, Database and Security Settings
This module focuses on Domino server and database settings to deliver secure web applications. There are many server settings that control how web applications work and how secure your data will be. Learn how users are authenticated and what controls their access to all the databases on the server. Options like session authentication and SSL are important to understand and plan for before deploying an application to the web.
  • Learn the Domino database settings for web applications
  • Design confirmation and error messages using the DOMCFG.NSF database
  • Manage web sites using Web Site Rules
  • Learn the Domino server settings for web applications
  • Secure a Domino web application
  • Understand the security settings for web agents
  • Provide anonymous access to Domino web applications
  • Provide authenticated access to Domino web applications
  • Provide Secure Sockets Layer (SSL) access to Domino web applications
  • Understand what session authentication is and how it is configured
  • Learn techniques to resolve common Domino security vulnerabilities
  • Review strategies and considerations for multiple database site design
  • Enabling WebDAV on a Domino server