Platinum Sponsors

SUN

ELCA

Gold Sponsors

AdNovum

Credit-Suisse

Silver Sponsors

SAP

SyBOR AG

Partners

Netcetera AG

JUGS - Java User Group Switzerland

Stadt Zürich Wirtschaftsförderung

cR Kommunikation

Eveni AG

LiSoG - Linux Solutions Group e.V.

Star Alliance

ICTnet

simsa

Creatronic Media Supply

Media Partners

Netzwoche

inside-it.ch

javamagazine

InfoWeek

IT Reseller

JavaSPECTRUM

APRESS

Lucio Benfante

Lucio Benfante

Paolo Foletto

Paolo Foletto

(1720) Parancoe: easy going web applications

Software Demo

Tuesday, 2007-06-26, 16:00 - 16:50, Arena 1

Thursday, 2007-06-28, 14:00 - 14:50, Arena 2

Topics

Download the presentation

Abstract

Parancoe is an open-source tool/framework for developing common Java Web 
applications in a simple and easy way. The aim of the framework is to let the 
Java programmer concentrate on the writing of the Java code. This is provided by 
reducing at the minimum the boring configuration aspects, privileging the 
conventional ones.

Good conventions really speed up the development, even reducing the amount of 
code you need to write. For example with Parancoe you can add methods to your 
DAOs simply adding them to your DAO interfaces, without really writing their 
implementations.

Even if Parancoe is still in an early stage of development, it's already usable 
(and used!) in real projects. This presentation will demonstrate the 
construction of an event registration application starting from scratch. The 
resulting application will provide the following functionalities:

* storing of the data in a relational database
* creation of a new event
* registration of a participant to an event
* report of registered participants of an event
* data validation
* user authentication and authorization

The project URL: http://parancoe.dev.java.net

A brief tutorial on writing a DAO in (very) few minutes with Parancoe:
http://wiki.java.net/bin/view/Projects/ParancoePersistenceTutorial