JaroslavTulach at 04:42, 1 October 2021 - 2021-10-01 04:42:34

←Older revision Revision as of 04:42, 1 October 2021
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[netbeans:Html4Java|HTML/Java]] [[API]]s:
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[Html4Java|HTML/Java]] [[API]]s:
<source lang="bash">
<source lang="bash">

JaroslavTulach at 21:54, 1 January 2015 - 2015-01-01 21:54:42

←Older revision Revision as of 21:54, 1 January 2015
Line 5: Line 5:
-DarchetypeGroupId=org.apidesign.html \
-DarchetypeGroupId=org.apidesign.html \
-DarchetypeArtifactId=knockout4j-archetype \
-DarchetypeArtifactId=knockout4j-archetype \
-
-DarchetypeVersion=1.1.2
+
-DarchetypeVersion=1.1.2 \
 +
-Dbck2brwsr=true
 +
# answer few questions...
$ cd nameofyourproject
$ cd nameofyourproject
# run on desktop
# run on desktop

JaroslavTulach at 21:50, 1 January 2015 - 2015-01-01 21:50:35

←Older revision Revision as of 21:50, 1 January 2015
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[netbeans:Html4Java|HTML/Java]] [[API]]s.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[netbeans:Html4Java|HTML/Java]] [[API]]s:
 +
 
 +
<source lang="bash">
 +
$ mvn archetype:generate \
 +
-DarchetypeGroupId=org.apidesign.html \
 +
-DarchetypeArtifactId=knockout4j-archetype \
 +
-DarchetypeVersion=1.1.2
 +
$ cd nameofyourproject
 +
# run on desktop
 +
$ mvn process-classes exec:java
 +
# run in a browser
 +
$ mvn -Pbck2brwsr clean package bck2brwsr:show
 +
</source>
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.

JaroslavTulach at 20:37, 1 January 2015 - 2015-01-01 20:37:06

←Older revision Revision as of 20:37, 1 January 2015
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[netbeans:HTML4Java|HTML/Java]] [[API]]s.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[netbeans:Html4Java|HTML/Java]] [[API]]s.
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.

JaroslavTulach at 20:36, 1 January 2015 - 2015-01-01 20:36:01

←Older revision Revision as of 20:36, 1 January 2015
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[nb:HTML4Java|HTML/Java]] [[API]]s.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[netbeans:HTML4Java|HTML/Java]] [[API]]s.
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.

JaroslavTulach at 20:35, 1 January 2015 - 2015-01-01 20:35:40

←Older revision Revision as of 20:35, 1 January 2015
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). The [[Knockout4Java]] [[Maven]] archetype has been modified to use the precompiled version of [[Bck2Brwsr]] rt. jar emulation library and [[nb:HTML4Java|HTML/Java]] [[API]]s.
 +
 
 +
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.

JaroslavTulach at 16:04, 28 December 2014 - 2014-12-28 16:04:05

←Older revision Revision as of 16:04, 28 December 2014
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as resources.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as in [[JAR]] resources.

JaroslavTulach at 16:03, 28 December 2014 - 2014-12-28 16:03:40

←Older revision Revision as of 16:03, 28 December 2014
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] onto). Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as resources.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] how to). Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as resources.

JaroslavTulach at 16:03, 28 December 2014 - 2014-12-28 16:03:27

←Older revision Revision as of 16:03, 28 December 2014
Line 1: Line 1:
-
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artifacts. Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as resources.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artefacts (see [[Bck2BrwsrLibraries]] onto). Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as resources.

JaroslavTulach at 05:03, 7 December 2014 - 2014-12-07 05:03:34

←Older revision Revision as of 05:03, 7 December 2014
Line 1: Line 1:
-
Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as resources.
+
[[Bck2BrwsrLibraries|Libraries]] can be pre-compiled and published as [[Maven]] artifacts. Supporting [[Bck2BrwsrBlobURLs]] so one can display images available as resources.