TweetFollow Us on Twitter

Apr 96 Factory Floor
Volume Number:12
Issue Number:4
Column Tag:From The Factory Floor

From the Factory Floor

By Dave Mark

In this month’s Factory Floor, we’ll meet Greg Dow. Greg designed and wrote PowerPlant, the next generation framework from Metrowerks. Before we get to the interview, I wanted to take a sec and thank Jim Trudeau for all his help in putting this interview together. Cognac and cigars on me at WWDC, Jim!

Dave: Greg, since not all of our readers have a background in object programming, let’s start things off by defining a few terms. What is the difference between a class library and a framework?

Greg: People often use the terms interchangeably. However, I think of a class library as a collection of utilities and a framework as a structure for building programs.

With a class library, you are in control. You design the program structure and use library classes where convenient. For example, you can use the ANSI C++ streams class library to handle file I/O.

With a framework, the framework is in control. You usually start with a “do nothing” program provided by the framework and add your own code. The framework calls your code at the appropriate time.

PowerPlant is a framework, but it also has families of utility classes that you can use independently.

Dave: Why would a C programmer want to move to C++ and PowerPlant? What are the advantages?

Greg: Using PowerPlant lets you build upon code written by other programmers. It’s code that you don’t have to write yourself. PowerPlant classes handle mundane tasks such as menu and window management, as well as more advanced features such as Apple events and threads. By not having to start from scratch, you have more time to concentrate on the unique features of your program.

Another big advantage is Constructor, which lets you graphically lay out the visual elements of your PowerPlant programs. PowerPlant can create a window and its contents from information edited in Constructor, so it’s possible to create a program that displays items such as scrolling pictures, text, and buttons without ever writing a line of code.

Dave: Once someone has learned the basics of C++ and object programming, how do they pick up on PowerPlant?

Greg: The first thing everyone should do is read The PowerPlant Book, which is part of the Inside PowerPlant for CW8 manual that comes with CW8. This book, written by Jim Trudeau, is an excellent guide to understanding and using PowerPlant.

After that, they should start using PowerPlant. Look over the sample programs. Run the samples and use the source debugger to single-step through some of the code to follow the flow of control. For example, set a breakpoint in the main event loop, then hit a key and follow the resulting sequence of calls to see how PowerPlant handles it.

Finally, talk with other people who use PowerPlant by getting a modem and an Internet account. Read the Usenet newsgroup comp.sys.mac.programmer.codewarrior. (A new group, comp.sys.oop.powerplant, will probably form soon.) Metrowerks also has an active forum on America Online. And join the PowerPlant Dream Team.

Dave: What exactly is the PowerPlant Dream Team? What do they do? How do you go about joining?

Greg: The PowerPlant Dream Team is an organization of developers interested in learning PowerPlant in a team-based environment. It started as a study group formed by Stephen Jovanovic, but has grown to over 200 people. A small subset of the PP Dream Team wrote an LNewTextEdit class that supports styled text and drag-and-drop editing. Very cool. To find out more about the PP Dream Team, visit their Web page at: http://petrified.cic.net/powerplant-dt/

Dave: Tell me about the PowerPlant architecture.

Greg: One of my favorite toys is Lego™ blocks. You can build complex structures by combining simple parts. PowerPlant follows this approach by using a mixin architecture, where the base classes are relatively simple, and subclasses use multiple inheritance to combine features.

For example, the EditField class multiply inherits from Pane (so it can draw and handle mouse clicks), Commander (so it can handle keystrokes and menu commands), and Periodical (so it gets time during the event loop to flash the insertion point).

I also tried to eliminate dependencies between classes so that you can use them separately. In particular, PowerPlant is not just an application framework. You can use PowerPlant to build code resources such as HyperCard XCMDs and control panels, or even integrate PowerPlant classes into existing procedural programs.

Dave: What is your favorite part of PowerPlant?

Greg: Other than the overall design, my favorite feature of PowerPlant is the Drag Manager support. Drag and drop is cool, and it’s one of the better implemented features in the Mac OS. The API is clean and simple. It took me only two days (and three classes) to implement all the basic support.

Dave: Tell me about your life before Metrowerks.

