Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erwanlt/jasperclient
Client for jasper server
https://github.com/erwanlt/jasperclient
hacktoberfest hacktoberfest2022 jasper jasper-client jasperreports java
Last synced: 16 days ago
JSON representation
Client for jasper server
- Host: GitHub
- URL: https://github.com/erwanlt/jasperclient
- Owner: ErwanLT
- License: mit
- Created: 2022-09-09T11:50:23.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-11T17:11:17.000Z (about 2 years ago)
- Last Synced: 2023-03-03T23:00:48.213Z (almost 2 years ago)
- Topics: hacktoberfest, hacktoberfest2022, jasper, jasper-client, jasperreports, java
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Jasper Client
## build informations
[![Build Status](https://app.travis-ci.com/ErwanLT/JasperClient.svg?branch=dev)](https://app.travis-ci.com/ErwanLT/JasperClient)
[![codecov](https://codecov.io/gh/ErwanLT/JasperClient/branch/dev/graph/badge.svg?token=gF99xjq9DF)](https://codecov.io/gh/ErwanLT/JasperClient)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bee32ae2e1ef470cbc76f4761320e166)](https://www.codacy.com/gh/ErwanLT/JasperClient/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ErwanLT/JasperClient&utm_campaign=Badge_Grade)
## Generate PDF using Jasper client
```mermaid
flowchart TB
A[Asking for PDF] --> B(Execute it on server)
B --> C(Check Status)
C --> D{is it ready ?}
D -->|yes| E[Get it]
D -->|no| C
```
## Contributing
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.
## Copyright and License
MIT LicenseCopyright (c) 2022 Erwan Le Tutour
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.