Web Application Based On ZK CDI JPA and Jetty Or Tomcat

From Documentation

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

DocumentationSmall Talks2012AugWeb Application Based On ZK CDI JPA and Jetty Or Tomcat
Web Application Based On ZK CDI JPA and Jetty Or Tomcat

Author
Ian YT Tsai, Engineer, Potix Corporation
Date
Aug 06, 2012
Version
ZK 6

Introduction

Building a Java Web application is always start with a bunch of choices, choices of which software architecture should pick, layers within picked architecture should define, and possible solutions or frameworks that each layer could properly use.

To those who is already a guru of Java EE,

This article is a walk through of how to build a Java web application based on ZK, CDI and JPA, and

Application Stack

Light weight Servlet Container

Java EE standard: CDI

Hibernate JPA as Persistence

ZK as Presentation

Summery