Visiogram
Search...
Visiogram
√5 Projects
Visiogram
News
04/25/2007

GA-core Project joins the √5 Projects (GreenAuks Projects Group).


04/25/2007

GreenAuks Projects Group joins the √5 Projects.


06/06/2006

On-line publishing of the site! The √5Projects.org team welcomes you and wishes you a good visit!

GA-core (GreenAuks-core)
All Versions
Created: 04/25/2007 by d4v1d
Last modified (1): 07/15/2007 by d4v1d
CURRENT VERSION
J1.4-0.3.0   [2008-05-05]
  • J1.4 First public release
  • J5 to J1.4 adaptation
  • 100% ascending compatibility by upgrade with J5 versions
J5-0.5.1  [2007-07-15]
  • The XSModel interface now extends The XSResetableModel interface which can be implemented to reset a model instance
  • Full tutorial


PREVIOUS VERSIONS
J5-0.5.0  [2007-04-25]
  • First public release
  • Harmonization
  • Full javadoc
NOTA: From version J5-0.3.0 to version J5-0.5.0, this project matured in parallel with the development of a Swing application used in the example code of a Java EE 5 book ( Java EE 5 by Antonio Goncalves, published by Eyrolles). The completion of that application and the GA-core J5 Package version coincided with the first public release of the version J5-0.5.0

The following versions was not public released

J5-0.4.2 [2007-04-16]
  • Bug fix: setModel - the XSComponent had to be synchronized ('by event') with a new model (it was already unsynchronized with the old model)
J5-0.4.1 [2007-03-09]
  • Method's shortcuts to model's listener added in the XSComponent
J5-0.4.0 [2006-12-04]
  • The separation of the XS view component and its graphical representation by using an UIPanel is no longer valid. It bypassed the look&feel management of Swing
J5-0.3.1 [2006-09-18]
  • Abstract methods added to the AbstractXSModel to mutualize the 'fire' action
J5-0.3.0 [2006-08-16]
  • Migration to java 5 (JDK 1.5)
  • The event property names become constants of an enum class
  • The interfaces and classes become generic types to ensure coherence of use
0.2 [2005-02-05]
  • The event management becomes generic into a common class to extend
  • The event property names become an enumeration of contants
0.1 [2004-11-20]
  • First approach with JDK 1.4
  • Mutualization of the common and repetitive code