ZKs"

From Documentation
 
(22 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{ZKStudioEssentialsPageHeader}}
 
{{ZKStudioEssentialsPageHeader}}
ZKs stands for '''ZK Storage'''. It is the mechanism by which ZK studio manages file resources that ZK project or ZK studio may use.
 
  
Currently it includes:
+
__TOC__
  
:'''Sample Codes''': Templates of sample ZK code
+
{{Notice| text=We recommend you to manage ZK jar and its depenedent libraries with a comprehensive build tool like [[ZK%20Installation%20Guide/Quick%20Start/Create%20and%20Run%20Your%20First%20ZK%20Application%20with%20Eclipse%20and%20Maven| Maven]] or [[ZK%20Installation%20Guide/Quick%20Start/Create%20and%20Run%20Your%20First%20ZK%20Application%20with%20Gradle| Gradle]].}}
:'''ZK Releases''': ZK Studio's release is bundled with latest stable ZK library.
 
  
You can see the content of '''ZK Storage''' in the '''ZK Storage View'''
 
  
[[Image:zk_studio_094_storage_view.jpg]]
+
ZKs stands for '''ZK Storage'''. It is the mechanism by which ZK studio manages ZK releases that your ZK project or ZK studio may use. You can see the contents of ZK Storage in the '''ZK Storage View'''
  
  
== ZK Binary Distribution Management ==
+
[[Image:studio-storage-view.png | center]]
=== Download and Import Import ZK Binary Distribution ===
 
To download the latest ZK release, please visit [http://www.zkoss.org/download/zk.dsp ZK Download Page].
 
  
To import a ZK library from local file system, you have to open the '''ZK Storage View''' and click on the '''import''' icon to import a ZK archive (for example, zk-bin-3.6.1.zip) into ZK Storage.
 
  
The Storage View can be opened by clicking '''<nowiki>[Window]/[Show View]/[Other]</nowiki>''' and selecting '''ZK > ZK Storage View'''.
+
= ZK Binary Distribution Management =
 +
== Browse & Install ZK Binary Releases Directly==
  
Step1: Click the '''Import''' button in ZK Storage View.
+
To browse and install ZK binary releases, open ZK Storage view and click '''Download and Install'''.
 +
The Storage View can be opened by clicking '''[Window]/[Show View]/[Other]''' and selecting '''ZK / ZK Storage View'''.
  
[[Image:zk_studio_094_storage_import_1.jpg]]
+
[[Image:studio-storage-view-download.png | center]]
  
Step2: Click '''File Import''' and a file dialog will appear.
+
Click on the icon, and the Installation dialog will popup where you can browse and select.
  
[[Image:zk_studio_094_storage_import_2.jpg]]
+
[[Image:studio-release-install-process.png | center | 600px]]
  
Step3: Choose the ZK archive file you want, then click '''Open'''.
+
After clicking '''Start''', the installation process will be triggered and selected releases will appear in your ZK Storage.
  
[[Image:zk_studio_094_storage_import_3.jpg]]
+
=== Import ZK Binary Distribution From Local File System ===
 +
To download the latest ZK release, please visit [http://www.zkoss.org/download/zk ZK Download Page].
  
Step4: Click '''Finish'''
+
To import a ZK release from local file system, open the '''ZK Storage View''' and click on the '''import''' icon to import a ZK archive (for example, zk-bin-3.6.1.zip) into ZK Storage.
  
[[Image:zk_studio_094_storage_import_4.jpg]]
+
The Storage View can be opened by clicking '''[Window]/[Show View]/[Other]''' and selecting '''ZK / ZK Storage View'''.
  
Step5: You can see that the ZK archive is imported into '''ZKs'''.
+
Step 1: Click '''Import''' in ZK Storage View.
  
[[Image:zk_studio_094_storage_import_5.jpg]]
+
[[Image:studio-storage-view-import.png | center | 300px]]
  
To remove a ZK library, simply right click on it and click delete.
+
Step 2: Click '''File Import''' and a file dialog will appear, choose the ZK archive file you have downloaded, and click '''Finish''' to import.
  
[[Image:zk_studio_094_remove_zk_lib.JPG]]
+
[[Image:studio-storage-view-import-dialog.png | center | 450px]]
 +
 
 +
 
 +
Step 3: You can see that the imported ZK release appears under "ZK Releases" item.
 +
 
 +
[[Image:studio-storage-view-import-result.png | center | 450px]]
 +
 
 +
To remove a ZK release, simply right click on it and click '''Delete a Package'''.
 +
 
 +
[[Image:studio-storage-view-delete.png | center | 450px]]
  
 
=== Configure ZK Binary Distribution ===
 
=== Configure ZK Binary Distribution ===
//TODO, has to finish this part
+
In '''ZK/ZK Packages''' of Eclipse preference page (select the menu '''[Window]/[Preference]'''), you can select default package on the list of "Installed ZKs" for a ZK web application you will create later. ZK Studio will automatically choose the latest version of those imported ZK Packages as the default package. You can remove unwanted ZK package by selecting the row in '''ZK Package''' then click '''Remove'''.
 +
 
 +
[[Image:studio-preference-package.png | center | 600px]]
 +
 
 +
 
 +
 
 +
 
  
 
{{ZKStudioEssentialsPageFooter}}
 
{{ZKStudioEssentialsPageFooter}}

Latest revision as of 09:14, 14 September 2017


Icon info.png Notice: We recommend you to manage ZK jar and its depenedent libraries with a comprehensive build tool like Maven or Gradle.


ZKs stands for ZK Storage. It is the mechanism by which ZK studio manages ZK releases that your ZK project or ZK studio may use. You can see the contents of ZK Storage in the ZK Storage View


Studio-storage-view.png


ZK Binary Distribution Management

Browse & Install ZK Binary Releases Directly

To browse and install ZK binary releases, open ZK Storage view and click Download and Install. The Storage View can be opened by clicking [Window]/[Show View]/[Other] and selecting ZK / ZK Storage View.

Studio-storage-view-download.png

Click on the icon, and the Installation dialog will popup where you can browse and select.

Studio-release-install-process.png

After clicking Start, the installation process will be triggered and selected releases will appear in your ZK Storage.

Import ZK Binary Distribution From Local File System

To download the latest ZK release, please visit ZK Download Page.

To import a ZK release from local file system, open the ZK Storage View and click on the import icon to import a ZK archive (for example, zk-bin-3.6.1.zip) into ZK Storage.

The Storage View can be opened by clicking [Window]/[Show View]/[Other] and selecting ZK / ZK Storage View.

Step 1: Click Import in ZK Storage View.

Studio-storage-view-import.png

Step 2: Click File Import and a file dialog will appear, choose the ZK archive file you have downloaded, and click Finish to import.

Studio-storage-view-import-dialog.png


Step 3: You can see that the imported ZK release appears under "ZK Releases" item.

Studio-storage-view-import-result.png

To remove a ZK release, simply right click on it and click Delete a Package.

Studio-storage-view-delete.png

Configure ZK Binary Distribution

In ZK/ZK Packages of Eclipse preference page (select the menu [Window]/[Preference]), you can select default package on the list of "Installed ZKs" for a ZK web application you will create later. ZK Studio will automatically choose the latest version of those imported ZK Packages as the default package. You can remove unwanted ZK package by selecting the row in ZK Package then click Remove.

Studio-preference-package.png





Last Update : 2017/09/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.