content/learn/books/prowicket.html (113 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta charset="utf-8"> <title>Books — Pro Wicket | 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="/css/font-awesome.min.css" rel="stylesheet" /> <script src="/javascript/jquery-3.7.1.min.js"></script> </head> <body class=""> <div class="header default"> <div class="l-container"> <nav class="mainmenu"> <div class="nav-logo"> <a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a> </div> <div class="nav-container"> <!-- /start/quickstart.html || /learn/books/prowicket --> <a href="/start/quickstart.html" class=" nav-items">Quick Start</a> <!-- /start/download.html || /learn/books/prowicket --> <a href="/start/download.html" class=" nav-items">Download</a> <!-- /learn || /learn/books/prowicket --> <a href="/learn" class="active nav-items">Documentation</a> <!-- /help || /learn/books/prowicket --> <a href="/help" class=" nav-items">Support</a> <!-- /contribute || /learn/books/prowicket --> <a href="/contribute" class=" nav-items">Contribute</a> <!-- /community || /learn/books/prowicket --> <a href="/community" class=" nav-items">Community</a> <!-- /apache || /learn/books/prowicket --> <a href="/apache" class=" nav-items">Apache</a> </div> <div class="nav-container "> <a href="https://github.com/apache/wicket" rel="noreferrer" target="_blank"><i class="fa fa-github nav-items"></i></a> <a href="https://builtwithwicket.tumblr.com" rel="noreferrer" target="_blank"><i class="fa fa-tumblr nav-items"></i></a> </div> </nav> </div> </div> <main> <div class="l-container"> <header class="l-full preamble"> <h1>Books — Pro Wicket</h1> </header> <section class="toc left default "> <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#description"><span class="toc-number">1</span> <span class="toc-text">Description</span></a></li><li class="toc--level-1 toc--section-2"><a href="#about-the-author"><span class="toc-number">2</span> <span class="toc-text">About the author</span></a></li><li class="toc--level-1 toc--section-3"><a href="#book-details"><span class="toc-number">3</span> <span class="toc-text">Book details</span></a></li></ul></div> </section> <section> <p>Pro Wicket, written by by Karthik Gurumurthy, is the first book about Wicket, and covers Wicket 1.2. It was published by Apress in September 2006.</p> <h2 id="description">Description</h2> <p>Wicket is an open source, component-oriented (POJOs-based), lightweight Java web application development framework that brings the Java Swing event-based programming model to web development. Wicket pages can be mocked up, previewed, and later revised using standard WYSIWYG HTML design tools.</p> <p>Wicket provides stateful components, thereby improving productivity. It has an architecture and rich component suite that aims to bring back the object orientation and, more importantly, the fun that is missing from the Java web development space. With the impending 1.2 release, Wicket is set for wider adoption.</p> <p>Pro Wicket gets you up and running quickly with this framework. You’ll learn how to configure Wicket, then gradually gain exposure to the “Wicket way” of addressing web development requirements. You’ll want to pick up a copy because it</p> <p>Is the first book to cover the Wicket framework with Spring integration and Ajax features Demonstrates all major wicket capabilities through simple examples Covers important aspects like Wicket-Spring integration and Ajax support</p> <h2 id="about-the-author">About the author</h2> <p>Karthik Gurumurthy has been associated with the IT industry for more than six years now and has employed open source libraries to solve business problems. Karthik also has the experience of having documented a popular open source project: XDoclet2. He has been having a great time with Wicket since day one of adoption and would like to let others know how Wicket succeeds in bringing back the fun that has been missing in the Java web development space. He also contributed to the Wicket project through the Wicket-Spring integration module using Jakarta Commons Attributes.</p> <h2 id="book-details">Book details</h2> <p>Title Pro Wicket Author Karthik Gurumurthy Version covered Wicket 1.2 URL Pro Wicket Hardcover 328 pages Publisher Apress Date September 7, 2006 Language English ISBN-10 1590597222 ISBN-13 978-1590597224 Buy Amazon Apress</p> </section> </div> </main> <footer> <div class="l-container l-flex"> <div class="l-one-third left"> <a href="https://www.apache.org">Apache</a><br> <a href="https://www.apache.org/licenses/">License</a><br> <a href="https://events.apache.org/x/current-event">Events</a><br> </div> <div class="l-one-third"> <a href="https://www.apache.org/foundation/sponsorship">Sponsorships</a><br> <a href="https://www.apache.org/foundation/thanks">Thanks</a><br> </div> <div class="l-one-third"> <a href="https://www.apache.org/security">Security</a><br> <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a><br> </div> </div> <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 © 2025 — 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>