ZK With MongoDB Part 1 - Using MongoDB Java Driver

From Documentation
Revision as of 06:44, 12 January 2012 by Southerncrossie (talk | contribs) (Created page with "{{Template:Smalltalk_Author| |author= Ashish Dasnurkar |date=Jan 18, 2012 |version=ZK 5 }} {{Template:UnderConstruction}} =Introduction= ZK is primarily an UI framework and i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
DocumentationSmall Talks2012JanuaryZK With MongoDB Part 1 - Using MongoDB Java Driver
ZK With MongoDB Part 1 - Using MongoDB Java Driver

Author
Ashish Dasnurkar
Date
Jan 18, 2012
Version
ZK 5

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

Introduction

ZK is primarily an UI framework and it doesn't make any assumptions about application's persistence layer or database. Application developers are free to use any database (relational or non-relational) and any data access layer solutions that work with those databases. Typically, for relational databases developers either use plain JDBC or some sophisticated object-relational mapping library like Hibernate. In this small talk series I will show how developers can develop non-relational database driven ZK application.