Greg: I have a Bachelor’s degree from MIT in chemical engineering, and I spent a few years at UC Berkeley working on a Ph.D., also in chemical engineering, that I never completed. My thesis research was computer modeling of coal gasification reactors, and I did a lot of scientific programming in FORTRAN.

During that time, I became more interested in programming than in chemical engineering, so I started taking computer science classes. In July 1987, I bought my first personal computer, a Mac SE. A few months later, I dropped out of school to devote my time to learning Mac programming.

One of my first projects was writing a generic application shell. I kept tinkering with this shell, and it eventually turned into version 1.0 of the THINK Class Library (TCL), which Symantec shipped with THINK C in July 1989.

Dave: How did you get hooked up with Metrowerks? Did Greg Galanos recruit you? Was the company already building CodeWarrior when you started work on PowerPlant?

Greg: My first contact with Metrowerks was actually with Jean Belanger, sometime before the MacWorld Expo in January 1992. I lead the Programmers Group at BMUG (Berkeley Macintosh Users Group), and Jean called up looking for some volunteers to staff his booth at the show. At the time, Metrowerks was selling Pascal and Modula 2 compilers for the education market.

I never actually met anyone from Metrowerks then, but a year later John McEnerney asked me if I was interested in writing a new C++ framework for some little Canadian company. John is the PowerPC Compiler Architect for Metrowerks, and he worked at Symantec when I wrote TCL 1.0.

I met with Greg Galanos and started working on PowerPlant in March 1993. Codewarrior as we know it did not exist. There was a prototype C compiler and environment. It fit on a floppy disk.

Dave: A lot of people ask about cross-platform development using PowerPlant. I know that the Microsoft Foundation Classes (MFC) are the de facto standard on the Windows side. What’s the best way to get a PowerPlant-based application ported to run under Windows?

Greg: I know that a lot of people are interested in developing programs that run on both the Mac and Windows. However, PowerPlant is a Mac-only framework. Metrowerks has no intention of developing a Windows version of PowerPlant.

To port code to Windows, I recommend that people investigate Mac2Win from Altura Software. The Mac2Win libraries emulate the Mac Toolbox on Windows. Metrowerks is using these libraries to port portions of the CodeWarrior environment to Windows.

Dave: What are your future plans for PowerPlant?

Greg: My future work with PowerPlant will concentrate on three major areas: (1) Visual programming; (2) OpenDoc; and (3) Copland.

Right now, you can specify the static layout of interface elements using PowerPlant Constructor. Future versions of Constructor will let you specify runtime relationships between objects. For example, adding Attachments to Panes and linking Broadcasters to Listeners.

If you know what you’re doing, you can use PowerPlant today to develop both OpenDoc parts and OpenDoc container applications. In fact, a few programmers (besides me) have already done so. However, it’s not easy. Future versions of PowerPlant will make it as easy to create an OpenDoc part as it is to create a stand-alone application.

Copland, the next major version of the Mac OS, will provide many new capabilities and interface elements. I intend to keep PowerPlant on the leading edge of Mac development by supporting these new features as soon as possible.

 
AAPL
$565.32
Apple Inc.
-5.24
MSFT
$29.07
Microsoft Corpora
-0.04
GOOG
$603.66
Google Inc.
-5.80
MacTech Search:
Community Search:

Empire of the Eclipse Review
Empire of the Eclipse Review By Carter Dotson on May 24th, 2012 Our Rating: :: OVERSHADOWINGiPhone App - Designed for the iPhone, compatible with the iPad Empire of the Eclipse is an ambitious strategy MMO that is very deep, and... | Read more »
Bejeweled HD Review
Bejeweled HD Review By Jennifer Allen on May 24th, 2012 Our Rating: :: ADDICTIVEiPad Only App - Designed for the iPad The iPad version of the ever addictive Match Three title.   Developer: PopCap Price: $3.99 Version Reviewed: 1... | Read more »
Facebook Releases New Camera App To Stre...
While not a replacement for Instagram, Facebook Camera is a good first step in this month+ old union of the two companies. Released today, Facebook camera looks to streamline the viewing of photos and the uploading of them. The app allows you to... | Read more »
Missile Monkey Review
Missile Monkey Review By Lisa Caplan on May 24th, 2012 Our Rating: :: FLYING LOWUniversal App - Designed for iPhone and iPad Missile Monkey is a must miss   Developer: Munsey Clan Games Price: $0.99 Version Reviewed: 1.0 Device... | Read more »
Boomlings Review
Boomlings Review By Lisa Caplan on May 24th, 2012 Our Rating: :: FUN FREEBIEUniversal App - Designed for iPhone and iPad Boomlings is a traditional matching puzzle game, with some explosive twists   | Read more »
Dave vs Cave Review
Dave vs Cave Review By Jason Wadsworth on May 24th, 2012 Our Rating: :: WATCH FOR FALLING ROCKSUniversal App - Designed for iPhone and iPad Kid falls down hole, kid gets trapped in cave, kid fights evil rock monsters to escape... | Read more »
Python Pocket Power: Python Bytes 3 – Mo...
Python fans are certain to welcome the best bits from the penultimate season of the BBC sketch comedy in a new iPhone app: Python Bytes 3 – Monty Python Series 3. If you have a flair for the obvious, you’ll correctly assume this is third in a series... | Read more »

