You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-27Lines changed: 2 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,33 +33,9 @@ The webstart execution process works as follows:
33
33
- javaws steps: download JAR files, decompress JAR files, verify signature of JAR files
34
34
- javaws starts application
35
35
36
-
## Prerequisites
37
-
38
-
- eXist-db:
39
-
- Version 3.6 or newer (older versions might and will work, but is not tested)
40
-
- Location is referenced as 'EXIST_HOME'
41
-
- Optional:
42
-
- Apache Ant (version 1.10.1)
43
-
- Java keystore file containing commercial certificates to sign JAR files
44
-
45
-
## Build
46
-
47
-
- Edit `build.properties`, configure `exist.home`
48
-
- Run `ant` in the toplevel directory
49
-
- or use `$EXIST_HOME/build.sh`
50
-
- The XAR file is generated in the `build` directory
51
-
52
-
Ant actions:
53
-
54
-
- generate `webstart.keystore` when not existemt
55
-
- copy JAR files from `$EXIST_HOME`
56
-
- processes JAR files (repack)
57
-
- sign JAR files
58
-
- compress JAR files with PACK200 and GZIP
59
-
60
36
## Install
61
37
62
-
- Use the exist-db package manager to install the XAR file (see ...)
38
+
- Use the exist-db package manager to install the XAR file (see [documentation](http://exist-db.org/exist/apps/doc/dashboard.xml?q=package&field=all&id=D2.4.8#D2.4.8))
63
39
64
40
## Run
65
41
@@ -73,5 +49,4 @@ In the past Java Applets and Java Webstart applications have been used to exploi
73
49
security, Sun Microsystems (Oracle) have implemented several protection steps. Unfortunately these steps
74
50
reduced the usability a bit.
75
51
76
-
Todo:
77
-
-[ ] add Wiki examples and FAQs
52
+
Please consult the [Wiki](https://github.com/Trundler/existdb-webstart/wiki) for more details
0 commit comments