Home / jguiraffe-1.1
Name Modified Size InfoDownloads / Week
Parent folder
jguiraffe-1.1-bin.zip.asc 2012-02-11 203 Bytes
jguiraffe-1.1-src.tar.gz.asc 2012-02-11 203 Bytes
jguiraffe-1.1-src.zip.asc 2012-02-11 203 Bytes
jguiraffe-1.1-bin.tar.gz.asc 2012-02-11 203 Bytes
jguiraffe-1.1-src.zip 2012-02-11 2.6 MB
jguiraffe-1.1-src.tar.gz 2012-02-11 1.6 MB
jguiraffe-1.1-bin.zip 2012-02-11 8.4 MB
jguiraffe-1.1-bin.tar.gz 2012-02-11 6.6 MB
README 2012-02-11 1.9 kB
Totals: 9 Items   19.1 MB 0
$Id: RELEASE-NOTES.txt 208 2012-02-11 20:57:33Z oheger $

                           JGUIraffe Library
                               Version 1.1
                              Release Notes


INTRODUCTION
============

This document contains the release notes for this version of the JGUIraffe
library. JGUIraffe is a framework supporting the implementation of Java
desktop applications using concepts like declarative UI definition, action and
command objects, and dependency injection.

Version 1.1 is a maintenance release. It contains some bug fixes and adds a
couple of new features. Below is the full list of changes:

BUG FIXES
=========
* [3368750]
  Builders could throw an undocumented LocatorException. Such exceptions are now
  caught and re-thrown as BuilderException exceptions.
  
* [3299754]
  Fixed a NullPointerException which can occur in the dependency injection
  framework when looking up beans by classes rather than bean names.

NEW FEATURES
============
* [3368763]
  Added a transformer to StaticTextData objects which simpliefies usage of
  static text controls in forms.

* [3380233]
  SwingTableComponentHandler now ensures that a newly selected row (in
  single-selection mode) becomes visible. If necessary, it changes the
  position of the scroll pane.

* [3480996]
  Improvements of the dependency injection framework related to factory beans
  and builder classes.

OTHER CHANGES
=============
* Some versions of dependencies have been updated:
  Commons Configuration updated to 1.8.
  EasyMock (test dependency) updated to 3.1.

Comprehensive documentation about the JGUIraffe library is available on
the project's web site
    http://jguiraffe.sourceforge.net/

A user's guide can be fount at
    http://jguiraffe.sourceforge.net/jguiraffe/userguide/user_guide.html
Source: README, updated 2012-02-11