New to Java Servlet"

From Documentation
(Created page with '{{ZKInstallationGuideHeadingToc}} You don't need to know Java Servlet to use ZK, since ZK encapsulates the HTTP requests to higher-level concepts, such as ZUL pages and executio…')
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{ZKInstallationGuideHeadingToc}}
+
{{ZKInstallationGuidePageHeader}}
  
 
You don't need to know Java Servlet to use ZK, since ZK encapsulates the HTTP requests to higher-level concepts, such as ZUL pages and executions. However, it is helpful if you have [http://richjava.wordpress.com/ some Java Servlet concepts].
 
You don't need to know Java Servlet to use ZK, since ZK encapsulates the HTTP requests to higher-level concepts, such as ZUL pages and executions. However, it is helpful if you have [http://richjava.wordpress.com/ some Java Servlet concepts].
Line 5: Line 5:
 
= Java Servlet Tuturials=
 
= Java Servlet Tuturials=
  
A [http://en.wikipedia.org/wiki/Web_container Web container] is a server to serve HTTP requests.  A software developer who wants to add dynamical content usually implements a so-called [http://www.google.com.tw/search?q=define:Java+Servlet  Java Servlet]. A Web container is also known as a Servlet container.
+
A [http://en.wikipedia.org/wiki/Web_container Web container] is a server to serve HTTP requests.  A software developer who wants to add dynamical content usually implements a so-called [http://www.google.com.tw/search?q=define:Java+Servlet  Java Servlet].
  
 
A [http://www.google.com.tw/search?q=define:Java+Servlet  Java Servlet] is a Java class responsible for processing HTTP requests and then generating the corresponding HTTP response (usually in the format of HTML), based on the requirement of your applications.
 
A [http://www.google.com.tw/search?q=define:Java+Servlet  Java Servlet] is a Java class responsible for processing HTTP requests and then generating the corresponding HTTP response (usually in the format of HTML), based on the requirement of your applications.
  
[http://richjava.wordpress.com/ Rich Java] is a good tutorial about Java Servlet.
+
A Web container is also known as a Servlet container. [http://tomcat.apache.org/ Tomcat] is one of the most famous Web containers.
 +
 
 +
[http://richjava.wordpress.com/ Rich Java] offers a good tutorial about Java Servlet.
  
 
=Version History=
 
=Version History=
Last Update : {{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}
+
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content

Revision as of 08:13, 3 August 2011


New to Java Servlet



You don't need to know Java Servlet to use ZK, since ZK encapsulates the HTTP requests to higher-level concepts, such as ZUL pages and executions. However, it is helpful if you have some Java Servlet concepts.

Java Servlet Tuturials

A Web container is a server to serve HTTP requests. A software developer who wants to add dynamical content usually implements a so-called Java Servlet.

A Java Servlet is a Java class responsible for processing HTTP requests and then generating the corresponding HTTP response (usually in the format of HTML), based on the requirement of your applications.

A Web container is also known as a Servlet container. Tomcat is one of the most famous Web containers.

Rich Java offers a good tutorial about Java Servlet.

Version History

Last Update : 2011/08/03


Version Date Content
     



Last Update : 2011/08/03

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