Project

General

Profile

Actions

Feature #4834

closed

Java implementation of redmine API

Added by oliver stieber about 14 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2010-02-13
Due date:
% Done:

90%

Estimated time:
Resolution:

Description

Hi,

It would be nice to have a java implementation of the redmine API, this could possibly just be done using the mobile java implementation raised as a different feature request.


Related issues

Is duplicate of Redmine - Feature #4831: mobile java implementation of redmine APIClosed2010-02-13

Actions
Actions #1

Updated by Jean-Philippe Lang about 14 years ago

  • Category set to REST API
Actions #2

Updated by Alex Last almost 14 years ago

I'm looking for Java API to parse Redmine REST API XML data. Will have to create a new API if it does not exist yet.

Actions #3

Updated by Alex Last almost 14 years ago

Eclipse mylin-redmine connector should have the Java API to parse Redmine data. here's the link: https://sourceforge.net/projects/redmin-mylyncon/develop
I asked them to provide that API in reusable form, but not sure if anyone is still working on that project.

Actions #4

Updated by Alex Last almost 14 years ago

I created a draft version of Redmine Java API.
Sample Java Application to parse Redmine data and generate Microsoft Project file (includes Redmine Java API): http://redmine-connect.googlecode.com/files/redmine_connect.zip

I will keep working on that project.

Actions #5

Updated by Alex Last over 13 years ago

the zip file attached above is outdated now. I have Java API for Redmine REST service, which I'm using in this project: http://code.google.com/p/redmine-connect. I'm going to cleanup/refactor the API and then maybe provide it for a separate download.

Actions #6

Updated by Anonymous over 13 years ago

Unfortunately I always get an 403-Error when trying to access this page ;-(

Actions #7

Updated by Alex Last over 13 years ago

Hello, Markus. The project has moved to another website. Unfortunately, I can't delete the old links here.
Here's the download page: http://www.taskadapter.com/download
It's a commercial software with support, documentation and samples. New versions will be released approximately every 2 weeks.

Actions #8

Updated by Alex Last about 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 90

Redmine Java API becomes FREE and open-source (Apache 2 license) as of version 1.0.3.

http://taskadapter.com/redmine_java_api_1.0.3

Please, contact us if you want to help with the API improvements by spending your time or donating money to the existing volunteers.

1.0.3 version highlights:

  • The distributive includes both plain-java and OSGI versions.
  • Create/Update/Get operations are supported for Redmine Users (Redmine 1.1.0+ is required)
  • Error messages provided by Redmine 1.1.0+ are now supported.
  • Paging is supported for getUsers, getProjects operations.
  • "Created on", "Updated on" fields are supported for Issues and Projects.
  • Unneeded jars are removed from the dependencies. *
Actions #9

Updated by Mohit Gupta about 13 years ago

Hi, I am back here after a long time since I landed here for Redmine Java Client long time ago. It seems there are good progress on this. I am also using my small custom Java Connector for Redmine, which I have put at http://code.google.com/p/redmine-jconnector/

Actions #10

Updated by Alex Last about 13 years ago

Mohit, you're welcome to join the existing project: https://code.google.com/p/redmine-java-api
it already does everything you've planned for your connector.

Actions #11

Updated by Etienne Massip about 13 years ago

  • Status changed from Resolved to Closed

So be it.

Actions

Also available in: Atom PDF