TweetFollow Us on Twitter

Jul 98 Viewpoint

Volume Number: 14 (1998)
Issue Number: 7
Column Tag: Viewpoint

July 1998 Viewpoint

by Eric Gundrum, editor_emeritus@mactech.com

WWDC, What Apple Has Been Up To

WWDC is over, and I've just spent a full week listening to the official Apple message. Many weeks may have passed by the time you read this article, but my mind is still hashing out the things I heard just a few days ago.

I must admit, I attended WWDC 1998 with pretty low expectations. Last year attendees had Rhapsody forced on them as the only possible future for Macintosh development. This year was very different; Apple listened to developers and offered us several options for our future development. I am pleased with how well Apple handled the conference.

You may recall I wrote those same words immediately following last year's WWDC. As I was preparing this column, I thought I'd review what I wrote last year. I was quite surprised to find that the opening paragraphs of last year's column so accurately reflected my feelings about this year's WWDC.

Every year developers come away from WWDC excited about Apple's new strategies and technologies. Why should this WWDC be any different? This is the third year in a row that Apple has given us a whole new operating system strategy. So what's different about this year's conference?

Mac OS X, A Peak at the Future

By now you've probably read all about Apple's new OS strategy. Rather than give us yet another OS, Apple has mixed the best technologies of Mac OS, Rhapsody, Java and even a little of Copland. I am much more comfortable with these evolutionary changes than with last year's OS revolution.

In a nutshell, Apple is offering a way for existing applications to live side-by-side with Yellow Box applications running on the Rhapsody Kernel. Similarly, Java and BSD Unix programs also should work in Mac OS X. Existing Mac OS software will run in a Blue Box without any of the Rhapsody Kernel benefits. To be an equal player in the Rhapsody world, existing applications must be recompiled to work with the Carbon Toolbox, a subset of the existing Mac Toolbox with some additions. Because Carbon is only a subset, some additional coding will be required for most applications. The work should be minimal; much like the transition from 68K to PowerPC. The benefits of protected address spaces alone will likely save developers more time tracing memory errors than it will take us to rewrite the portions of our applications that rely on problematic APIs.

Apple will not release Carbon until sometime next year, but most of the necessary APIs are available today for applications running under Mac OS 7.5.5 and later. Developers can clean up their applications now and the applications should run in Mac OS X without further changes. The details are available from Apple's web site, and probably will appear in a future MacTech article. From what I've reviewed of the changes, most represent removing reliance on obsolete APIs (such as those superseded by System 7 improvements) and failed technologies (such as PowerTalk). Developers today can start preparing their applications to take full advantage of Mac OS X, and they will get cleaner running applications as a bonus.

The developers that have the greatest challenge are those who provide the extensions that we use to personalize our computers. As of WWDC there was no equivalent to the current extensions mechanism. Instead, we can extend some behaviors of Mac OS X using the Appearance Manager, drivers and faceless background applications. These should cover the majority of what programmers do today with extensions, and they are more stable mechanisms than the trap patches we live with now. However, these new mechanisms are not quite as flexible as patching traps, making it a bit more difficult for developers to release their creativity on the Mac OS. As I left the conference, there was a good chance that the Apple engineers, together with some experienced extensions developers were going to develop a clean, safe mechanism to let us hook in and provide new, unimagined extensions. I wish them luck.

A Future For Yellow Box?

The reasons to build in Yellow Box are not quite so compelling any more. Apple did not include Yellow Box in any of their keynote presentations, making many developers think the technology was canceled. However, Apple claims it is alive and well, and that Yellow Box is a strong environment for building new and multi-platform applications. This suggests to me that Apple might want to migrate developers to Yellow Box as the future Toolbox of Mac OS development, but Apple did not make that message very clear. Compound that with Apple's statement that Rhapsody for Intel will not be revised beyond version 1.0, and the future of Yellow Box becomes even less clear.

Maybe Apple is playing a game of wait-and-see: if enough products start to take advantage of Yellow Box, Apple will continue its development. On the other hand, our industry is pouring a lot of resources into making Java the multi-platform development environment of choice. With Apple's directing most resources to Mac OS technologies and substantial resources to Java, Yellow Box may not have such a strong future. If Apple can finally catch up their Java to the same version as the rest of the industry, Java will likely become the preferred environment for new development. While we wait to see how this shakes out in the next year, we can concentrate on some very interesting new Mac OS technologies just around the corner.

Extending Our Current OS

Apple appears to be listening to developers like never before. They heard our complaints about the forced transition to Yellow Box and gave us Carbon. Apparently they also heard our requests for certain Mac OS-based technologies; they have given us services we've been requesting for years.

