dependabot[bot] 5b980f95c1
Bump cyclonedx-maven-plugin from 2.7.0 to 2.7.1
Bumps [cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.7.0...cyclonedx-maven-plugin-2.7.1)

---
updated-dependencies:
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 07:45:47 +00:00
2022-06-18 14:07:24 +02:00
2022-05-01 14:29:22 +02:00
2022-05-01 12:45:05 +02:00
2022-06-18 13:51:24 +02:00
2022-05-01 12:45:05 +02:00
2022-06-18 13:51:24 +02:00

fop4apex

Servlet for Oracle APEX to run PDF Reports based on Apache FOP

Fahrdienst-Anwendung / Kostenblatt

Run tests

mvn test

Build

mvn package verify

Upgrade

  • set new version in pom.xml
  • check dependent libraries for updates
  • run tests and build

Release

  • create a tag with version number
  • create a github release

Installation

  • rename target/fop4apex*.war to fop4apex.war
  • copy fop4apex.war to tomcat webapps folder
  • Oracle APEX - Sample Settings
    • PrintServer External (Apache FOP)
    • Protocol HTTP / HTTPS
    • Host 127.0.0.1
    • Port 8080
    • Script: /fop4apex/pdf
    • Timeout 300

Debugging

Add to Tomcat logging.properties:

org.apache.tomcat.util.http.Parameters.level = ALL
de.pdv.apex.level = ALL

Deploy to tomcat 9.x (IntelliJ / Netbeans)

Run http://localhost:port/

Example:

Description
Servlet for Oracle APEX to run PDF Reports based on Apache FOP
Readme Apache-2.0 629 KiB
Languages
XSLT 88.1%
Java 11.9%