From bcb9ef90fe954355c70d03a584dcebc0cb39dacc Mon Sep 17 00:00:00 2001 From: Hugo Hirsch Date: Sat, 12 Dec 2015 20:33:08 +0100 Subject: [PATCH] Issue #16: UberJAR is startable, deprecate applet due to security issues. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bffc17d3f..c841d1ab5 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,6 @@ This project uses [Maven](https://maven.apache.org "Official Maven website") to ![https://raw.githubusercontent.com/ottlinger/spamschutz/master/webpage/media/gplv3-88x31.png](https://raw.githubusercontent.com/ottlinger/spamschutz/master/webpage/media/gplv3-88x31.png) -## Applet ## -To run this class as an applet you need run - * ```mvn clean install``` - * Launch ```./target/classes/applet.html``` for an example HTML integration - * Launch ```./target/classes/appletxhtml.html``` for an example XHTML integration - ## Application ## If you want to run this programme as a standalone application, perform the following: * Get your Maven up'n'running @@ -44,3 +38,11 @@ A different possibility is to launch the combined uberJAR: ## Reports ## A current snapshot's maven [site reports](https://ottlinger.github.io/spamschutz/) is a good place to start to understand the application without trying it. + +## DEPRECATED: Applet ## +To run this class as an applet you need to run + * ```mvn clean install``` + * Launch ```./target/classes/applet.html``` for an example HTML integration + * Launch ```./target/classes/appletxhtml.html``` for an example XHTML integration + +Due to the current security issues with Java Applet this way is not recommeneded and is addressed in issue #20.