Web Application Based On ZK CDI JPA and Jetty Or Tomcat"

From Documentation
(Created page with "{{Template:Smalltalk_Author| |author=Ian YT Tsai, Engineer, Potix Corporation |date=Aug 06, 2012 |version=ZK 6 }} =Introduction= =Application Stack= =Light weight Servlet Contai...")
 
Line 6: Line 6:
  
 
=Introduction=
 
=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=
 
=Application Stack=
 
=Light weight Servlet Container=
 
=Light weight Servlet Container=

Revision as of 05:52, 6 August 2012

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