Manipulating Redmine database using Java
Added by Bruno Medeiros over 13 years ago
We use Redmine in my company, and a few months ago we needed to make some customized reports. As I'm a completely newbie in ruby and have a lot of experience with Java, I decided to make this reports on a Java web application. The main problem was how to access the database in an object-oriented way instead of use pure JDBC. To fix that problem I started a project on Google Code, at:
http://code.google.com/p/redmine-java-model/
This project aims to provide a Redmine Java Model, using hibernate, to allow us making queries using HQL and use all other Hibernate's benefits.
Just sharing here in case someone wants to do something similar.
Thanks!