Download List

项目描述

SwiXAT is a Swing-based authoring tool for the quick and easy development of GUI Java applications. It implements a true MVC framework and uses XML to define the view (SwiXML is used as the XUL engine), BeanShell as a scripting language for the controller, and JXPath as the binding mechanism between the view and model. It provides a complete environment in which it is possible to almost write an entire Java Swing application without writing Java compiled code. The use of XPath makes it very simple to traverse the object tree of the application's business model.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-03 15:08
0.5.5

这个版本增加了改进的支持JTable和JCheckBox组件。为对接面板支持已被添加的整合FlexDock框架。在弹出菜单支持加入。到模型的可能性,现在可以更新XML视图从直接使用简单的XPath表达式。用户指南(约90页的文档和示例)已更新了有关新功能的文档。
标签: Major feature enhancements
This version adds improved support for JTable and
JCheckBox components. Support for docking panels
has been added by integrating the FlexDock
framework. Support for Popup Menus was added. The
possibility to The Model can now be updated
directly from the XML view by using simple XPath
expressions. The user's guide (about 90 pages of
documentation and examples) has been updated with
the documentation about the new features.

2006-02-17 08:56
0.5.0

这个新版本增加了改进的支持JList的,JComboBox的,和JTree的部件;两个新的数据源,DOMDataSource和ObjectDataSource,增加了;为JComboBox的渲染支持补充说,事件处理模型进行了简化。固定的几个错误和用户指南一直与有关新功能的文档更新。
标签: Major feature enhancements
This new version adds improved support for JList,
JComboBox, and JTree components; two new data
sources, DOMDataSource and ObjectDataSource, were
added; the support for JComboBox renderers was
added, and the model event handling has been
simplified. Several bugs were fixed and the user
guide has been updated with the documentation
about the new features.

2005-09-13 14:50
0.4.5

这项活动得到了增强处理引入的可能性,几乎所有的事件处理。支持的文件过滤器中添加了以确定该文件由JFileChooser显示扩展。可选的TreeCellRenderer标签,并加入JTrees,以设置图标,文本和工具提示的每棵树的节点的文本。用户指南进行了更新与新功能有关的文件。
标签: Major feature enhancements
The event handling has been enhanced by
introducing the possibility to handle almost any
event. The support for FileFilters was added in
order to determine the file extensions shown by a
JFileChooser. The optional TreeCellRenderer tag
was added for JTrees, in order to set the icon,
text, and tooltip text of each tree's node. The
user's guide has been updated with the
documentation about the new features.

2005-07-14 17:08
0.4.0

支持制定和执行向导增加了。现在认为MDI应用程序提供了新工具(内置窗口菜单和桌面滚动窗格)。两个日历组件(DatePanel和DateField)已添加。可定制的TreeModel已经实施,填补商业模式的直接JTree的分层树。 Maven构建已被添加,并且用户指南已与有关新功能的文件更新的文件。
标签: Major feature enhancements
Support for defining and executing wizards has been added. The view
now provides new tools for MDI applications (a built-in window menu
and a scrollable desktop pane). Two calendar components (DatePanel
and DateField) have been added. A customizable TreeModel has been
implemented to fill the hierarchical tree of a JTree directly from the
business model. Maven build files have been added, and the user's guide
has been updated with documentation about the new features.

2005-06-01 16:28
0.3.5

进口的能力在视图脚本,直接增加了。机制,以显示响应命令的观点,得到了动态。开发人员现在可以显示所有资源的相对路径,以方便搬迁整个应用程序。上下文相关的错误处理一些已经被修复。该文档已得到改进和一个完整的教程已添加。
标签: Minor feature enhancements
The ability to import a script directly within a view has been added.
The mechanism to show the view in response to a command has been made
dynamic. The developer can now indicate relative paths for all the
resources, in order to easily relocate the entire application. Some bugs
related to context handling have been fixed. The documentation has been
improved and a complete tutorial has been added.

Project Resources