Documentation
B4J is a Java based library for access to Bugzilla instances. The library allows retrieval of bug records according to certain search criteria. You can then work with those records as Java objects and build your own functionality on top of it.
B4J comes with a report generator. It is highly configurable, so you should not bother about accessing the Bugzilla server but rather work with delivered bugs.
- Installation Instructions
- User’s Instructions
- Developer’s Instructions
- API Documentation
Feel free to leave a comment here in case you find any bug or error in the package.
May 3rd, 2010 at 7:21 am
i would like to know , using your packages and classes how can i make a simple login to bugzilla…
i am using blackberry development environment to implement your classes…
help me with this..
thanking you in anticipation
May 3rd, 2010 at 6:49 pm
I added some developer’s instructions. Please refer there for an example.
May 24th, 2010 at 4:50 pm
Let’s say I want to execute the example provided above. What imports would I use exactly?