Download

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
 
(60 intermediate revisions by one user not shown)
Line 2: Line 2:
 
==Prepare download==
 
==Prepare download==
  
Java Runtime Environment (JRE) 6 is required to run Wandora application. Java JRE 6 is not included in Wandora package and you must download it separately from Sun's Java site at
+
The Wandora application requires a Java Development Kit (JDK) 8 (or later). The JDK is not included in the Wandora distribution packages. It must be downloaded separately from [http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle] or [http://openjdk.java.net/ OpenJDK].
  
* http://java.sun.com/javase/downloads/index.jsp
+
Look at the [[system requirements]] and the [[License of Wandora|license]] before downloading and installing the Wandora. We emphasize that the Wandora is an ongoing project and the software is incomplete, absolutely contains bugs and the feature set may change without notice.
 
+
You should also get familiar with [[system requirements]] and the [[License of Wandora|license]] before downloading and installing Wandora. We emphasize that Wandora is an ongoing project. This means that the software is incomplete, absolutely contains bugs and the feature set may change without notice.
+
  
 
==Downloading Wandora==
 
==Downloading Wandora==
Line 12: Line 10:
 
Download Wandora's latest binary version (build date {{build date}}, see [[Change log]] and [[Open bugs]]) here:
 
Download Wandora's latest binary version (build date {{build date}}, see [[Change log]] and [[Open bugs]]) here:
  
* http://www.wandora.net/wandora/download/wandora.zip
+
* [http://www.wandora.org/download/wandora.zip wandora.zip]
  
After successful download you may wonder [[how to install Wandora]]. Wandora's source code distribution package is here:
+
Wandora's source code distribution package is here:
  
* http://www.wandora.net/wandora/download/wandora-src.zip
+
* [http://www.wandora.org/download/wandora-src.zip wandora-src.zip]
 +
 
 +
Notice, Wandora's distribution packages are available in the [http://sourceforge.net/projects/wandora/ SourceForge] and [https://github.com/wandora-team/wandora Github] too. After successful download you may wonder [[how to install Wandora]].
  
 
==Javadocs==
 
==Javadocs==
Line 22: Line 22:
 
Javadocs are available for online viewing or as a zip package (updated {{javadoc date}}).
 
Javadocs are available for online viewing or as a zip package (updated {{javadoc date}}).
  
* [http://www.wandora.net/wandora/docs/api/ View online]
+
* [http://www.wandora.org/api/ View online]
* [http://www.wandora.net/wandora/docs/api/javadoc-{{javadoc date}}.zip Download]
+
* [http://www.wandora.org/api/wandora-javadoc.zip Download]
 
+
==Included libraries==
+
 
+
Wandora uses many third party libraries to extend the feature set of application. All libraries used by Wandora are free-to-use and available in Internet. We have already included these libraries into the Wandora package:
+
 
+
* [http://jena.sourceforge.net/ Jena RDF Framework] (Licence included)
+
* [http://xerces.apache.org/xerces2-j/ xerces.jar] (Apache License Version 2.0)
+
* [http://jakarta.apache.org/poi/ poi-3.0-alpha1-20050704.jar, poi-contrib-3.0-alpha1-20050704.jar, poi-scratchpad-3.0-alpha1-20050704.jar] (Apache License Version 2.0)
+
* [http://velocity.apache.org/ velocity-dep-1.4.jar] (Apache License Version 2.0)
+
* [http://lucene.apache.org/ lucene-1.3-final.jar] (Apache License Version 2.0)
+
* [http://jakarta.apache.org/commons/fileupload/ commons-fileupload-1.1.jar] (Apache License Version 2.0)
+
* [http://jakarta.apache.org/commons/io/ commons-io-1.1.jar] (Apache License Version 2.0)
+
* [https://glassfish.dev.java.net/javaee5/mail/ mail.jar] (CDDLv1.0)
+
* [http://www.beanshell.org/download.html bsh-2.0b2.jar] (Sun Public License or LGPL)
+
* [http://www.w3.org/Jigsaw/ jigsaw.jar] ([http://www.w3.org/Consortium/Legal/2002/ipr-notice-20021231 W3C Intellectual Rights Notice and Legal Disclaimers])
+
* [http://javamusictag.sourceforge.net/ jid3lib-0.5.4.jar] (LGPL)
+
* [http://hsqldb.org/ hsqldb.jar] (Licence included)
+
* [http://www.cacas.org/java/gnu/regexp/ gnu-regexp-1.1.4.jar] (Free software)
+
* [http://sourceforge.net/projects/jpegrdf jpegrdf.jar] (OSI-Approved Open Source)
+
* servlet-api.jar
+
* [http://jtds.sourceforge.net/ jtds-1.2.jar] (LGPL)
+
* [http://mstor.sourceforge.net/ mstor] (Licence included)
+
* [https://jmbox.dev.java.net/ jmbox] (LGPL)
+
* [http://www.adobe.com/products/acrviewer/acrvdnld.html Acrobar.jar, MRJToolkitStubs.zip] (Freeware)
+
* [http://java.sun.com/products/javabeans/jaf/downloads/index.html activation.jar]
+
  
Next libraries are required for Wandora's SOAP api.
+
==Libraries used by Wandora==
  
* [http://ws.apache.org/axis/ axis.jar]
+
Wandora uses many third party libraries. All used libraries are free-to-use and available in Internet. We have included these libraries into Wandora's distribution package. Libraries locate in '''build/lib''' folder of Wandora's distribution package and '''lib''' folder of Wandora's source code distribution package. Script '''bin/SetClasspath.bat|sh''' adds all required libraries to Java's classpath.
* commons-discovery-0.2.jar
+
* commons-logging-1.0.4.jar
+
* jaxrpc.jar
+
* saaj.jar
+
* wsdl4j-1.5.1.jar
+
  
==Libraries to download==
+
== Extras ==
  
Although Wandora works fine without next libraries you may encounter problems using some advanced features. Consider downloading Java packages:
+
All application extras have been placed in the '''extras''' folder of the Wandora distribution packages. Application extras include
  
* If you are planning to use database topic maps with Microsoft SQL database consider downloading JDBC drivers for the database. Msbase.jar, mssqlserver.jar, msutil.jar are available at http://msdn.microsoft.com/data/ref/jdbc/
+
* [[Wandora Firefox plugin|Wandora Firefox and Thunderbird plugin]]
* If you are planning to use database topic maps with MySQL database consider downloading JDBC drivers for the database. Driver can be downloaded at [http://dev.mysql.com/downloads/connector/j/3.1.html mysql-connector-java-3.1.13-bin.jar]
+
* [[Wandora Drupal extras]] is used to connect the Wandora with [http://www.drupal.org Drupal] content management system.
 +
* [[Wandora's Joomla Topic Reader]] is used to connect the Wandora with [http://www.joomla.com Joomla] content management system.
 +
* [[AngularJS topic map browser]]
 +
* [[JQuery Mobile based topic map browser]]

Latest revision as of 10:15, 28 July 2018

[edit] Prepare download

The Wandora application requires a Java Development Kit (JDK) 8 (or later). The JDK is not included in the Wandora distribution packages. It must be downloaded separately from Oracle or OpenJDK.

Look at the system requirements and the license before downloading and installing the Wandora. We emphasize that the Wandora is an ongoing project and the software is incomplete, absolutely contains bugs and the feature set may change without notice.

[edit] Downloading Wandora

Download Wandora's latest binary version (build date 2016-05-10, see Change log and Open bugs) here:

Wandora's source code distribution package is here:

Notice, Wandora's distribution packages are available in the SourceForge and Github too. After successful download you may wonder how to install Wandora.

[edit] Javadocs

Javadocs are available for online viewing or as a zip package (updated 2016-05-10).

[edit] Libraries used by Wandora

Wandora uses many third party libraries. All used libraries are free-to-use and available in Internet. We have included these libraries into Wandora's distribution package. Libraries locate in build/lib folder of Wandora's distribution package and lib folder of Wandora's source code distribution package. Script bin/SetClasspath.bat|sh adds all required libraries to Java's classpath.

[edit] Extras

All application extras have been placed in the extras folder of the Wandora distribution packages. Application extras include

Personal tools