Login to TLCC site
Contact TLCC



IBM Ready for Social Business graphic

Beginner Java Programming for Notes Domino 9Print Course Information
This course will teach you the basics of the Java language and apply that knowledge to writing Java-based agents in Domino. Learn the basic Java operators, statements and core classes. Then learn how to use Java to access and interact with Domino Objects including the Session, Database, View, AgentContext and Document objects. This course is written exclusively for Notes and Domino developers and contains many live demonstrations and activities you do right in Domino Designer. This course also includes details and procedures for working with the new full-featured Eclipse-based Java editor. This course will enable you to start programming in Java today!

This course is for developers interested in learning Java to use in Domino agents. If you are interested in learning Java to use in your XPages development TLCC offers the Java 1 for XPages Development (9.0) course. Both courses are very similar, but, in the XPages specific course you will learn Java by using XPages and in this course you will learn Java by creating Domino Java agents.

Save on TLCC's Java for Notes Domino 9 courses! - Get both Java courses for Notes and Domino developers: Beginner Java Programming for Notes Domino 9 and Intermediate Java Programming for Notes Domino 9 together at a great price with TLCC's Java for XPages Package!



Click here to learn more about this package.
System Requirements
The system requirements for this course are:

Audience and Prerequisites
Some experience creating Notes and Domino applications using Domino Designer 9.

The following TLCC courses (or their equivalent) are the suggested prerequisite(s) for this course:
Units: 10
Duration: 2 1/2 classroom equivalent days
Discussion Access: 12 months

Summary Description
This course will teach you the basics of the Java language and apply that knowledge to writing Java-based agents in Domino. Learn the basic Java operators, statements and core classes. Then learn how to use Java to access and interact with Domino Objects including the Session, Database, View, AgentContext and Document objects. This course is written exclusively for Notes and Domino developers and contains many live demonstrations and activities you do right in Domino Designer. This course also includes details and procedures for working with the full-featured Eclipse-based Java editor included with Domino Designer. This course will enable you to start programming in Java today!

Audience and Prerequisites
Experienced Notes Domino 9 developers who want to learn how to use Java in Notes and Domino applications. The recommended prerequisite is:
  • Experience as a Notes Domino 9 developer (TLCC's Notes Domino 9 Application Development 1 and 2 courses or their equivalent.)
System Requirements
A Notes and Domino Designer 9 client and a current browser are required to take this course. Access to the Internet is required to get instructor support.

Course Modules

Module 1 - Introduction to Java
In this module you learn about the Java programming language and how it is implemented in Notes and Domino. This module also provides details on how to use the Eclipse-based Java editor integrated with Domino Designer to create Java agents for Domino, and for creating and using code snippets for code that is used often.
  • The basic constructs of the Java development environment
  • What the Java Development Kit (JDK) is and where to find it
  • Differentiate between versions of the JDK
  • What a Java Virtual Machine is
  • How Java code executes
  • The difference between .java files and .class files
  • How Java is implemented in Domino and Notes
  • Learn about the full-featured Eclipse-based Java editor and how to create Java agents for Domino
  • Use code snippets in Designer to store code that you use often

Module 2 - Java Building Blocks
Learn about the basic Java building blocks that you can use to develop a Java program.
  • Understand the code constructs of a Java program
  • Java syntax rules
  • Java identifiers and data types
  • Java operators
  • Java decision making structures
  • Iteration and flow control mechanisms
  • Understand Java's object oriented design
  • Use the Java classes
  • Create a Java method

Module 3 - Java Interface to Domino Objects
This module describes how to use Java to access to the Domino Object Interface and the main Domino classes. This module also introduces the pseudo-code diagram methodology to solve problems using Java and the Domino Object Interface.
  • Which Domino objects are available to Java
  • The Domino object containment model
  • The Domino Object Interface using a Java agent
  • Reference Domino objects in Java
  • Use the pseudo-code diagram methodology to solve problems using Java and the Domino Object Interface
  • Use the Session class to enter the Domino Object Interface and access environment information
  • Access the current database and any stored database
  • Access and use the View class
  • How to "walk a view" to operate on each entry in a view
  • Create a Notes document using Java
  • Use the Document Context

Module 4 - Java Agents in Domino
Domino Designer provides several options for creating, executing, and storing Java agents. The Domino server provides settings to run and restrict the execution of Java agents. This module provides details for creating, storing, exporting, executing and specifying settings for Java agents in a Domino environment.
  • How Domino Designer creates, compiles, and stores Java agents
  • Create shared Java Libraries and how to include them in an agent
  • Export the source code of a Java agent
  • Understand the run options for Java agents
  • Domino server settings for Java agents
  • Different ways to trigger a Java agent
  • The differences between Java agents, servlets, and CGI programs