Before You Start"

From Documentation
Line 4: Line 4:
  
 
=New to JSP=
 
=New to JSP=
Because this user guide is written for developers who already familiar with JSP technology. So if you never use JSP before, please refer to these links below:
+
The aim of this guide is to provide for web application developers who are already familiar with JSP technology. Hence, if you are new to JSP technology, please refer to these links below:
  
[http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ Sun's official J2EE1.4 tutorial(See CH12)]
+
*[http://java.sun.com/j2ee/1.4/docs/tutorial/doc/ Sun's official J2EE1.4 tutorial(See CH12)]
  
[http://www.jsptut.com/ JSP Tutorial]
+
*[http://www.jsptut.com/ JSP Tutorial]
  
 
=New to ZK=
 
=New to ZK=
  
Because ZK JSP Tags is based on ZK and most usages and features in ZK JSP Tags are the same
+
ZK JSP Tags is based on ZK and provides a plenty of usages and features as same as those in ZK. Thus, knowing how to use ZK will greatly help you to speed up using
as those in ZK, so knowing how to use ZK will greatly help you in application development using
+
ZK JSP Tags in web application development. Here list some guides about how to use ZK:
ZK JSP Tags. To know how to use ZK, please refer to these links below:
 
  
[[ZK Installation Guide]]
+
*[[ZK Installation Guide]]
  
[[ZK Developer's Reference]]
+
*[[ZK Developer's Reference]]
  
ZK JSP Tags is one of solutions to use ZK with JSP. It provides a set of JSP tags that allow developers to specify ZK components in JSP tags. It is recommended to read the [[ZK Developer's Reference/Integration/Use ZK in JSP|ZK Developer's Reference: Use ZK in JSP]] section before you start.
+
'''Note:''' ZK JSP Tags is one of solutions to use ZK within JSP. It provides a set of JSP tags that allow developers to specify ZK components in JSP tags. It is recommended to read the [[ZK Developer's Reference/Integration/Use ZK in JSP|ZK Developer's Reference: Use ZK in JSP]] section before you start.
  
 
=What to Download=
 
=What to Download=
Line 28: Line 27:
 
|-
 
|-
 
| ZK 5.0.0 or later
 
| ZK 5.0.0 or later
| The binary distribution of ZK. ZK JSP Tags is a JSP tag library which is based on ZK environment, so you will need to install ZK first (including all required Jar files and  
+
| The binary distribution of ZK.(including all required Jar files and settings).
settings).
 
 
|-
 
|-
 
| ZK JSP Tags 1.4.0 or later
 
| ZK JSP Tags 1.4.0 or later

Revision as of 04:45, 26 November 2010


Before You Start



This section outlines what you are required to do before starting with ZK JSP Tags.

New to JSP

The aim of this guide is to provide for web application developers who are already familiar with JSP technology. Hence, if you are new to JSP technology, please refer to these links below:

New to ZK

ZK JSP Tags is based on ZK and provides a plenty of usages and features as same as those in ZK. Thus, knowing how to use ZK will greatly help you to speed up using ZK JSP Tags in web application development. Here list some guides about how to use ZK:

Note: ZK JSP Tags is one of solutions to use ZK within JSP. It provides a set of JSP tags that allow developers to specify ZK components in JSP tags. It is recommended to read the ZK Developer's Reference: Use ZK in JSP section before you start.

What to Download

File Description
ZK 5.0.0 or later The binary distribution of ZK.(including all required Jar files and settings).
ZK JSP Tags 1.4.0 or later The binary distribution of ZK JSP Tags.



Last Update : 2010/11/26

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