Project Properties"

From Documentation
Line 101: Line 101:
 
*'''Web Content'''
 
*'''Web Content'''
  
:Set the desired '''WebContent''' folder for this project.  
+
:Set the desired '''Web Content''' folder for this project.  
  
'''Tips:''' The WebContent folder contains the file(s) you need to deploy to the server for this Web application.
+
'''Tips:''' The Web Content folder contains the file(s) you need to deploy to the server for this Web application.
  
  

Revision as of 08:47, 17 October 2012



In the Project Explorer, Package Explorer, Navigator view of Eclipse, select Dynamic Web Project or Pure Java Project, right click and select Properties. According to the kind of project you selected, there will be different preference pages.

ZK Project (Dynamic Web Project with ZK support)

ZK

ProjectPreferenceZK.png

This preference page lists the version number, library location, and the add-ons currently available for the current project's ZK package.

The Refresh the ZK Library button is used to refresh add-on list in case any library jar files in this project were out of sync.

Package Setting

ProjectPreferencePackageSetting.png

This preference page allows the user to change the project's ZK Library. To change the project's ZK library, select a different ZK Package on the list and click Apply.

  • re-associate sources jar files button
Clicking this button will associate zk sources jar files (of the selected ZK Packages ) with the binary jar files of current project. For example, zk-sources.jar will be associated with zk.jar, and so on. This feature will link all zk jar files to its' source. Before using this feature, make sure you have *-sources.jar files in the ZK_Package_folder/libsrc in ZKs, eg. /Zks/Packages/3.5.2/libsrc/zk-sources.jar.
  • Force override project's existing resources when copying data
When you change the project's applied ZK Package, this option controls whether Eclipse will overwrite all ZK library files .

Visual Editor

This preference page allows you to configure the ZK Library used by the ZUL Visual Editor to generate previews.

ProjectPreferenceVusalEditor.png

  • Startup Library
This option lets the user configure which ZK Library should be used by the ZUL Visual Editor to generate previews. Select Use /WEB-INF/lib to use the ZK library configured for this project; Select Use ZK Storage to use the ZK Packages installed in Eclipse which are listed in Global Preferences.
  • Allowed Library List
The list allows the user to configure which ZK library can be loaded when the visual editor starts. Not all the jar files inside WEB-INF/lib or ZKs will be loaded.

Zk studio 094 ve allowed library.png

ZUL Editor

This preference page lists some options you can turn on/off to improve the performance of the ZUL Editor.

ProjectPreferenceZULEditor.png

  • Enable mark occurrence
Checking this option will enable the Mark Occurrence feature within the ZUL Editor. Turn this off for a performance boost.
  • Enable syntax check
Checking this option will enable syntax checking within ZUL Editor. Turn this off for a performance boost.
  • Enable hyperlinking
Checking this option will enable Hyperlink Navigation within ZUL Editor. Turn this off for a performance boost.

Dynamic Web Project without the ZK Library

When not using the ZK Library you will find you have no Package Setting preference page. To enable this page you must install the ZK Supports, which can be done using the project's preference window.

Visual Editor

This preference page allows you to configure the ZK Library used by the ZUL Visual Editor to generate previews.

ProjectPreferenceVusalEditorOnlyDynamic.png

  • Startup Library
This option lets the user configure which ZK Library is used by the ZUL Visual Editor to generate previews. Select Use /WEB-INF/lib to use the ZK library configured for this project; Select Use ZK Storage to use the ZK Packages installed in Eclipse which are listed in Global Preferences.


ZUL Editor

This preference page lists some options you can turn on/off to improve the performance of ZUL Editor.

ProjectPreferenceZULEditorOnlyDynamic.png

  • Enable mark occurrence
Checking this option will enable the Mark Occurrence feature within the ZUL Editor. Turn this off for a performance boost.
  • Enable syntax check
Checking this option will enable syntax checking within ZUL Editor. Turn this off for a performance boost.
  • Enable hyperlinking
Checking this option will enable Hyperlink Navigation within ZUL Editor. Turn this off for a performance boost.

Pure Java Project

When the ZK Library is not in use, you will find yourself that you do not have a Package Setting preference page. To enable this page you must use a Dynamic Web Project instead of pure Java project.

Visual Editor

This preference page allows the user to configure which ZK library is used to generate preview result in the Visual Editor.

ProjectPreferenceVusalEditorPureJava.png

  • Startup Library
This option lets the user configure which ZK Library is used by the ZUL Visual Editor to generate previews. However, if the project is a pure Java Project, only the ZK Packages installed in Eclipse are applicable.
  • Web Content
Set the desired Web Content folder for this project.

Tips: The Web Content folder contains the file(s) you need to deploy to the server for this Web application.


ZUL Editor

This preference page lists some options you can turn on/off to improve the performance of ZUL Editor.

ProjectPreferenceZULEditorPureJava.png

  • Enable mark occurrence
Checking this option will enable the Mark Occurrence feature within the ZUL Editor. Turn this off for a performance boost.
  • Enable syntax check
Checking this option will enable syntax checking within ZUL Editor. Turn this off for a performance boost.
  • Enable hyperlinking
Checking this option will enable Hyperlink Navigation within ZUL Editor. Turn this off for a performance boost.



Last Update : 2012/10/17

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