JAXX 2.12 发布,更新内容如下: 新特性: Introduce a new module jaxx-widgets-gis Issue: #3493.
Add more methods on JavaBeanObjectUtil and deprecates org.nuiton.jaxx.application.ApplicationDataUtil Issue: #3496.
Improve error log when java parsing fails in css files. Issue: #3497.
Block an action if it is alreay running Issue: #3499.
BUG 修复:
Can't save configuration if one option is null Issue: #3506.
In configuration, the last option value is not saved if you do not select another cell before clicking on the save button Issue: #3509.
下载:http://forge.nuiton.org/projects/jaxx/files Maven:http://repo1.maven.org/maven2 Find us at JAXX是一个开源的XML用户界面框架。JAXX通过XML文件来描述组件和它们的相互作用,然后把这些XML文件编译到普通的Java classes中。开发用户界面组件用JAXX将比用平常Java代码更快速而且更容易。它的特性包括:强大的脚本编辑、数据绑定、CSS stylesheet支持等其它高级功能。 例如下面这段代码将生成界面如下: <Application title='Hello World'> <JLabel text='Hello World'/> </Application> 
|