File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ tool called `jpackage` (part of JDK distribution) that does all this work. Now t
1919of Clojure on the desktop] ( https://vlaaad.github.io/year-of-clojure-on-the-desktop ) is
2020finally right around the corner, all you need is this small example to get started.
2121
22+ ## What is intentionally left out
23+
24+ The purpose of this example application is to show packaging capabilities of cljfx and
25+ jpackage, to keep it simple some build steps where left out:
26+ - startup time can be improved significantly by AOT-compiling clojure code;
27+ - application package size can be reduced: you can use ` jlink ` to minify the JDK, and if
28+ your application does not need to use webkit (which is used in this example), you can
29+ exclude cljfx's dependency on javafx-web.
30+
2231## Walk-through
2332
2433The code is pretty simple: [ hn.core] ( src/hn/core.clj ) is a main namespace that starts
You can’t perform that action at this time.
0 commit comments