BISS-AWT

From EDM2
Jump to: navigation, search

BISS-AWT is an open source extensible Java framework of about 150 Java classes mainly intended for building graphical applications with. The original idea for the library was to help in aiding the BISS company to move the programming tools the company had developed in C++ for OS/2 to the more multi-platform friendly Java. The problem was that the java.awt classes relied on native widgets for the look-and-feel meaning that user interface portion of the software had to be adapted to each end user platform. The BISS-AWT package is mostly compatible with the standard AWT library but implements its own look-and-feel that relies only on Java structures, making it behave and look identically across platforms.

There are a few small application programs included with the library as a proof-of-concept, including a Java specific IDE that includes a ClassBrowser and a graphical layout generator that cuts down the work needed to create complex dialogs.

While the package generated a lot of interest when it was initially shown in 1996, and indeed it spurred Sun Microsystems to write the SWING libraries that have a similar aim of platform independence. BISS-AWT is for the most part seriously outdated as the program stopped being updated when main developers Peter and Jörg Mehlitz left in BISS in 1998 to work for Transvirtual Technologies, a few developers are still to this day using it, mostly using their own updated versions.

BISS-AWT did have the advantage of only needing Java v1.0.2 while newer widget libraries needed Java v1.1 or later and coped better with some open source, third party and minimalist Java implementations intended for embedded computing.

Versions

  • 0.87 (1997-03-09) JDK 1.0.2 - no documentation released for later versions
  • 0.94 (1998-03-05) JDK 1.1

Links

Licence

Authors