Practices Of Using Spring In ZK

From Documentation
Revision as of 03:56, 4 October 2012 by Iantsai (talk | contribs)

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. First, I'll introduce the prerequisite of the demo application. The,n I'll focus on guiding how to use ZK Spring DelegatingVariableResolver properly in your ZK code and some programming tips of the Spring part design.

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 as our development tool. We use link title

IDE Setup

  1. Eclipse 3.x: I think everything should be fine in 4.X but I haven't try it.

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.