Web Application Based On ZK CDI JPA and Jetty Or Tomcat

From Documentation
Revision as of 05:52, 6 August 2012 by Iantsai (talk | contribs)

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 chosen architecture should define, and possible solutions or frameworks that each layer should based on.

To those who played around with 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