TweetFollow Us on Twitter

Notes from the REALWorld Conference

Volume Number: 20 (2004)
Issue Number: 4
Column Tag: Programming

REALBasic Chat

by Guyren G Howe

Notes from the REALWorld Conference

REAL Software's first conference revealed exciting new directions

I just finished attending REAL World, REAL Software's first annual conference.

It was satisfying to meet with REALbasic developers from all over the world, and the official statements and product previews at the conference gave me confidence in the future of one of my favorite development platforms. Herewith, a grab-bag of observations from the conference.

Version 6 Early Preview

There were two particularly exciting revelations at REAL World. The first was an early look at Version 6.

Wow. What an improvement. An integrated IDE is among the greatest of user interface design challenges, because a computer program is a very complex structure, and the IDE needs to support the programmer in manipulating this structure in many different ways.

On top of this, REALbasic faces the challenge of working on different platforms with different user interface conventions. Worse, one of these is Windows, where the interface conventions are just broken.

While what we were shown is an early draft, it was quite clear what direction REAL is taking us. The new interface is a sort-of cross between Safari and iTunes. The default is an aggressively tabbed interface, starting from a Home tab akin to the current Project window. Everything you open comes up in a new tab by default, although you can opt for a new window, if you wish. REAL said they would like to give us options that would in sum turn this interface back into what we have now, if you didn't like the new style, but I thought it was great.

There were niceties everywhere, even in this early preview. The Project tab could be switched to an Icon view that doubled as a class browser (hooray!). The Window Editor provided a pasteboard area (akin to PageMaker), to which things could be shuffled while working on a window, and where non-control items could be placed, so they no longer clutter up the actual window. The code editor provided little bracket lines just outside the text, to show you where each block begins and ends, and you can click on the line to select the block. There were keyboard shortcuts to enter the End If when you typed an If. And on and on and on. It was amazing how complete even this preview seemed.

The new interface, in being much more like OS X or web browsers than the OS 9 Finder style we've seen so far is much more portable across platforms, because a browser-type interface has become universal.

It was further revealed that the IDE for Version 6 was being developed with REALbasic. This is wonderful news. This means that REAL software are testing their own product pretty seriously in writing it. It makes the programmers more productive, which is why I think we're seeing such rich capabilities in the new IDE. And it gives the programmers an extra incentive to add the kind of language features that will make such a product easier to write (robust introspection and a better object model spring to mind).

