Frameworks
ZK Framework

Read ZK Developer's Guide Book Review
This book is available for purchase at packtpub.com ZK Developer’s Guide
Read sample Chapter 2 - Online Media Library from this Book
Online Media Library
The first chapter shows the theory and deployment of the ZK framework. Now it's time to do the things that we are here for: implementing applications with ZK. The next three chapters will show the detailed implementation of a small, but rich application. It's not really possible to use all components in this application, but the application at the end of Chapter 4 has many things that you will need in your first project with the ZK framework.
With the help of this chapter, you should be able to build your own applications based on the ZK framework. In this chapter, we only build the cornerstone of the Online Media library, and improve it step by step in the next chapters.
There are some traditional applications that could be used to introduce a framework. One condition for the selection is that the application should be a CRUD (Create —Read—Update—Delete) application. Therefore, an 'Online Media Library', which has all four operations, would be appropriate. We start with the description of requirements, which is the beginning of most IT projects.
The application will have the following features:
In the first implementation round the application should only have some basic functionality that will be extended step by step.

A media item should have the following attributes:
The most important thing at the start of a project is to name it. We will call our project ZK-Medialib.
Read More from Sample Chapter 2 - Online Media Library
ZK-Framework - Setting up Eclipse to Develop with ZK
ZK-Framework - Setting up a New Project
ZK-Framework - Ceating the Pages