Practices Of Using Spring In ZK

From Documentation
Revision as of 08:56, 3 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. 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.