One such technology is the new Window Manager including OS support for floating windows. Instead of developers having to muck around with an application's window list or other private OS data structures, Apple is giving us an API to identify which layer our windows reside in and the OS will manage window ordering and appearance for us. The new Window Manager contains many more useful services reminiscent of Copland.

Navigation Services is another new technology developers can begin using today. Nav Services is a non-modal and extensible replacement for the decrepit Standard File package. I've not look closely enough at the APIs, but I'm hoping that it also is replaceable. In the past developers have offered significant improvements on Standard File. I'd hate for Apple to cut out their market and eliminate the benefits of their products. As a user I want to choose the file navigation interface that works best for me. With Nav Services Apple has defined a standard interface. Now they should let anyone plug in an alternative if that is what the user wants.

Subwoofer is back in the form of URLAccess. With a very few simple API calls, any application now can do FTP and HTTP uploads and downloads. Imagine that your product can post user registration information automatically using a few simple calls. Best of all, the URLAccess technology is fully extensible; developers can write new modules for their favorite protocols and just drop them in. Hopefully Apple will also extend the list of protocols. I'd very much like to see at least SMTP Send support in the initial release.

After a very long sabbatical, the keychain is back. No longer will users have to remember all those passwords to AppleShare servers, FTP servers, or any other services requiring passwords. With a few simple API calls, we developers can look in the keychain for the password information instead of asking the user. The keychain can store anything the developer wants to put in it. As presented at the conference, the keychain has a long way to go to become a mature service, but I'd rather have a little bit now, than wait another several years for Apple to reimplement all of PowerTalk. What's missing: the keychain does not yet offer a standard, secure passphrase dialog to be used by all applications, nor does the keychain offer any protections against one application snooping the data inserted by another. In time I expect Apple with plug these holes.

In an effort to migrate the Mac from AppleTalk to TCP/IP, Apple is providing system-level services for registering and locating resources on any network, including TCP/IP. This technology has been a long time coming. Apple will be providing a simple API for applications to register their services on the network, and for other applications to find them. Soon users will be able to truly browse the Internet to see what services are offered instead of having to know the magic URL to get somewhere.

These are just a few of the new services becoming available in the next few releases of Mac OS. Apple presented several others I don't have space to list. You can bet MacTech will be covering them in articles as fast as we can get the details out of Apple.

A Blemished Apple

The one technology that had developers in the biggest uproar was Apple's claim to be removing support for OpenTransport Streams from Mac OS X. This was announced even while Apple presented one of the most clear and useful sessions ever on using OT Streams. Apple publicly argues that OT streams have not been widely adopted, and they claim they can provide sufficient functionality in Mac OS X using the BSD Networking Stack. (In case you don't know the history, XTI Streams, on which OT is based, were developed more than ten years ago to cleanly provide extensible networking that could not be had with the BSD Stack.)

Unfortunately the Apple Rhapsody networking group is in a tough spot. One choice they have is to move Rhapsody to Streams, but then they have to rewrite all their Rhapsody-based networking services such as NetInfo, Telnet, FTP and others. The other choice is to try to shim the OpenTransport client APIs onto the BSD Stack. This later choice eliminates the API calls used by products which provide low-level networks services such as PPP, secure (encrypted) networking, multi-homing, software routing and others. Rhapsody provides some of these services, but third parties will not be able to replace them with alternative services. (Such replacement of these services requires recompiling the OS kernel; we can't have users doing that.)

Developers made very compelling arguments for Apple to stick with streams and not step backwards to the days when every application contained its own networking stack. Unfortunately for Apple that means they may have to rewrite some of their own networked Rhapsody applications, because those applications did not use the public APIs as the rest of us must. I'd rather see Apple clean up their own mess than force developers into it. I'll even accept a significant delay in the release of all those Rhapsody-based services. 20 million Mac OS users won't mind waiting an extra six months for NetInfo and the like; it's the core OS we want. Apple promised they would revisit this decision. I hope they carefully consider how their choice will affect the next ten years of Macintosh networking; getting this far has been pretty painful.

In nearly all other areas Apple has demonstrated their willingness to listen to developers, providing us with some very compelling technologies I and others are anxious to take advantage of. Where networking is concerned, Apple seems to have made their decisions without having accurate information about the importance of this technology to developers and our users; we have now provided them with that information. I am confident that once Apple reconsiders their decision to remove streams support that they will not ignore such an important core OS technology. In fact, I encourage developers interested in networking to look at Apple's newly released OpenTransport documentation: Inside Macintosh: Networking with Open Transport and OT Advanced Client Programming. These two volumes represent significant improvements over what was previously available, allowing developers to write serious network-savvy code with a lot less effort. Apple has given us the tools to make the Mac the premier platform on the Internet; it's up to us developers to write the code to keep it there.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.