-
Notifications
You must be signed in to change notification settings - Fork 14
Integration
The following page describes how to integrate OpenEstate-IO into your Java application. If you're using Maven, please follow the advices for Integration with Maven.
With each release we're providing a package, that contains all necessary files to work with OpenEstate-IO.
After you've extracted the release package, you can find the following files and folders:
-
The
docsfolder contains documentations from the project wiki. -
The
docs/javadocsubfolder contains the complete API documentation of OpenEstate-IO. -
The
docs/specssubfolder contains specifications of the implemented formats. -
The
libfolder contains compiled code, sources and javadocs of the OpenEstate-IO libraries. -
The
lib/3rdpartysubfolder contains compiled code, sources and javadocs of the dependencies. -
The
CONTRIBUTING.mdfile contains notes about how to contribute to this project. -
The
LICENSE.txtfile contains the license text. -
The
README.mdfile contains the project description. -
The
README-*.mdfiles contain the descriptions for supported formats. -
The
TERMS-OpenImmo.mdfile contains a copy of the terms of use by OpenImmo e.V..
You need to add lib/OpenEstate-IO-Core-1.5.jar, the library of the format you want to implement and the libraries from lib/3rdparty/*.jar to the dependencies of your application.
From now on you can use OpenEstate-IO within your application.