There were no substantial revelations about language features for Version 6, but since REAL Software has a full-time compiler guy, who seems very smart, and very interested in improving the language, and has essentially finished implementing all the features of the old compiler, we might see some interesting new features soon (the guy has to spend his time doing something). I certainly heard several developers talking with Mars (great name for a compiler wizard, don't you think?) about their desire for various language features.

A side note: if you thought the new Extends keyword in method declaration is an interesting feature, it turns out that it is syntactic sugar for a feature that has long been available in the new compiler: you could invoke any method as a message to its first argument, so:

A regular method call
MyMethod(x, y, z)

could until now just as easily be written

The same method call, as a message to its first argument
x.MyMethod(y, z)

Who knew? In any event, you are now required to use the new Extends syntax before you can do this.

Unfortunately, a little experimentation reveals that Extends doesn't work quite as naturally as one might like. I was going to write a nice little debugging library by declaring the likes of a Log method that Extends Object. Then every class in the program would support a Log method call. Sadly, declaring a method Sub Log(x As Object, message As String) does not currently let you call Log("My cool message") from within an object; you would need to do me.Log("My cool message"). I mentioned this to Mars, and I hope he decides to add this little bit of rounding out for an interesting little feature.

Swordfish

The second exciting revelation at REAL World was a new product for writing CGIs in REALbasic. The product is known for now by its code name: Swordfish.

What little we were shown seems great: you drag web pages into the application, and the IDE provides the ability to script the controls in the pages using conventional REALbasic code. While this may introduce minor changes into the HTML of the page, almost all of the action is server-side. Done right, this strikes me as a very savvy play: the product should produce very fast, compiled server-side code. Existing REALbasic programmers are now web programmers with minimal extra learning, and folks wanting to write server-side code who don't know a suitable language will find REALbasic more approachable than the likes of Perl or PHP. I'm not sure how big this market actually is, but I'm sure it's big enough to support a product like this pretty well.

Oh, and before you ask, it will work with Apache or as a stand-alone web server. And REAL Software is "looking into" IIS.

Vision

The keynote briefly mentioned REAL Software's vision for the future. While it was mostly market speak, the part that was interesting to me was that they clearly intended to target handhelds and, interestingly, plugins (for Photoshop and the like). Swordfish was the first evidence, they said, of their desire to let us take our REALbasic skills "everywhere".

Drew Carey

We were shown a clip of a mention of REALbasic on the Drew Carey show. This was just too freaky for words, and elicited quite a cheer from the crowd.

The Developers, and a Plug

I'd say there were 50 or so developers at the conference, quite a few from outside the US. The atmosphere was optimistic, and the diversity in the ways REALbasic is being applied by these people was fascinating. From in-house development for a medical research organization, to vertical applications, to games, simulators, educational software, utilities... It was all there. Encouraging that REALbasic has managed to be such a good tool for so many uses; I just hope the reach of the company doesn't exceed its grasp as REALbasic's ambition increases.

I found it interesting that many of the developers there clearly didn't have a computer science background, and that even some of the most experienced REALbasic developers didn't understand all of the generally useful important features in REALbasic (a number of developers there didn't understand or uses Interfaces, for example). This is not entirely surprising, as REALbasic has always been designed to be friendly to beginner programmers. Very often, it is the experts in a field who can write the best software, not professional programmers.

I will say this: if you are using REALbasic without such a background, REAL Software offers the Curriculum Project, a 30-lesson Computer Science course using REALbasic, which I wrote (search the REAL Software site for "Curriculum"). I am confident that it is an excellent way to round-out your understanding of how to use the REALbasic language to maximum effect.

The Sessions

The conference went for two days, with three seminars on each day. I'd like to have attended more seminars than I was able, and I heard good things about most of them. For my part, I came away with a new appreciation for the ease with which REALbasic can be used to manipulate QuickTime content, or to do REAL-time 3D graphics. The QuickTime sessions showed a simple application that nevertheless managed to replicate quite a bit of the functionality of iMovie. Something I didn't realize is that it is not necessary to have QuickTime Pro installed to use Quicktime to compress and edit movies -- it seems that all QuickTime Pro does is activate these extra features in Apple's Quicktime player. For my part, I now intend to develop a program to make it easier to work with the files I get from my ReplayTV.

The Developer Program

I heard a number of positive comments about the developer program. Everyone who commented said that they'd received useful referrals from the program. REAL Software mentioned at one point that they had difficulty at times finding developers for the referrals that they had available.

REALbasic Developer Magazine

It seemed that almost everyone at the conference subscribed to REALbasic Developer, and most of the presenters had written for it. I was given a free copy of the current issue, and it looks like an excellent investment in your REALbasic skills. Bi-monthly. http://rbdeveloper.com.

Printing: No news

I remain disappointed that REAL has made no official announcement of features to improve printing from REALbasic. On the other hand, as I pounded on this question with developers and REAL Software folks, dbReports was mentioned repeatedly as a good solution. I spoke with the developer of dbReports at the conference, and I hope to arrange a review soon.

Next Time: An Interview

Next month, I should be presenting an interview with Geoff Perlman, CEO of REAL Software.


Guyren G Howe works in artificial intelligence research, after years of work as a technical writer and developer. He is married with one child, is an Australian, and lives in Austin, Texas. Guyren has been working with REALbasic for several years. Most notably, he wrote the REALbasic Curriculum Project, an extensive computer science curriculum, for REAL Software (available from the REALbasic website).

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Go from lowly lizard to wicked Wyvern in...
Do you like questing, and do you like dragons? If not then boy is this not the announcement for you, as Loongcheer Game has unveiled Quest Dragon: Idle Mobile Game. Yes, it is amazing Square Enix hasn’t sued them for copyright infringement, but... | Read more »
Aether Gazer unveils Chapter 16 of its m...
After a bit of maintenance, Aether Gazer has released Chapter 16 of its main storyline, titled Night Parade of the Beasts. This big update brings a new character, a special outfit, some special limited-time events, and, of course, an engaging... | Read more »
Challenge those pesky wyverns to a dance...
After recently having you do battle against your foes by wildly flailing Hello Kitty and friends at them, GungHo Online has whipped out another surprising collaboration for Puzzle & Dragons. It is now time to beat your opponents by cha-cha... | Read more »
Pack a magnifying glass and practice you...
Somehow it has already been a year since Torchlight: Infinite launched, and XD Games is celebrating by blending in what sounds like a truly fantastic new update. Fans of Cthulhu rejoice, as Whispering Mist brings some horror elements, and tests... | Read more »
Summon your guild and prepare for war in...
Netmarble is making some pretty big moves with their latest update for Seven Knights Idle Adventure, with a bunch of interesting additions. Two new heroes enter the battle, there are events and bosses abound, and perhaps most interesting, a huge... | Read more »
Make the passage of time your plaything...
While some of us are still waiting for a chance to get our hands on Ash Prime - yes, don’t remind me I could currently buy him this month I’m barely hanging on - Digital Extremes has announced its next anticipated Prime Form for Warframe. Starting... | Read more »
If you can find it and fit through the d...
The holy trinity of amazing company names have come together, to release their equally amazing and adorable mobile game, Hamster Inn. Published by HyperBeard Games, and co-developed by Mum Not Proud and Little Sasquatch Studios, it's time to... | Read more »
Amikin Survival opens for pre-orders on...
Join me on the wonderful trip down the inspiration rabbit hole; much as Palworld seemingly “borrowed” many aspects from the hit Pokemon franchise, it is time for the heavily armed animal survival to also spawn some illegitimate children as Helio... | Read more »
PUBG Mobile teams up with global phenome...
Since launching in 2019, SpyxFamily has exploded to damn near catastrophic popularity, so it was only a matter of time before a mobile game snapped up a collaboration. Enter PUBG Mobile. Until May 12th, players will be able to collect a host of... | Read more »
Embark into the frozen tundra of certain...
Chucklefish, developers of hit action-adventure sandbox game Starbound and owner of one of the cutest logos in gaming, has released their roguelike deck-builder Wildfrost. Created alongside developers Gaziter and Deadpan Games, Wildfrost will... | Read more »

Price Scanner via MacPrices.net

Limited-time sale: 13-inch M3 MacBook Airs fo...
Amazon has the base 13″ M3 MacBook Air (8GB/256GB) in stock and on sale for a limited time for $989 shipped. That’s $110 off MSRP, and it’s the lowest price we’ve seen so far for an M3-powered... Read more
13-inch M2 MacBook Airs in stock today at App...
Apple has 13″ M2 MacBook Airs available for only $849 today in their Certified Refurbished store. These are the cheapest M2-powered MacBooks for sale at Apple. Apple’s one-year warranty is included,... Read more
New today at Apple: Series 9 Watches availabl...
Apple is now offering Certified Refurbished Apple Watch Series 9 models on their online store for up to $80 off MSRP, starting at $339. Each Watch includes Apple’s standard one-year warranty, a new... Read more
The latest Apple iPhone deals from wireless c...
We’ve updated our iPhone Price Tracker with the latest carrier deals on Apple’s iPhone 15 family of smartphones as well as previous models including the iPhone 14, 13, 12, 11, and SE. Use our price... Read more
Boost Mobile will sell you an iPhone 11 for $...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering an iPhone 11 for $149.99 when purchased with their $40 Unlimited service plan (12GB of premium data). No trade-in is required... Read more
Free iPhone 15 plus Unlimited service for $60...
Boost Infinite, part of MVNO Boost Mobile using AT&T and T-Mobile’s networks, is offering a free 128GB iPhone 15 for $60 per month including their Unlimited service plan (30GB of premium data).... Read more
$300 off any new iPhone with service at Red P...
Red Pocket Mobile has new Apple iPhones on sale for $300 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
Clearance 13-inch M1 MacBook Airs available a...
Apple has clearance 13″ M1 MacBook Airs, Certified Refurbished, available for $759 for 8-Core CPU/7-Core GPU/256GB models and $929 for 8-Core CPU/8-Core GPU/512GB models. Apple’s one-year warranty is... Read more
Updated Apple MacBook Price Trackers
Our Apple award-winning MacBook Price Trackers are continually updated with the latest information on prices, bundles, and availability for 16″ and 14″ MacBook Pros along with 13″ and 15″ MacBook... Read more
Every model of Apple’s 13-inch M3 MacBook Air...
Best Buy has Apple 13″ MacBook Airs with M3 CPUs in stock and on sale today for $100 off MSRP. Prices start at $999. Their prices are the lowest currently available for new 13″ M3 MacBook Airs among... Read more

Jobs Board

Solutions Engineer - *Apple* - SHI (United...
**Job Summary** An Apple Solution Engineer's primary role is tosupport SHI customers in their efforts to select, deploy, and manage Apple operating systems and Read more
DMR Technician - *Apple* /iOS Systems - Haml...
…relevant point-of-need technology self-help aids are available as appropriate. ** Apple Systems Administration** **:** Develops solutions for supporting, deploying, Read more
Omnichannel Associate - *Apple* Blossom Mal...
Omnichannel Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Operations Associate - *Apple* Blossom Mall...
Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.