Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Redirect links

In this step, you will prototype the handler for the Details, Skills and Address commands.

1.  Select one item in the Instance List.

2.  A command tab folder showing the commands for the instances of Employees (Details, Address, Skills) is displayed.

     Note that the tab for Details which is the Default Command for Employees is displayed topmost.

3.  Design the prototype command handler for the Details command. Your prototype command handler for Details could look something like this:Image Removed
 

Image Added

4. The Skills and Address command handlers also have Mock Up - RAD-PAD command handlers. Design them.

5.  You have now finished prototyping the command handlers for the Employees business object. Later on you will replace the prototype for Details with a real command handler.