JasperServer-Client
Get Version
0.5.0/a Ruby Client for JasperServer/
What is it?
JapserServer-Client is a Ruby-based client for JasperServer.
The library allows for requesting and fetching reports from a networked JasperServer over SOAP.
Installing
sudo gem install jasperserver-client
Requirements
You will need:
- A Ruby interpreter.
- The soap4r gem, version 1.5.8 or greater
gem install soap4r
- A running JasperServer instance to talk to.
Documentation and demonstration of usage
- For usage inside a Rails controller see http://github.com/gunark/jasperserver-client/wikis/railsusageexamples
- API docs with some more example are available at http://jasper-client.rubyforge.org/rdoc/
How to submit patches
The source is maintained in a git repository on github:
git clone git://github.com/gunark/jasperserver-client.git
Build and test instructions
cd jasperserver-client rake test rake install_gem
License
JasperServer-Client is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
JasperServer-Client is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Contact
Send an email to Matt Zukowski.
Matt Zukowski, 25th September 2008
Theme extended from Paul Battley