Search code examples
javaapixml-rpcbugzilla

Is there a java api to access bugzilla?


Is there a (standalone!) java api which wraps the XML-RPC interface to bugzilla? I don't want to program my own api for it, and I can't actually find a library which does this (and only this).

Update:

I'm looking for something like this http://oss.dbc.dk/bugzproxy/ only written in Java


Solution

  • I know this is a bit old thread but as it is quite possible that people with the same question could land up here I thought of sharing a blog post I wrote about four Java client libraries that I found for accessing Bugzilla: J2Bugzilla, B4J (Bugzilla for Java), Bugzilla Library, LightingBugAPI.

    http://www.dzone.com/links/r/bugzilla_web_service_and_java_client_libraries.html

    Best Regards, Nandana