Skip to content

Commit

Permalink
Issue #16: UberJAR is startable, deprecate applet due to security iss…
Browse files Browse the repository at this point in the history
…ues.
  • Loading branch information
ottlinger committed Dec 12, 2015
1 parent 94d5569 commit bcb9ef9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit bcb9ef9

Please sign in to comment.