The Theory of Using ZK with Databases"

From Documentation
m
m (Redirected page to ZK Essentials)
 
Line 1: Line 1:
 +
#REDIRECT [[ZK Essentials]]
 +
 
{{ZKEssentialsPageHeader}}
 
{{ZKEssentialsPageHeader}}
  

Latest revision as of 00:05, 29 March 2013

Redirect to:

Stop.png This article is out of date, please refer to http://books.zkoss.org/zkessentials-book/master/ for more up to date information.


ZK is predominantly a server centric framework thus developers are not required to leverage any special mechanism to transfer data from the server to the client.

Fundamentally, as discussed in the previous sections, data is provided to the View using a model which is a collection type, usually a List.

With ZK handling, transferring the data to the client is substantially easier. A ZK developer is able to leverage any application or ORM framework such as Spring and Hibernate without the need to perform any special tasks.

If you are familiar with Hibernate you do not need to read any further as the standard List of objects retrieved from ORM frameworks is compatible with ZK's model concept. Thus from using the knowledge gained in the previous sections you can construct your own application.

This chapter introduces to those who are unfamiliar with ORM framworks to Hibernate and ZK. The following sections will provide a simple tutorial on refactoring our current application to make good use of persistent storage.



Last Update : 2013/03/29

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