Home > Articles

The Integrated Development Environment

This chapter is from the book

In This Chapter

  • Working in the Application Design Environment
  • Working with the Properties Box
  • Understanding the Work Pane
  • Using the Programmer's Pane
  • Understanding the Info List
  • Understanding the Action Pane
  • Customizing the Tools Menu
  • Printing Source Code
  • Using the HTML Editor
  • Locking Design Elements

The Integrated Development Environment (IDE) for Notes and Domino has steadily improved with the dramatic revamping introduced in Release 4; the introduction of Domino Designer, a separate design client in Release 5; and the many improvements made to Domino Designer 6. This interface is intuitive to work with and consistent from one design element to the next because it provides detailed, context-sensitive help with the programming constructs in all the available languages.

Quite a few changes have been added in Release 6. Autocomplete has been added to the Programmer's pane for @Functions, @Commands, and LotusScript. As you type in the Programmer's pane, Domino Designer offers to complete the commands you enter, including prompts for parameters. A new HTML editor lets you view HTML source code and see the results in an embedded Internet Explorer browser plug-in. You can also print source code from the Programmer's pane. A new Designer Tools menu lets you add your favorite editing tools to the IDE. The Tools menu also has built-in functions for Domino XML (DXL).

Programming a Domino database is done using a variety of languages. Each language has its strengths and weaknesses, and there is some overlap of functionality.

  • Formula language
  • LotusScript
  • JavaScript
  • Java
  • XML
  • HTML

Part III, "Programming Domino Applications," covers the Formula language, LotusScript, JavaScript, Java, and HTML. Part IV, "Advanced Design Topics," includes Chapter 21, "Accessing Data with XML."

Working in the Application Design Environment

In discussing the IDE, I'll start with the application design area of a database. After launching Domino Designer, open a database in design mode by clicking the Open an Existing Database button on the welcome page. The database that you select is added to the Recent Databases Bookmark folder on the Bookmark bar. As you work on additional databases, they are added to the folder for easy access. When you click the Bookmark folder icon on the Bookmark bar, the Bookmarks window opens to display the list of recently edited databases. The display includes the list of design elements for each database.

TIP

You can click the push-pin icon on the Bookmarks window to lock the window in place and permanently display the design element list.

When you click a design element in the Design pane, the Work pane displays a list of the available design elements in the database. New to Designer 6 are expandable design elements. Clicking the plus sign that appears next to a design element displays the available design elements underneath. You can then click a specific design element right in the Design pane. See Figure 3.1.

Designer 6 has added some new design elements and moved others. Style Sheets and Data Connections are new. The R5 Resources category has been removed, and design elements that can be shared are now split into Shared Code and Shared Resources. Table 3.1 lists the design elements available in Release 6, with a short description of each.

Figure3.1Figure 3.1 The HTML Tags by Name view is open in the Work pane. Other views can be selected from the Design pane on the left.

Table 3.1 Release 6 Design Elements

Element

Description

Frameset

A frameset is a container for displaying multiple pages at the same time.

Pages

Like a form, a page is used for displaying information. Unlike a form, a page cannot contain fields or subforms.

Forms

Forms are the basic unit of data collection. Forms contain fields (items) and are used to create and display documents.

Views

Views present information stored in documents. Views contain columns, which can contain fields or formulas to display information. Selection criteria can be applied to restrict the documents presented.

Folders

Folders are similar to views, in that they present information stored in documents. Unlike views, folders do not have selection criteria. Instead, documents are placed in the folder either by hand or programmatically.

Shared Code

Agents

Agents are the primary means of automating applications. They are standalone programs that run against all or selected documents in databases, and they can be run from the Notes client or from a server. Agents can run on local databases or on server databases, can be run in the foreground or background, and can be shared or private. They also can be run manually or on demand, or they can be scheduled.

Outlines

An outline provides an organizational structure for viewing and navigating through an application.

Subforms

Subforms can have the same design elements as a form, but they possess an important difference: They can be embedded in other forms, and they are reusable. Whenever a subform is changed, all forms that use the subform are updated to reflect the change.

Shared Fields

Shared fields have the same attributes as a field and can be used in multiple Forms. Single-use fields can be converted to shared fields, and shared fields can be converted to single-use fields.

Shared Actions

Actions created and stored in the Other category can be shared with other design elements in the database.

Script Libraries

Script libraries can be created using Java, JavaScript, or LotusScript. They can be used throughout the database in which they are created. Java and JavaScript libraries can be accessed from other databases.

Shared Resources

Images

Graphic files such as JPG and GIF image files are stored here and can be reused throughout the application.

Files

New to Designer 6. Files, such as HTML files, can be added to the database and can be shared.

Applets

Java applets can be stored within the database to provide a single point of reference for sharing applets between design elements in the database.

Style Sheets

New to Designer 6. You can now add Cascading Style Sheets (CSS) to your application. CSS lets you control the appearance of pages, forms, and subforms.

Data Connections

New to Designer 6. Data Connection Resources (DCRs) can be created and shared in a Domino database. A DCR can be configured to access external data from other systems.

Other

Database Resources

This is a collection of items that includes icons, the About and Using documents, and the database script.

Icon

The database icon is a graphic image that is 32 x 32 pixels, or 1/2 inch on a side. A rudimentary editing tool is available in Domino Designer, or you can create the image in your favorite graphics editor and paste it into the Domino Icon Designer.

"Using Database"

This document is basically one big rich-text field that is launched when you Document select Help, Using This Database from the menu. Instructions for the database application are generally placed in this document.

"About Database"

This document is similar to the "Using Database" document and is launched by Document selecting Help, About This Database from the menu.

Database Script

Database scripts hook into the events for the database object itself. They are written in LotusScript and include events for opening and closing a database, for deleting and undeleting documents, for dragging and dropping, and for archiving.

Navigators

Navigators are rarely used now that pages and framesets are available. A navigator provides a graphical means of moving between objects and taking actions in a database.

Synopsis...

The Synopsis tool is not a design element, but it is included here because it is available in the Design pane. The Synopsis tool produces an analysis of the database design.


It is worthwhile to take a few moments to explore Domino Designer. Many of the design elements have their own context-sensitive toolbars, as does the design area itself. The toolbars appear under the menu bar. In addition, most of the design elements have buttons above the Work pane that let you create new design elements.

When you select a design element from the Design pane—Views, for example—the Work pane on the right lists all the objects that currently exist for the selected design element. This screen is essentially a view of design objects instead of a view of document objects. At a glance, you can see additional information about the design element, including the name of the design element, the alias name of the design element, the last-modified date, who last modified the design element, as well as whether the design element is Web- or Notes-enabled. The Agents view also displays the trigger. See Figure 3.2.

Figure3.2Figure 3.2 Agents are listed in the Work pane of this mail database. New to Designer 6 are the Enable, Disable, and Sign buttons. Also shown is the Design Document properties box.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020