wicket web framework 101

Post on 17-Jan-2015

1.363 Views

Category:

Education

5 Downloads

Preview:

Click to see full reader

DESCRIPTION

An introduction to the Apache Wicket Web Framework by Matthew McCullough of Ambient Ideas given to the Denver Open Source Users Group (DOSUG)

TRANSCRIPT

Matthew J. McCulloughAmbient Ideas, LLC

Apache Wicket 101

Thank You

Thank You!

Matthew McCullough is a Java application architect and co-founder of Ambient Ideas.  He is an outspoken advocate for the use of Agile Methodologies and Open Source libraries in Enterprise Applications.  Matthew serves as a member of the JCP, member of the CSIA Planning

Committee, member of CodeReviewers.com, member of the board of directors for the Denver Open Source Users Group, and frequently speaks at this and other training sessions.  Matthew contributed to the Sun Java 5 SCJP Certification Exam, and makes appearances in coding on several open source projects.  Matthew's experience

includes successful J2EE, SOA, and Web Services systems, including a J2EE Resort Management application supporting celebrity destinations across Canada, the USA, Belize, Panama, and Mexico.

Why?

What good is another web application framework? Why re-invent the wheel? Because this t i m e w e c o u l d m a k e i t

rounder!

”Jonathan Locke, Wicket Project Founder

The Short List

Automatic StateNo HttpSession

POJOsNo GET/POST

Localized StylesNo XML

Maven SupportNo Custom HTML

Like SwingUnlike Struts

Simplicity

Technicalities

Pairing

Java FileHTML File

Components

Web Application

Page

Panel

Form Label

Code Review

Q&A

Email questions to:MatthewM@AmbientIdeas.com

Slides & Source Code at:www.AmbientIdeas.com/engineering/engineering-presentation.html

top related