# dss-demonstrations **Repository Path**: caohenghui/dss-demonstrations ## Basic Information - **Project Name**: dss-demonstrations - **Description**: No description available - **Primary Language**: Java - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-26 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Demonstrations for DSS : Digital Signature Service This is the demonstration repository for project DSS : https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/eSignature. # Issue Tracker Please, use the new JIRA for project is on https://ec.europa.eu/digital-building-blocks/tracker/projects/DSS/issues. # Maven repository The release of [DSS](https://github.com/esig/dss) is published on Maven Central repository : https://central.sonatype.com/search?q=eu.europa.ec.joinup.sd-dss # Demonstration The demonstration bundle is deployed at https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo # DSS Standalone Application In order to build the standalone application, the following modules are required: * dss-standalone-app; * dss-standalone-package. If the build is successful, you will be able to find out the following containers in the directory `/dss-standalone-app-package/target/`: * dss-standalone-app-package-minimal.zip - contains the application code. Requires JDK ad JavaFX installed on a target machine in order to run the application; * dss-standalone-app-package-complete.zip - contains the application code, as well as JDK and JavaFX library code. Can be run on a machine whithout pre-installed libraries. In order to launch the application, you will need to extract the archive and run the file `dss-run.bat`. # DSS Web Application To build the DSS Web Application the following modules are required: * dss-demo-webapp; * dss-demo-bundle. After a successful build, in the directory `/dss-demo-bundle/target/` you will be able to find out two containers: `dss-demo-bundle.zip` and `dss-demo-bundle.tar.gz`. Despite the container type, the content of both files is the same. After extracting the content, you will need to run the file `Webapp-Startup.bat` in order to launch the server and the file `Webapp-Shutdown.bat` to stop the server. After running the server, the web-application will be available at the address `http://localhost:8080/`. # JavaDoc The JavaDoc is available on https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/apidocs/index.html # Ready-to-use bundles Bundles which contain the above demonstration can be downloaded from the [Maven repository](https://ec.europa.eu/digital-building-blocks/artifact/service/rest/repository/browse/esignaturedss/eu/europa/ec/joinup/sd-dss/dss-demo-bundle/). The code of the demonstration can be found on https://ec.europa.eu/digital-building-blocks/code/projects/ESIG/repos/dss-demos/browse [![License (LGPL version 2.1)](https://img.shields.io/badge/license-GNU%20LGPL%20version%202.1-blue.svg?style=flat-square)](https://www.gnu.org/licenses/lgpl-2.1.html)