Practices Of Using Spring In ZK"

From Documentation
m (Created page with "{{Template:UnderConstruction}} {{Template:Smalltalk_Author| |author=Ian YT Tsai, Engineer, Potix Corporation |date=October 05, 2012 |version=ZK 6 }} =Introduction= {{Templat...")
 
m
Line 8: Line 8:
  
 
=Introduction=
 
=Introduction=
 +
Spring Framework is one of the most common framework for Java web developer. In this article, I'll introduce how to integrate ZK, Spring and Hibernate together to build a web application. Basically, I'll focus on how to use [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zkplus/spring/DelegatingVariableResolver.html ZK Spring DelegatingVariableResolver] properly, and provide some programming tips in this context.
 +
 +
If you already read [http://books.zkoss.org/wiki/Small_Talks/2012/September/Practices_Of_Using_CDI_In_ZK Practices Of Using CDI In ZK], this article is the counterpart in Spring.
 +
 +
=Develop Environment Preparation=
 +
In this article, we use Eclipse3.X(I think everything should be fine in 4.X but I didn't try) as our development tool. We use [http://www.example.com link title]
 +
==IDE Setup==
 +
==Demo Project Setup==
 +
 +
=About The Demo Application=
 +
First, let's start with our Demo Application,
 +
 +
 +
  
  

Revision as of 08:56, 3 October 2012

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!


DocumentationSmall Talks2012OctoberPractices Of Using Spring In ZK
Practices Of Using Spring In ZK

Author
Ian YT Tsai, Engineer, Potix Corporation
Date
October 05, 2012
Version
ZK 6

Introduction

Spring Framework is one of the most common framework for Java web developer. In this article, I'll introduce how to integrate ZK, Spring and Hibernate together to build a web application. Basically, I'll focus on how to use ZK Spring DelegatingVariableResolver properly, and provide some programming tips in this context.

If you already read Practices Of Using CDI In ZK, this article is the counterpart in Spring.

Develop Environment Preparation

In this article, we use Eclipse3.X(I think everything should be fine in 4.X but I didn't try) as our development tool. We use link title

IDE Setup

Demo Project Setup

About The Demo Application

First, let's start with our Demo Application,




Comments



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