Last updated October 19, 2010 05:46, by etf
Feedicon  

Better Swing Application Framework

The Better Swing Application Framework is a fork of the original Swing Application Framework (appframework) reference implementation of JSR 296. Since August 2009, the original Swing Application Framework project has been on hold, and therefore this fork was created to carry on the work until the original project resumes.

The last public release of the original appframework project was version 1.03. The BSAF project currently aims at producing a new release, version 1.9, with the primary goals of improving stability, keeping backward compatibility with SAF 1.03, fixing bugs, updating documentation, and creating more unit tests and examples.

Project Status

Please consult the Release Notes page for more information.

If you'd like to contribute, please consider joining us in:

  1. Updating and completing the JavaDoc
  2. Creating How-To and Reference articles in the Wiki
  3. Sending patches with bug fixes and improvements

Message Forums

Forums Page

There are two forums. Announcements is dedicated to official announcements from the project owner. Open Discussion is open to the community.

BSAF is an open source project that highly values the input of its community members. Feel free to ask question and make suggestions on the open discussion forum!

References & Documentation

We're currently actively taking steps to improve and expand our documentation. Links to the SAF 1.03 resources, which are still pertinent to this project since BSAF retains compatibility with it, can be found at the bottom of this page, here.

Demonstration & Examples

Applications using SAF / BSAF
Getting started using NetBeans

@Action

@Action How-To

@Action Reference Info

Task

Task Life-Cycle

Application

Application Life-Cycle

Development

You can help with the development of BSAF in several ways.

Report & Discuss

Code

Review & Improve

There are several enhancements currently under consideration, most notably expansion of resource map features. If you think of more, feel free to start a forum thread about them.

Several notes about the architecture of SAF were made in Hans Muller's "swan song" and may be a good starting point for discussions about the structure of the code.

Links

SAF 1.03

JavaDoc
(November 2007)

Introduction to JSR 296
(August 2007)

Using the Swing Application Framework
(SDN, July 2007)

JSR 296: Swing Application Framework
The Java Specification Request that started it all

Swing Application Framework (AppFramework) Project
The Java.net website of the original reference/prototype implementation of JSR-296

Migration to (Better) Swing Application Framework
(August 2010)