Price Scanner via MacPrices.net

13″ 2.8GHz MacBook Pro on sale for $100 off MSRP
Adorama has lowered their price on the 13″ 2.8GHz MacBook Pro to $1399 including free shipping plus NY/NJ sales tax only. Their price is $100 off MSRP, and it’s the lowest price for this model from... Read more
Apple refurbished iPads available starting at $279
 The Apple Store Online has dropped prices on Apple Certified Refurbished iPad 2s and original iPads by as much as $50, with models now starting at $279. Apple’s one-year warranty is included with... Read more
Security Based Portable Operating System, Pocket D...
In conjunction with their consumer technology product, Pocket Desktop, a USB device that offers consumers enhanced security and portability in computing, has announced a new strategic alliance with... Read more
Apple’s Jonathan Ive Knighted By Britain’s Princes...
The BBC reports that Apple Senior Vice President Of Industrial Design Jonathan Ive is now Sir Jonathan Ive, having been knighted by Queen Elizabeth II’s daughter Anne, the Princess Royal (and an iPad... Read more
Microsoft Fixing to release Office for iOS and And...
BGR’s Jonathan S. Geller says BGR has learned from a “reliable source” that Microsoft is planning to release the company’s full Office suite for not only Apple’s iPad, but for Android tablets as well... Read more
Mac mini Server available for $949, $50 off MSRP
Adorama has Mac mini Servers on sale for $949 including free shipping. Their price is $50 off MSRP, and it’s the lowest price available for this model from any Apple Authorized Reseller. NY and NJ... Read more
21″ 2.7GHz iMac on sale for $1399, $100 off full r...
Adorama has the 21″ 2.7GHz iMac on sale for $1399 including free shipping. Their price is $100 off MSRP, and it’s the lowest price for this model from any Apple Authorized Reseller. NY and NJ sales... Read more
iMacs on sale bundled with free upgrade to 8GB RAM
MacConnection has 2011 iMacs in stock today with a free upgrade to 8GB of RAM. Shipping is also free. Their prices represent a $200+ savings over custom 8GB iMacs at The Apple Store: - 21″ 2.5GHz... Read more

Jobs Board

iOS Developer (iPhone and iPad) at Mahal...
Mahalo is looking for talented iOS developers to join its team of highly skilled engineers. Weve already released multiple successful apps in the Apple App Store with well over a million installs... Read more
MAC Imaging/Packaging, Administration.Pr...
Skills: Very good experience in building MAC ( Apple Macintosh ) operating system images. OS imaging Knowledge on ... Knowledge on configuring the LAN and Wireless network on MAC note books Knowledge... Read more
*Apple* Solutions Consultant-Retail Sal...
Requisition Number 15545402 Job title Apple Solutions Consultant-Retail Sales Location Mobile Country United States City Mobile State Alabama Job type Job description Read more
iPhone Developer at Mastech (Los Angeles...
We are currently seeking an Android/ iPhone Developer for our client in the Insurance domain. We value our professionals, providing comprehensive benefits, exciting challenges, and the opportunity... Read more
24 funny 2d Charaters for iPhone game. a...
We are developing an iPhone game and desire to have 24 characters drawn to our specification. Attached is the detailed spec. Desired Skills: Cartoon, Illustration Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.