appframework: Swing を使うときに便利なフレームワーク

久しぶりに Java のライブラリを探検しているのですが、 appframework というのがあるのですね。

  • Application lifecyle, notably GUI startup and shutdown.
  • Support for managing and loading resources, like strings, formatted messages, images, colors, fonts, and other types common to desktop applications.
  • Support for defining, managing, and binding Actions, including Actions that run asynchronously (in the "background").
  • Persistent session state: support for automatically and selectively saving GUI state from one run of an application to the next.

Ruby on Rails などの設計思想が好きなので、世の中のフレームワークが「シンプル」な感じになっていってくれるとうれしいです。次に Java で開発するときは試してみようと思っています。