blob: 5ebd1ecae1429110c1b9de16369e8686c657ec4a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset="utf-8">
<title>Wicket in Action | Apache Wicket</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
</head>
<body class="">
<div class="header default">
<div class="l-container">
<nav class="mainmenu">
<ul>
<!-- /start/quickstart.html || /learn/books/wia -->
<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
<!-- /start/download.html || /learn/books/wia -->
<li class=""><a href="/start/download.html">Download</a></li>
<!-- /learn || /learn/books/wia -->
<li class="active"><a href="/learn">Documentation</a></li>
<!-- /help || /learn/books/wia -->
<li class=""><a href="/help">Support</a></li>
<!-- /contribute || /learn/books/wia -->
<li class=""><a href="/contribute">Contribute</a></li>
<!-- /community || /learn/books/wia -->
<li class=""><a href="/community">Community</a></li>
<!-- /apache || /learn/books/wia -->
<li class=""><a href="/apache">Apache</a></li>
</ul>
</nav>
<div class="logo">
<a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
</div>
</div>
</div>
<main>
<div class="l-container">
<header class="l-full preamble">
<h1>Wicket in Action</h1>
</header>
<section class="toc left">
</section>
<section>
<p>Wicket in Action is written by Martijn Dashorst and Eelco Hillenius and is
published by Manning.</p>
<h3 id="description">Description</h3>
<p>There are dozens of Java frameworks out there, but most of them require you to
learn special coding techniques and new, often rigid, patterns of development.
Wicket is different. As a component-based Web application framework, Wicket
lets you build maintainable enterprise-grade web applications using the power
of plain old Java objects (POJOs), HTML, Ajax, Spring, Hibernate and Maven.
Wicket automatically manages state at the component level, which means no more
awkward HTTPSession objects. Its elegant programming model enables you to
write rich web applications quickly.</p>
<p>Wicket in Action is the authoritative, comprehensive guide for Java developers
building Wicket-based Web applications. This book starts with an introduction
to Wicket’s structure and components, and moves quickly into examples of
Wicket at work. Written by two of the project’s earliest and most
authoritative experts, this book shows you both the “how-to” and the “why” of
Wicket. As you move through the book, you’ll learn to use and customize Wicket
components, how to interact with other technologies like Spring and Hibernate,
and how to build rich, Ajax-driven features into your applications.</p>
<h3 id="authors">Authors</h3>
<p>Martijn Dashorst is a software engineer with over 10 years of experience in
software development. He has been actively involved in the Wicket project
since it was open sourced, and has presented Wicket as a speaker at numerous
conferences, including JavaOne and JavaPolis.</p>
<p>Eelco Hillenius is an experienced software developer who has been part of
Wicket’s core team almost from the start. He works for Teachscape where he
helping to build the next elearning platform. A Dutch native, he currently
lives in Seattle.</p>
<h3 id="book-details">Book details</h3>
</section>
</div>
</main>
<footer>
<div class="l-container">
<div class="left">
<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
<div style="margin-top:12px;">Copyright © 2020 — The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
</div>
</div>
</footer>
</body>
</html>