Handling huge data with Biglistbox and Hibernate

From Documentation
DocumentationSmall Talks2012MayHandling huge data with Biglistbox and Hibernate
Handling huge data with Biglistbox and Hibernate

Author
Vincent Jian, Engineer, Potix Corporation
Date
May ?, 2012
Version
ZK 6.0.1, Hibernate 3.6.8

Introduction

In this article, Jumper Chen introduced a new component Biglistbox that can handle huge data and the performance has great improvement. In this article, I will demonstrate how to present huge data from database with Hibernate.

Huge data in Biglistbox

In Jumper's article, the demo is using static data which size is one trillion. In most case, the data size is quite large beyond database server can handle. Therefore, I will use a BigTable in MySQL database with 100 columns and 22,000 data rows to create a sample project as following steps:

1. Prepare fake data in MySQL

2. Create a ZK project and integrate with Hibernate

3. Modify MatrixModel from Jumper's demo

4. Results

Conclusion

Download

Reference


Comments



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