New to Java"

From Documentation
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{ZKInstallationGuidePageHeader}}
 
{{ZKInstallationGuidePageHeader}}
  
You don't need to know Java to use ZK, since all rich user interfaces can be implemented in a HTML-like markup language called ZUML. However, to complete a Web application, you or your teammates need [[#Java Tutorials|some basic Java knowledge]].
+
You don't need to know Java to use ZK, since all rich user interfaces can be implemented in a HTML-like markup language called ZUML. However, to complete a Web application, you or your teammates need to write some Java code to glue UI and services together. It requires [[#Java Tutorials|some Java knowledge]].
  
 
If you haven't installed the following applications on your computer, please download and install them first.
 
If you haven't installed the following applications on your computer, please download and install them first.
  
 
* [[#Install Java SE Development Kit|Java SE Development Kit (JDK)]]  
 
* [[#Install Java SE Development Kit|Java SE Development Kit (JDK)]]  
: JDK is a software development for writing application in Java,
+
: JDK is a software development for writing application in Java.
 
:* '''Note''' : we suggest you install this first even some web server already contains one
 
:* '''Note''' : we suggest you install this first even some web server already contains one
 
* [[ZK_Installation_Guide/Setting_up_Servers|Web Server]]
 
* [[ZK_Installation_Guide/Setting_up_Servers|Web Server]]
 
: A Web servlet is used to host the Web application you developed
 
: A Web servlet is used to host the Web application you developed
 
* ZK Framework
 
* ZK Framework
: ZK is am Ajax framework simplifying the development of Web applications
+
: ZK is an Ajax framework simplifying the development of Web applications
  
 
==Java Tutorials==
 
==Java Tutorials==
Line 36: Line 36:
  
 
==Install Java SE Development Kit==
 
==Install Java SE Development Kit==
ZK supports JDK<ref>Java SE Development Kit</ref> 1.4, 5, and 6. You could visit the Java website to download and install the version you want.
+
ZK supports JDK 6 and later. You can visit the Oracle website to download the latest version and follow the instructions to set it up.
  
'''JDK 6'''
+
:Download: https://www.oracle.com/technetwork/java/javase/downloads/index.html
:Download: http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html
 
:Installation Instructions: http://www.oracle.com/technetwork/java/javase/index-137561.html
 
  
'''JDK 5'''
 
:Download: http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html
 
:Installation Instructions: http://java.sun.com/j2se/1.5.0/install.html
 
  
 
<blockquote>
 
<blockquote>
Line 52: Line 47:
  
 
=Version History=
 
=Version History=
 
+
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| ZK 5.0.4
+
| &nbsp;
| 9/21/2010
+
| &nbsp;
| Add note of JDK
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKInstallationGuidePageFooter}}
 
{{ZKInstallationGuidePageFooter}}

Latest revision as of 08:24, 21 November 2018


You don't need to know Java to use ZK, since all rich user interfaces can be implemented in a HTML-like markup language called ZUML. However, to complete a Web application, you or your teammates need to write some Java code to glue UI and services together. It requires some Java knowledge.

If you haven't installed the following applications on your computer, please download and install them first.

JDK is a software development for writing application in Java.
  • Note : we suggest you install this first even some web server already contains one
A Web servlet is used to host the Web application you developed
  • ZK Framework
ZK is an Ajax framework simplifying the development of Web applications

Java Tutorials

Here are some good Java tutorials.


Java
URLs
Language Basic http://java.sun.com/docs/books/tutorial/java/nutsandbolts/index.html
Class and Object http://java.sun.com/docs/books/tutorial/java/concepts/index.html

http://java.sun.com/docs/books/tutorial/java/javaOO/index.html

http://java.sun.com/docs/books/tutorial/java/IandI/index.html

Install Java SE Development Kit

ZK supports JDK 6 and later. You can visit the Oracle website to download the latest version and follow the instructions to set it up.

Download: https://www.oracle.com/technetwork/java/javase/downloads/index.html



Version History

Last Update : 2018/11/21


Version Date Content
     



Last Update : 2018/11/21

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