Integrate ZK with Spring MVC 3"

From Documentation
m (define table of content)
Line 14: Line 14:
  
 
<div style="margin-left: 15px;">
 
<div style="margin-left: 15px;">
==Data from Spring MVC to ZK MVVM==
+
==Spring MVC Controller to ZK MVVM==
  
==Data from ZK MVVM to Spring MVC controller==
+
==ZK MVVM to Spring MVC Controller==
 
</div>
 
</div>
 +
 
=Consolution=
 
=Consolution=
  

Revision as of 09:03, 6 November 2012

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

DocumentationSmall Talks2012NovemberIntegrate ZK with Spring MVC 3
Integrate ZK with Spring MVC 3

Author
Vincent Jian, Engineer, Potix Corporation
Date
November 06, 2012
Version
ZK 6.0.2/6.5.0 , Spring MVC 3.1.2

Introduction

Spring MVC is a request-based Model-View-Controller web framework. It is easy to define page flow with Spring MVC. However, when the website is getting complex, it is hard to maintain the page flows. Thus, it is not a bad idea to implement some part of functions by component-based (ajax-based) framework like ZK framework to reduce the page flows. This article will demonstrate how to communite between Spring MVC to ZK MVVM with a simple shopping cart sample.

Setup the sample project

Communiation between Spring MVC and ZK MVVM

Spring MVC Controller to ZK MVVM

ZK MVVM to Spring MVC Controller

Consolution

Download

Comments



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