Search |
||
JAXX user interface language: marching towards 1.0Posted by enicholas on May 12, 2006 at 6:09 AM PDT
If you're not familiar with JAXX, it is an open-source XML language for creating Swing GUIs that I'm working on. For a more detailed introduction, Introducing JAXX: A New Way to Swing and Style Swing components using CSS are good places to start. Today's news is the release of JAXX 0.96, and in particular the fix to circular dependency compilation. Previous versions of JAXX couldn't deal with circular dependencies -- A.jaxx depends on B.java and B.java depends on A.jaxx (perhaps indirectly) -- and fixing this problem was an enormous chunk of work. The biggest challenge with circular dependencies is that you can't generate Without being able to depend upon the availability of To solve this problem, JAXX 0.96 contains a (mostly complete) mirror of the reflection APIs and JAXX is, as far as I'm concerned, ready for prime time. 0.96 is scheduled to be the final beta, and barring unforeseen problems, the golden 1.0 version will be almost identical. So please do me a favor and take a look -- this is your last chance to request changes or report bugs before 1.0 is released. JAXX 0.96 can be downloaded from http://www.jaxxframework.org/ »
Related Topics >>
Java Desktop Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|