Advanced Magic Cap Programming

Course Description

Advanced Magic Cap Programming is a three day compantion to Magic Cap Programming. This course extends the introductory course to include advanced programming techniques and the most common questions asked by commercial package developers.. Students use hands-on programming exercises to explore the run-time behavior of Magic Cap and integrate a package tightly into the Magic Cap system.

Target Audience

Programmers with prior Magic Cap programming experience and/or training who seek to create commercial-grade packages. Students will complete hands-on exercises so all should be prepared for modifying Magic Cap software and examining Magic Cap code . Class size is limited to 12 students; class may be canceled if fewer than 8 students register.

Course Outline

Prerequisites

At least 1 year of C and object-oriented programming experience are required in order to complete this programming course successfully. You also must complete the Magic Cap programming course. We recommend familiar ity with Macintosh™ and Code Warrior™ .

Price

Open-enrollment courses

$1200 per student

On-site courses (USA)

$15,000 for 10 students or fewer (*) $1300 for each additional student

On-site courses (International)

$17,000 for 10 students or fewer (*) $1300 for each additional student

Dedicated courses

$12,000 for 10 students or fewer $1200 for each additional student

(*) includes instructor travel expenses


Sections and objectives

Development & Debugging Review

This section provides a review of the latest Macintosh-hosted development tools for Magic Cap. It also explains using these tools to help you develop Magic Cap packages in the face of incomplete or missing information.

This section also includes a brief overview of the debugging tools available to Magic Cap developers and gives a demonstration of the source-level debugger.

At the end of this section, you should be able to:

Debugging

You may have learned the basics of Magic Cap debugging in the Magic Cap Programming course, but are you an expert? Can you guarantee your package will run onder a variety of conditions? This section concentrates on building debugging code into an application, careful testing of new packages, and low-level debugging using MacsBug.

At the end of this section, you should be able to:

User Interface Programming, Part 1

This section discusses some of the common user models built into Magic Cap and how to select which one is appropriate to your package. It also gives you the inside information on drawing viewables, and explains how to use wincows and announcements in your own package.

Some of this material is based on similiar material in the Magic Cap Programming course. We have expanded on those parts to give you a more comprensive view of Magic Cap development.

At the end of this section, you should be able to:

Memory Management

Memory management is one of the most critical areas to understand when developing Magic Cap packages. Unlike a desktop machine which has mass storage, Magic Cap keeps a user's information in RAM at all times. This means that package developers have to be very careful with how they use memory. Also, information in RAM is often more vulnerable to corruption than information on a hard disk. Magic Cap provides some protection mechanisms for the user's data in RAM; package developers need to understand how these mechanisms work to make the most efficient packages.

At the end of this section, you should be able to:

Installation

The Magic Cap Programming course introduced you to the basic concepts behind package installation, namely the Install and Receiver lists. This section goes beyond that basic introduction to introduce:

At the end of this section you should be able to:

Error Handling Using Exceptions

Magic Cap employs a style of error handling known as "Exceptions." This section explains Magic Cap's unique form of exception handling and how you should employ it in your own code.

At the end of this section, you should be able to:

User Interface Programming, Part 2

This section focuses on building re-usable Human Interface components, or parts that you can use in many different packages. This practice not only saves you time when developing new code but also makes your packages more reliable. Using re-usable interface components reduces the dependancies between your package's code and the human interface which makes packages easier to debug.

At the end of this section, you should be able to:

Compatibility

Magic Cap is an evolving platform, yet evolving systems in the computer industry often lead to broken applications. This section describes how to write code that will remain compatible as General Magic continues to revise Magic Cap and looks at one specific revision &endash; the transition from Magic Cap 1.0 to 1.5.

At the end of this section, you should be able to:

Performance Tuning

Customers judge the success or failure of a computer partially based on its apparent speed. Magic Cap package developers can improve everybody's chances for success (their own and General Magic's) by avoiding common practices which slow down their code.

This section provides some guidelines for improving a package's performance under Magic Cap.

At the end of this section, you should be able to:

Connecting Between Packages

Magic Cap is an "open" system where packages can use system resources and interact with other packages. This section explains how your package can interact with other packages and describes the performance implications of this practice.

This is another section which builds on the introductory Magic Cap Programming course. We have added extra details and are allowing more time for exploring this area of Magic Cap development.

At the end of this section, you should be able to:

Communications

Communications is a key feature of Magic Cap, and no comprehensive discussion of Magic Cap can ignore its communications features. In general, the communications abilities are integrated into the existing Magic Cap framework and you have to do very little to take advantage of them. Still, Magic Cap is an extensible system so you may want to add some communications abilities of your own.

This section discusses both the "high level" communications abilities acessable from the Magic Lamp and the "low level" communications abilities that developers can control directly. This section is just an overview &endash; detailed implementation information can be found in the Magic Cap sample packages from General Magic Developer Technical Support.

At the end of this section you should be able to: