blob: 89b3e92eb92402b31b85940912eb87cdbde9fea5 [file] [log] [blame]
I"><div class="l-button-table">
<div class="l-two-third">
<div class="button-bar">
<a class="button" href="#news"><i class="fa fa-newspaper-o"></i><br />News</a>
<a class="button" href="blogs.html"><i class="fa fa-rss"></i><br />Blogs</a>
<a class="button" href="https://cwiki.apache.org/WICKET"><i class="fa fa-users"></i><br />Wiki</a>
</div>
<div class="button-bar">
<a class="button" href="#guide"><i class="fa fa-file-text-o"></i><br />User Guide</a>
<a class="button" href="#javadoc"><i class="fa fa-code"></i><br />API docs</a>
<a class="button" href="books/index.html"><i class="fa fa-book"></i><br />Books</a>
</div>
<div class="button-bar">
<a class="button" href="#migrations"><i class="fa fa-history"></i><br />Migrations</a>
<a class="button" href="#presentations"><i class="fa fa-file-powerpoint-o"></i><br />Presentations</a>
<a class="button" href="#ides"><i class="fa fa-terminal"></i><br />IDEs</a>
</div>
<div class="button-bar">
<a class="button" href="#courses"><i class="fa fa-graduation-cap"></i><br />Online courses</a>
<div class="button"></div>
<a class="button" href="#examples"><i class="fa fa-life-ring"></i><br />Support &amp; Examples</a>
</div>
</div>
</div>
<h2 id="news">News Archive</h2>
<p>Every release is announced through our mailing lists and the official Apache announcements list.
We also publish a news item on our website with the announcement, and it is also published in our <a type="application/atom+xml" title="Atom 1.0 feed" href="/atom.xml">RSS feed</a> (handy for RSS readers).</p>
<p>Here are the most recent headlines:</p>
<ul>
<li>
<p><a href="/news/2020/04/24/wicket-8.8.0-released.html">Apache Wicket 8.8.0 released</a> <small>24 Apr 2020</small></p>
</li>
<li>
<p><a href="/news/2020/04/06/wicket-9.0.0-M5-released.html">Apache Wicket 9.0.0-M5 released</a> <small>06 Apr 2020</small></p>
</li>
<li>
<p><a href="/news/2020/01/09/wicket-9.0.0-M4-released.html">Apache Wicket 9.0.0-M4 released</a> <small>09 Jan 2020</small></p>
</li>
</ul>
<p>The complete articles and all other news items are available in the <a href="/news">archives</a>.</p>
<hr />
<h2 id="guide">Wicket User Guide</h2>
<p>Learn building web applications with Wicket from scratch reading its
200+ page user guide. The guide gradually introduces you to the various
features of the framework with many real-world examples. It covers
subjects such as models, behaviours, testing and integration with other
projects.</p>
<p>The guide is available as PDF or html file for the following versions:</p>
<ol>
<li>Wicket 9.x
<ul>
<li><a href="https://ci.apache.org/projects/wicket/guide/9.x/single.html">HTML (single page)</a></li>
<li><a href="https://ci.apache.org/projects/wicket/guide/9.x/single.pdf">PDF</a></li>
</ul>
</li>
<li>Wicket 8.x
<ul>
<li><a href="https://ci.apache.org/projects/wicket/guide/8.x/single.html">HTML (single page)</a></li>
<li><a href="https://ci.apache.org/projects/wicket/guide/8.x/single.pdf">PDF</a></li>
</ul>
</li>
<li>Wicket 7.x
<ul>
<li><a href="http://ci.apache.org/projects/wicket/guide/7.x/single.html">HTML (single page)</a></li>
<li><a href="http://ci.apache.org/projects/wicket/guide/7.x/single.pdf">PDF</a></li>
</ul>
</li>
<li>Wicket 6.x
<ul>
<li><a href="http://ci.apache.org/projects/wicket/guide/6.x/">HTML</a></li>
<li><a href="http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html">HTML (single page)</a></li>
<li><a href="http://ci.apache.org/projects/wicket/guide/6.x/guide/single.pdf">PDF</a></li>
</ul>
</li>
</ol>
<p>You can use the guide for older releases even though there will be
differences. We urge you however to upgrade your project to the latest
stable release rather than sticking on an older version.</p>
<hr />
<h2 id="javadoc">API Documentation</h2>
<p>Each release of Wicket comes with sources, including JavaDocs. When you
use Maven for dependency management, your IDE will automatically
download the source JARs and when you hover on a Wicket class or
method, show you the corresponding documentation.</p>
<p>For reference we also publish the API documentation online so you can
link to it from emails or websites:</p>
<ul>
<li><a href="https://ci.apache.org/projects/wicket/apidocs/9.x/index.html">JavaDoc 9.x</a></li>
<li><a href="http://ci.apache.org/projects/wicket/apidocs/8.x/index.html">JavaDoc 8.x</a></li>
<li><a href="http://ci.apache.org/projects/wicket/apidocs/7.x/index.html">JavaDoc 7.x</a></li>
<li><a href="http://ci.apache.org/projects/wicket/apidocs/6.x/index.html">JavaDoc 6.x</a></li>
<li><a href="http://ci.apache.org/projects/wicket/apidocs/1.5.x/index.html">JavaDoc 1.5.x</a></li>
<li><a href="http://ci.apache.org/projects/wicket/apidocs/1.4.x/index.html">JavaDoc 1.4.x</a></li>
<li><a href="http://ci.apache.org/projects/wicket/apidocs/1.3.x/index.html">JavaDoc 1.3.x</a></li>
</ul>
<hr />
<h2 id="migrations">Migration Guides</h2>
<p>When you upgrade your application from an older Wicket version to a
newer version you can run into all of the changes that were applied to
Wickets API. We have done our best to document all the changes and
provide migration paths between the different Wicket versions.</p>
<p>Heres a list of the migration guides:</p>
<div class="l-button-table">
<div class="l-two-third">
<div class="button-bar">
<a class="button" href="http://s.apache.org/wicket9migration">
Wicket 9<br />
migration guide
</a>
<a class="button" href="http://s.apache.org/wicket8migration">
Wicket 8<br />
migration guide
</a>
<a class="button" href="http://s.apache.org/wicket7migrate">
Wicket 7<br />
migration guide
</a>
</div>
<div class="button-bar">
<a class="button" href="http://s.apache.org/wicket6migration">
Wicket 6<br />
migration guide
</a>
<a class="button" href="http://s.apache.org/wicket5migrate">
Wicket 1.5<br />
migration guide
</a>
<a class="button" href="http://s.apache.org/wicket4migrate">
Wicket 1.4<br />
migration guide
</a>
</div>
<div class="button-bar">
<a class="button" style="visibility: hidden;"></a>
<a class="button" href="http://s.apache.org/wicket3migrate">
Wicket 1.3<br />
migration guide
</a>
<a class="button" style="visibility: hidden;"></a>
</div>
</div>
</div>
<p>If you encounter a change that was not in the migration guide, dont
hesitate to notify us.</p>
<hr />
<h2 id="support">Getting help</h2>
<p>Stuck with a problem? See how you can find <a href="/help/index.html">support</a>!</p>
<hr />
<h2 id="ides">IDE Support</h2>
<p>Wicket is well supported by the three main Java IDEs (NetBeans, IntelliJ and Eclipse).
Find <a href="/contribute/ides.html">here</a> how to work with Wicket projects with your favourite IDE.</p>
<hr />
<h2 id="examples">Examples</h2>
<ul>
<li><a href="/learn/examples/index.html">Examples</a> - Browse a vast collection of examples in live action without having to install anything!</li>
</ul>
<hr />
<h2 id="courses">Online courses</h2>
<ul>
<li><a href="https://www.udemy.com/course/apache-wicket-kompakt/">Apache Wicket Kompakt</a> - A complete German-based course with many pratical examples.</li>
</ul>
<hr />
<h2 id="presentations">Presentations</h2>
<p>New to Wicket and eager to learn it? This <a href="/learn/presentations/wicketIntroduction.pdf">presentation</a> is for you!</p>
:ET