Download Latest Version org.conquestWiki.model_0.1.0.jar (6.4 MB)
Email in envelope

Get an email when there's a new version of ConquestExplorer

Home / ConquestExplorer Core
Name Modified Size InfoDownloads / Week
Parent folder
Readme.txt 2011-01-28 1.8 kB
ConquestExplorer_win.zip 2011-01-24 54.1 MB
ConquestExplorer_mac.zip 2011-01-24 53.8 MB
ConquestExplorer_linux.zip 2011-01-24 54.0 MB
Totals: 4 Items   161.9 MB 0
ConquestExplorer Core
---------------------

This download contains the ConquestExplorer-framework without any domain model.

Requirement:
------------
Software: Java v5 (or higher)
Hardware: 1GB RAM (recommended)

Installation:
-------------
-unzip ConquestExplorer_[linux/mac/win].zip

Start:
------
-move to directory ConquestExplorer_[linux/mac/win]
-start the associated program
	linux - ConquestExplorer3
	mac -	ConquestExplorer3.app
	win -	ConquestExplorer3.exe

Add domain model via jar-File:
------------------------------

Example:
	ConquestExplorer Domain/wikipedia/wikipediaModel.jar

	Application Menu- File/New Project
		new name: wikiJar
		package name of data model: org.conquestexplorer.wiki.model
		extra path for data model jar: <yourDirectory>/wikipediaModel.jar

		<Next>

		<select> restart with this database connection 
		<Test connection>
		<Finish>

This example contains only the domain model.

Add domain model and extension via Eclipse-plugins:
---------------------------------------------------

Example:
	ConquestExplorer Domain/wikipedia/
	org.conquestWiki.model_0.1.0.jar (domain model and extension), 
	org.conquestWiki.view.rcp_0.1.0.jar (domain gui-extension)

	Application Menu- File/New Project
		new name: wikiPlugin
		extra path for external plugin jars: 
			<yourDirectory>/org.conquestWiki.model_0.1.0.jar,<yourDirectory>/org.conquestWiki.view.rcp_0.1.0.jar

		<Next>

		<select> restart with this database connection 
		<Test connection>
		<Finish>

This example contains the domain model and extensions(Main menu/Extension) such as "Import Wiki-XMLFile", "Import Wiki-Bz2File (Slow)" etc. "Import Wiki-XMLFile" imports an unzipped XML-Dump (e.g. http://download.wikimedia.org/simplewiki/<dumpDate>/pages-articles.xml.bz2) of Wikipedia.
Source: Readme.txt, updated 2011-01-28