zk-and-rx"
From Documentation
Robertwenzel (talk | contribs) m (Created page with "{{Template:Smalltalk_Author| |author=Robert Wenzel, Engineer, Potix Corporation |date=September, 2017 |version=ZK 8.5 }} = Introduction = = The Backend (Observable) = = The UI...") |
Robertwenzel (talk | contribs) |
||
Line 22: | Line 22: | ||
Clone the repo | Clone the repo | ||
− | git clone git@github.com:zkoss-demo/zk- | + | git clone git@github.com:zkoss-demo/zk-rxdemo.git |
The example war file can be built using the [https://docs.gradle.org/current/userguide/gradle_wrapper.html gradle-wrapper] (on windows simply omit the prefix './'): | The example war file can be built using the [https://docs.gradle.org/current/userguide/gradle_wrapper.html gradle-wrapper] (on windows simply omit the prefix './'): |
Revision as of 10:11, 14 September 2017
Author
Robert Wenzel, Engineer, Potix Corporation
Robert Wenzel, Engineer, Potix Corporation
Date
September, 2017
September, 2017
Version
ZK 8.5
ZK 8.5
Introduction
The Backend (Observable)
The UI (ZK)
The magic in the middle
Summary
Example Sources
The code examples are available on github in the zk-rxdemo repository
Running the Example
Clone the repo
git clone git@github.com:zkoss-demo/zk-rxdemo.git
The example war file can be built using the gradle-wrapper (on windows simply omit the prefix './'):
./gradlew war
Execute using jetty-runner (fastest):
./gradlew startJettyRunner
Execute using gretty:
./gradlew appRun
Then access the example http://localhost:8080/zk-rxdemo CHECK LINK
Comments
Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License. |