Xoetrope
HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Oldest known version of this page was edited on 2008-02-08 14:04:46 by LuanO []
Page view:

XUI 3.2 download Package Details




Runtime File Packaging

The basic XUI packages are bundled by compilation. Therefore there are 6 packages, one for each of the JDKs 1.1.8, 1.4 and JDK 5 in both a debug and a non debug build. The debug build includes lots of diagnostics and logging that will proove useful when developing a XUI application. The debug build also makes it possible to debug against the XUI source code. We recommend that you always use the debug builds during development. The non debug build compiles out the diagnostics and logging and will perform slightly better at runtime.

The packages contains the AWT, Swing and SWT versions of the Jars where appropriate.

XUI_3_2_JDK_1_1_8.zip JDK 1.1.8 non debug build
XUI_3_2_JDK_1_1_8_debug.zip JDK 1.1.8 debug build
XUI_3_2_JDK_1_4_debug.zip JDK 1.4 non debug build
XUI_3_2_JDK_1_4.zip JDK 1.4 non debug build
XUI_3_2_JDK_1_5_debug.zip JDK 5 non debug build
XUI_3_2_JDK_1_5.zip JDK 5 non debug build


NetBeans Plugins

The NetBeans 6.0 plugins are also bundled in one package which includes bothe the Kalideoscope and XuiPro plugins. To activate the XuiPro functionality you will require a license file. A license file can be obtained by following the instructions in the registration dialog. XuiPro is released under a dual open source/commercial license. Compatible open source projects qualify for a free license. In the absence of a XuiPro license you will still be able to use the Kalideoscope functionality. If you do not wish to install XuiPro then you can omit the com-xoetrope-editor.nbm plugin.

To install the plugins
1 Unzip the download package.
2 Launch NetBeans 6.0
3 Choose the Tools | Plugins menu item
4 In the Plugins dialog select the "Downloaded" tab
5 Click "Add plugins..."
6 Select the plugins you wish to install
7 Click Install and follow the instructions provided

XUI_3_2_NetBeans_6_0_plugins.zip contains four plugins including Kalideoscope (net-xoetrope-editor.nbm) and the XuiPro (com-xoetrope-editor.nbm) plugin


Eclipse Plugins

XuiPro_3_2_0_Eclipse_Europa.zip conatins both the XUI and XuiPro functionality, but as with the NetBeans plugin a license file is required to activate the XuiPro features (a restart may be required after adding the license). Please follow the instructions in the registration dialog for obtaining a license.


Extra Libraries

XUI and XuiPro use a number of third party packages which you may need for certain features. These libraries are available for the SVN repository (see http://xui.svn.sourceforge.net/viewvc/xui/lib/trunk/), or bundled as follows:

libs1_20080208.zip containing the libraries for
MultiSplitLayout - used by the docking framework,
TimingFramework - used by the animated components,
JDIC - used for the browser and system tray integration), and
JXL - used for Excel export.

libs2_20080208.zip containing the libraries for
appframework - used for Swing Application Framework support (experimental)
batik - used for some SVG rendering (legacy - replaced by SvgSalamander)
beanshell - used for BeanShell scripting (experimental)
derby - Derby database integration (also in the JDK)
flexdock - used by the docking framework (deprecated in favour of MultiSplit layout)
google - used for automated translation
groovy - groovy scripting support
hsqldb1.8 - HSQLDB support (optional, used by some examples)
hypersql - HSQLDB support (optional, used by some examples)
iText - used for exporting/generating PDFs by XuiPro's export feature
jakarta - used by the routes and services for servlet integration
jazzy - spell checker/localization support in XuiPro
junit3.8.1 unit testing
netscape - JavaScript script support and browser integration
svgSalamander - SVG engine, used by XuiPro's SVG support and components
swt - SWT libraries
tablelayout - table layout manager used by some XuiPro classes
tinyline - legacy TinySVG support, replaced by svgSalamander
tomact - Tomcat support, used by some samples
xalan - XML support for the IDEs and for the JAXP support.


Documentation Packages

XUI_3_2_JavaDoc.zip contains the complete JavaDoc for XUI 3.2
XuiPro_3_2_javaDoc.zip contains the complete JavaDoc for XuiPro 3.2


Source Packages

XUI_3_2_SRC.zip XUI 3.2 complete source code, including NetBeans 6.0 project build files.
XUI_3_2_Kalidoescope_SRC.zip complete source code, including NetBeans 6.0 and Eclipse Europe project files.
XUI_3_2_Suite_SRC.zip source code for the NetBeans 6.0 module suite used for build the XUI/Kalideoscope and XuiPro plugin modules
XuiPro_3_2_SRC.zip complete source for the XuiPro and the XuiPro NetBeans and Eclipse plugins, plus the framemaker files for the XuiPro manual.
Page was generated in 0.2070 seconds