-
Notifications
You must be signed in to change notification settings - Fork 1
Home
RedmineJConnector is a Redmine Java API (client) to interact with Redmine Server (http://www.redmine.org/) using its Rest API. Redmine provides Rest Services for various CRUD operations for data managed by it, like Projects, Issues, and Users etc. This connector helps to consume these Rest Services and hence enables to interact with Redmine Server for various CRUD operations on this data. It provides an abstraction layer over Redmine Rest Services and hence avoid to go into details of Rest implementation.
System picks its various configuration like Server Address, and Security Key etc from configuration file. Its build is based on ANT.
Releases: Refer to release notes please
Documentation Run the build with 'javadoc' target, and you will get the documentation in 'javadocs' folder. Other documents can be found in docs folder. Refer to 'readme.txt' for initial information.
Dependencies
- Redmine - Version 1.4
- ANT - For building the application
- JIBX - For Java to XML and XML to Java conversion
- Restlet - For accessing Rest API of Redmine
- Commons Logging and Log4J - For Logging purpose
- Junit - For test cases
- Platform Compatibility - System is developed on Java, hence should be able to run on all platforms. It is tested on Windows environment with Java 6.
Price It is a free software, however you can contribute
- By using the software and report back any issue, or any enhancement required
- By submitting back any enhancements, or documentation done by you
- By Providing a back link to http://www.vedantatree.com/ with the reference of RedmineJConnector on your website.
- By connecting with us on Facebook at https://www.facebook.com/VedantaTree and on Twitter at @VedantaTree
Thank you!
~A product developed by VedantaTree