GWanTed : Download and Install
Downloading
The latest stable version of GwanTed is available from the SourceForge download page.
Installing
Depending on the Gwanted distribution archive you downloaded, it consists of the following directory layout:
GWanTed source package
-
- lib-> Libraries to compile GWanTed-
- gwt-1.4.RC1-> GWT current used version with patches -
- gwt-ant-1.1.2-> GWT ant task -
- gwt-widgets-0.1.4-> GWT Widgets current used version
-
-
- doc-> Documentation of the GWanTed project -
- samples-> examples of use and integration of GWanTed components in different web pages -
- src-> source code of the core and widgets included in GWanTed -
- xdoclet-> Necessary elements of xdoclet template: template for the generation of the .java file that integrates the widget in a web page-
- lib-> java packages of the xdoclet project
-
-
- build.xml-> ant tasks to compile and generate the GwanTed elementsBuilding GWanted from Sources
The next ant task is available for you to build GWanTed:-
- gwt-build: Creates the gwanted-core.jar and gwanted-widget.jar packages -
- gwt-samples: Generates the gwanted-core.jar and gwanted-widget.jar packages and all the samples in /build/www/samples
-
-
GWanTed binary package
- gwanted-core.jar-> package that includes the architecture core classes (configuration, errors, performance monitoring, data exchange and error notification to the server)- gwanted-widgets.jar-> package that includes the classes of the different widgets included in GWanTed (charts, flash, popup...)- samples-> examples of use and integration of GWanTed components in different web pages- doc-> Documentation of the GWanTed project