Create and Run Your First ZK Application with Gradle

From Documentation
Revision as of 09:28, 15 March 2017 by Robertwenzel (talk | contribs) (Created page with "{{ZKInstallationGuidePageHeader}} __TOC__ =Using the gradle example= To use the zk-gradle example project all you need is a command line interface (and preferably git - but not ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


DocumentationZK Installation GuideQuick StartCreate and Run Your First ZK Application with Gradle
Create and Run Your First ZK Application with Gradle



Using the gradle example

To use the zk-gradle example project all you need is a command line interface (and preferably git - but not necessary). A basic understanding of gradle itself will help understanding the example -> please refer to the gradle documentation pages.

Download/Clone the example project

with git command line installed all you need is to clone the example repository:

   git clone [email protected]:zkoss-demo/zk-gradle.git


Run the Project

The project created by archetypes above should have a maven jetty plugin configured, you can just run the project with the command below:

   ./gradlew appRun

http://localhost:8080/zk-gradle/index.zul

Import a Gradle project into your IDE

The example project doesn't include or require any IDE specific settings and can be imported into your preferred IDE supporting gradle.

In Eclipse you can use the buildship plugin For IntelliJ IDEA just follow the Help page: Working with Gradle Projects