AppWare

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

AppWare was a rapid application development system for Microsoft Windows and the Mac OS based on a simple graphical programming language. Applications were constructed by connecting together icons representing objects in the program and their commands. The resulting logic could be compiled on either platform and typically only required minor changes to the GUI layout to complete the port.

Originally introduced in 1989 as Serius89, the product went by a variety of names over its lifetime, but is best known as AppWare when it was briefly owned and marketed by Novell. Novell sold the product off in 1995 or 96, it was renamed Micro Brew, and development eventually ceased in 1997.

History

Serius

Joseph Firmage started development of what would become AppWare circa June 1987, originally in order to help develop an accounting system for his parent's greeting card company. In 1989 he and his brother Ed formed Serius Corp. to market the product, now known as Serius89. The 1.0 version shipped for the Mac in August 1989, with two versions, Serius Programmer that allowed the creation of new applications using the existing object library, and Serius Developer that allowed new objects to be written in external computer languages. This release was followed by 1.1 in October, which added a new Database object, and the 1.2 update in December.[1]

A major update followed in April 1990, the 2.0 version. This included a greatly increased set of objects, including support for the Communications ToolBox and an associated Terminal object. This release also included a suite of multimedia objects that allowed for the creation of interactive kiosk apps and similar. A 2.1 release followed in October, and an enormous performance upgrade in 2.2 in October 1991.[1]

In January 1992 3.0 was release, including significant changes. The largest change followed in November 1992, however, with the introduction of Windows support and a renaming to Serius Workshop and Serius Developer Pro (mapping to Programmer and Developer from previous versions).[1]

AppWare

Novell had invested in Serius on a number of occasions. In June 1993, during Ray Noorda's period of intense empire building, Novell purchased Serius outright.[1] The company also purchased Software Transformations Inc., who made a cross-platform object code library that could be used to port conventional programs to a number of platforms, including the Mac, Windows, SunOS, UnixWare, HP-UX, with plans to add many more.[2] Together, Serius and Software Transformations were bundled under the new name AppWare, although they were unrelated products. Immediately after the acquisitions, AppWare was positioned as one of the "three pillars" of Novell's long-term strategy, the others being NetWare and UnixWare. The plan, according to statements from Novell, was to make it easier for 3rd party developers to write network-aware programs.[3]

Under the new AppWare branding, Serius became the AppWare Visual AppBuilder, or VAB for short. The name of the internal Objects also changed, becoming "AppWare Loadable Modules" (ALMs), in keeping with the naming for their NetWare Loadable Modules (NLMs) under their core Novell NetWare product. The newly renamed version was released as a 1.0 version in October 1993.[1] Software Transformations' code base became the AppWare Foundation.[2]

It was not long before the AppWare plans started to fall apart. By early 1994, Novell's support for AppWare Foundation was waning, and in the summer they announced they would be selling the product to a 3rd party. They did state that development of Visual AppBuilder would continue, and a Unix port would be following, and continued to release a number of new ALMs.[4] The Unix versions never appeared, instead, the Mac and Windows versions were renamed AppWare, and updated in a 1.1 release in 1994.

MicroBrew

However, Noorda was soon forced from Novell in 1994, and many of the companies and products he had purchased were quickly sold off. Novell retained the rights to AppWare, but sold a development license to Ed Firmage, who formed Network Multimedia Inc. (NMI) and re-launched the product as MicroBrew. The company continued development for a time, but folded in 1997.[1]

Users of the system attempted to negotiate a release of the source code into some sort of open source license in early 2000, and started The Serious Project on SourceForge to coordinate development. However this release does not appear to have taken place, the page has no code.[5]

Description

Applications in AppWare were constructed by dropping icons representing pre-rolled objects onto a worksheet, and then connecting them together to represent message flow between them. Communications was mediated by a protocol known as the Object Interaction Protocol.[6] Some of the "objects" represented basic logic statements, while others represented GUI widgets such as text editors. The overall logic for any particular object, say a text editor in a window, was constructed as a series of chains of these object connections, fired up in response to an event.[6] At a high level the system is similar in concept to HyperCard or Visual BASIC, in that the program's logic is strongly associated with the object that sends some initial event.

AppWare built true "double clickable" applications that ran natively on either Windows or the Mac. Unlike most systems of the sort, the applications did not end up looking generic, and generally behaved as first-class citizens of the host system. However the applications were also similar to HyperCard and VB in that they generally did not support multi-window operation or the creation of new documents. AppWare applications consisted of a fixed number of forms and windows, a side effect of its lack of a NEW-type operator for creating new objects at runtime.

References

Citations
  1. 1.0 1.1 1.2 1.3 1.4 1.5 Cox 2000.
  2. 2.0 2.1 Gillooly 1993, p. 21.
  3. Gillooly 1993, p. 25.
  4. Scott Mace, "AppWare strategy in disarray", InfoWorld, 5 September 1994, pp. 5
  5. "The Serious Project", SourceForce, 10 June 2000
  6. 6.0 6.1 Kelly 1990.
Bibliography
Further reading