Author: mgrigorov
Date: Wed Jun 20 09:30:18 2012
New Revision: 1352010
URL: http://svn.apache.org/viewvc?rev=1352010&view=rev
Log:
Add a post about Native WebSocket support
Added:
wicket/common/site/trunk/_posts/2012-06-20-wicket-native-websockets.md
wicket/common/site/trunk/_site/2012/06/20/
wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html
Modified:
wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html
wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html
wicket/common/site/trunk/_site/atom.xml
wicket/common/site/trunk/_site/index.html
wicket/common/site/trunk/_site/learn/books/index.html
wicket/common/site/trunk/_site/start/index.html
wicket/common/site/trunk/_site/start/quickstart.html
Added: wicket/common/site/trunk/_posts/2012-06-20-wicket-native-websockets.md
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2012-06-20-wicket-native-websockets.md?rev=1352010&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2012-06-20-wicket-native-websockets.md
(added)
+++ wicket/common/site/trunk/_posts/2012-06-20-wicket-native-websockets.md Wed
Jun 20 09:30:18 2012
@@ -0,0 +1,15 @@
+---
+layout: post
+title: Wicket Native WebSockets support
+---
+
+A new experimental module just landed in Wicket's Git repository - Wicket
Native WebSocket.
+It provides the support for HTML5 WebSockets in Wicket as the one for Ajax
that you may already use in your applications.
+
+The full documentation is available at [Native WebSocket
Wiki](https://cwiki.apache.org/confluence/x/0vSoAQ)
+A demo application is available at [Martin Grigorov's
GitHub](https://github.com/martin-g/wicket-native-websocket-example)
+
+Any feedback about the new module, its implementation and its documentation is
very welcome!
+Just ask your question in Wicket's mailing lists or IRC channel.
+
+The Wicket team!
Modified:
wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html?rev=1352010&r1=1352009&r2=1352010&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html
(original)
+++ wicket/common/site/trunk/_site/2011/03/25/wicket-cookbook-published.html
Wed Jun 20 09:30:18 2012
@@ -157,7 +157,7 @@
<div id="contentbody">
<h1>Apache Wicket Cookbook Published!</h1>
- <img title='Apache Wicket Cookbook' alt='' width='180'
src='http://wicket.apache.org/learn/books/awc.png' style='float: left;
margin-left: 10px; margin-right: 10px;' height='222' />
+ <img alt='' style='float: left; margin-left: 10px;
margin-right: 10px;' src='http://wicket.apache.org/learn/books/awc.png'
width='180' title='Apache Wicket Cookbook' height='222' />
<p>For the past nine months I have been quietly working on a book about
Wicket. Unlike other books on the market this one does not attempt to teach you
Wicket from the ground up. Instead, it is for developers who already know the
basics and want to learn how to implement some of the more advanced use cases.
Essentially, it contains recipes that show the reader how to implement
solutions to some of, what I think are, the most commonly asked questions and
stumbling blocks.</p>
<p>This morning I was informed that the book has been published! You can read
more about it and pick up a copy on <a
href='https://www.packtpub.com/apache-wicket-cookbook/book'>PACKT's
Site</a>.</p>
Modified: wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html?rev=1352010&r1=1352009&r2=1352010&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html
(original)
+++ wicket/common/site/trunk/_site/2011/05/17/wicket-cookbook-contest.html Wed
Jun 20 09:30:18 2012
@@ -157,7 +157,7 @@
<div id="contentbody">
<h1>Apache Wicket Cookbook Giveaway Contest</h1>
- <img title='Apache Wicket Cookbook' alt='' width='90'
src='http://wicket.apache.org/learn/books/awc.png' style='float: left;
margin-left: 10px; margin-right: 10px;' height='111' />
+ <img alt='' style='float: left; margin-left: 10px;
margin-right: 10px;' src='http://wicket.apache.org/learn/books/awc.png'
width='90' title='Apache Wicket Cookbook' height='111' />
<p>Packt Publishing has generously allowed me to give away a free copy of the
ebook version of <a href='http://link.packtpub.com/AzN8N9'><strong>Apache
Wicket Cookbook</strong></a> (http://link.packtpub.com/AzN8N9), and a
<strong>free one year subscription</strong> to PacktLib. For details see the <a
href='http://wicketinaction.com/2011/05/apache_wicket_cookbook_giveaway_contest'>contest
announcement</a>.</p>
<p>Cheers,<br /> -Igor <br /><br /><br /><br /><br /><br /></p>
Added: wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html?rev=1352010&view=auto
==============================================================================
--- wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html
(added)
+++ wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html Wed
Jun 20 09:30:18 2012
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Apache Wicket - Wicket Native WebSockets support</title>
+
+ <link rel="stylesheet" href="/css/screen.css" type="text/css"
media="screen" />
+
+ <!--[if lt ie 7]>
+ <link rel="stylesheet" href="/css/ie.css" type="text/css"
media="screen" />
+ <![endif]-->
+ <link rel="shortcut icon" href="/favicon.ico"
type="image/vnd.microsoft.icon" />
+ <link rel="alternate" type="application/atom+xml" href="/atom.xml" />
+ <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+</head>
+<body>
+<div id="container">
+ <div id="content">
+ <div id="header"><a href="/"><h1 id="logo"><span>Apache
Wicket</span></h1></a></div>
+ <div id="navigation">
+ <h5><a name="Navigation-Wicket"></a>Meet Wicket</h5>
+ <ul>
+ <li>
+ <a href="/" title="Index">Home</a>
+ </li>
+ <li>
+ <a href="/meet/introduction.html"
title="Introduction">Introduction</a>
+ </li>
+ <li>
+ <a href="/meet/features.html"
title="Features">Features</a>
+ </li>
+ <li>
+ <a href="/meet/buzz.html" title="Buzz">Buzz</a>
+ </li>
+ <li>
+ <a href="/meet/vision.html" title="Vision">Vision</a>
+ </li>
+ <li>
+ <a href="/meet/blogs.html" title="Blogs">Blogs</a>
+ </li>
+ </ul>
+ <h5>
+ <a name="Navigation-GettingStarted"
id="Navigation-GettingStarted"></a>Get Started
+ </h5>
+ <ul>
+ <li>
+ <a href="/start/download.html" title="Download
Wicket">Download Wicket</a>
+ </li>
+ <li>
+ <a href="/start/quickstart.html" title="Getting started
via a Maven Archetype">Quickstart</a>
+ </li>
+ <li>
+ <a href="http://www.jweekend.com/dev/LegUp"
rel="nofollow">More archetypes</a>
+ </li>
+ <li>
+ <a href="/help" title="Get help">Get help</a>
+ </li>
+ <li>
+ <a href="/help/email.html" title="Wicket Mailing
Lists">Mailing Lists</a>
+ </li>
+ </ul>
+ <h5>
+ <a name="Navigation-Documentation"
id="Navigation-Documentation"></a>Learn
+ </h5>
+ <ul>
+ <li>
+ <a href="/learn/examples" title="Examples">Examples</a>
+ </li>
+ <li>
+ <a
href="http://www.wicket-library.com/wicket-examples/compref/">Components</a>
+ </li>
+ <li>
+ <a href="/learn/projects/" title="Projects extending
basic Wicket">Projects</a>
+ </li>
+ <li>
+ <a href="http://cwiki.apache.org/WICKET">Wiki</a>
+ </li>
+ <li>
+ <a
href="http://cwiki.apache.org/WICKET/reference-library.html">Reference guide</a>
+ </li>
+ <li>
+ <a href="/learn/books" title="Books">Books</a>
+ </li>
+ <li>
+ <a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+ </li>
+ </ul>
+ <h5>
+ <a name="Navigation-Releases"
id="Navigation-Releases"></a>Releases
+ </h5>
+ <ul>
+ <li>
+ <a
href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.7">Wicket 1.5</a>
+ (<a
href="http://ci.apache.org/projects/wicket/apidocs/1.5.x/" title="JavaDocs of
the latest stable release - 1.5.x">docs</a>)
+ </li>
+ <li>
+ <a
href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.20">Wicket 1.4</a>
+ (<a
href="http://ci.apache.org/projects/wicket/apidocs/1.4.x" title="JavaDocs of
Apache Wicket 1.4.x">docs</a>)
+ </li>
+ <li>
+ <a
href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
+ (<a
href="http://ci.apache.org/projects/wicket/apidocs/1.3.x" title="JavaDocs of
Apache Wicket 1.3.x">docs</a>)
+ </li>
+ <li>
+ <a href="http://wicket.sf.net/wicket-1.2"
class="external-link" rel="nofollow">Wicket 1.2</a>
+ </li>
+ <li>
+ <a href="http://wicket.sf.net/wicket-1.1"
class="external-link" rel="nofollow">Wicket 1.1</a>
+ </li>
+ <li>
+ <a href="http://wicket.sf.net/wicket-1.0"
class="external-link" rel="nofollow">Wicket 1.0</a>
+ </li>
+ </ul>
+ <h5>
+ <a name="Navigation-Developers"
id="Navigation-Developers"></a>Contribute
+ </h5>
+ <ul>
+ <li>
+ <a
href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta2">Wicket 6.x
BETA</a>
+ </li>
+ <li>
+ <a
href="http://ci.apache.org/projects/wicket/apidocs/6.0.x/" title="JavaDocs of
the latest beta release - 6.0.x">Wicket 6.x docs</a>
+ </li>
+ <li>
+ <a href="/contribute/write.html" title="Writing
documentation">Writing docs</a>
+ </li>
+ <li>
+ <a href="/contribute/build.html" title="Building from
SVN">Build Wicket</a>
+ </li>
+ <li>
+ <a href="/contribute/patch.html" title="Provide a
patch">Provide a patch</a>
+ </li>
+ <li>
+ <a href="/contribute/release.html" title="Release
Wicket">Release Wicket</a>
+ </li>
+ <li>
+ <a href="http://fisheye6.atlassian.com/browse/wicket"
title="SVN Overview" class="external-link" rel="nofollow">Fisheye</a>
+ </li>
+ </ul>
+ <h5>
+ <a name="Navigation-Apache" id="Navigation-Apache"></a>Apache
+ </h5>
+ <ul>
+ <li>
+ <a href="http://www.apache.org/" class="external-link"
rel="nofollow">Apache</a>
+ </li>
+ <li>
+ <a href="http://www.apache.org/licenses/"
class="external-link" rel="nofollow">License</a>
+ </li>
+ <li>
+ <a
href="http://www.apache.org/foundation/sponsorship.html" class="external-link"
rel="nofollow">Sponsorship</a>
+ </li>
+ <li>
+ <a href="http://apache.org/foundation/thanks.html"
class="external-link" rel="nofollow">Thanks</a>
+ </li>
+ </ul>
+</div>
+
+ <div id="contentbody">
+ <h1>Wicket Native WebSockets support</h1>
+ <p>A new experimental module just landed in
Wicket’s Git repository - Wicket Native WebSocket. It provides the
support for HTML5 WebSockets in Wicket as the one for Ajax that you may already
use in your applications.</p>
+
+<p>The full documentation is available at <a
href='https://cwiki.apache.org/confluence/x/0vSoAQ'>Native WebSocket Wiki</a> A
demo application is available at <a
href='https://github.com/martin-g/wicket-native-websocket-example'>Martin
Grigorov’s GitHub</a></p>
+
+<p>Any feedback about the new module, its implementation and its documentation
is very welcome! Just ask your question in Wicket’s mailing lists or IRC
channel.</p>
+
+<p>The Wicket team!</p>
+ </div>
+ <div id="clearer"></div>
+ <div id="footer"><span>
+Copyright © 2012 — 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.
+</span></div>
+
+ </div>
+</div>
+</body>
+</html>
Modified: wicket/common/site/trunk/_site/atom.xml
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1352010&r1=1352009&r2=1352010&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Wed Jun 20 09:30:18 2012
@@ -4,7 +4,7 @@
<title>Apache Wicket</title>
<link href="http://wicket.apache.org/atom.xml" rel="self"/>
<link href="http://wicket.apache.org/"/>
- <updated>2012-06-04T10:25:15+03:00</updated>
+ <updated>2012-06-20T12:27:34+03:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
@@ -13,6 +13,20 @@
<entry>
+ <title>Wicket Native WebSockets support</title>
+ <link
href="http://wicket.apache.org/2012/06/20/wicket-native-websockets.html"/>
+ <updated>2012-06-20T00:00:00+03:00</updated>
+ <id>http://wicket.apache.org/2012/06/20/wicket-native-websockets</id>
+ <content type="html"><p>A new experimental module just landed in
Wicket&#8217;s Git repository - Wicket Native WebSocket. It provides the
support for HTML5 WebSockets in Wicket as the one for Ajax that you may already
use in your applications.</p>
+
+<p>The full documentation is available at <a
href='https://cwiki.apache.org/confluence/x/0vSoAQ'>Native WebSocket
Wiki</a> A demo application is available at <a
href='https://github.com/martin-g/wicket-native-websocket-example'>Martin
Grigorov&#8217;s GitHub</a></p>
+
+<p>Any feedback about the new module, its implementation and its
documentation is very welcome! Just ask your question in Wicket&#8217;s
mailing lists or IRC channel.</p>
+
+<p>The Wicket team!</p></content>
+ </entry>
+
+ <entry>
<title>Wicket 1.5.7 released</title>
<link
href="http://wicket.apache.org/2012/06/04/wicket-1.5.7-released.html"/>
<updated>2012-06-04T00:00:00+03:00</updated>
@@ -280,30 +294,4 @@
</ul></content>
</entry>
- <entry>
- <title>Wicket 1.5.3 released</title>
- <link
href="http://wicket.apache.org/2011/11/14/wicket-1.5.3-released.html"/>
- <updated>2011-11-14T00:00:00+02:00</updated>
- <id>http://wicket.apache.org/2011/11/14/wicket-1.5.3-released</id>
- <content type="html"><p>This is the third maintenance release of the
Wicket 1.5.x series. This release brings over 40 bug fixes and
improvements.</p>
-
-<ul>
-<li><a
href='http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5.3'>Subversion
tag</a></li>
-
-<li><a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12318550'>Changelog</a></li>
-
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span
class='nt'>&lt;dependency&gt;</span>
- <span
class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span
class='nt'>&lt;/groupId&gt;</span>
- <span
class='nt'>&lt;artifactId&gt;</span>wicket-core<span
class='nt'>&lt;/artifactId&gt;</span>
- <span class='nt'>&lt;version&gt;</span>1.5.3<span
class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
-<ul>
-<li>Download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.3'>full
distribution</a> (including source)</li>
-</ul></content>
- </entry>
-
</feed>
Modified: wicket/common/site/trunk/_site/index.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/index.html?rev=1352010&r1=1352009&r2=1352010&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/index.html (original)
+++ wicket/common/site/trunk/_site/index.html Wed Jun 20 09:30:18 2012
@@ -179,6 +179,8 @@
<h1>Security announcement: CVE-2011-2712</h1>
<p>A XSS vulnerability has been found in Apache Wicket version 1.4. This is
solved in Apache Wicket 1.4.18. Please upgrade your applications to this
release. Wicket versions 1.3.x and 1.5.x are not affected by this
vulnerability. <a href='2011/08/23/cve-2011-2712.html'>More information</a></p>
+<h1 id='wicket_native_websockets_support'><a
href='/2012/06/20/wicket-native-websockets.html'>Wicket Native WebSockets
support</a></h1>
+<p>A new experimental module just landed in Wicket’s Git repository -
Wicket Native WebSocket. It provides the support for HTML5 WebSockets in Wicket
as the one for Ajax that you may already use in your applications.</p><p>The
full documentation is available at <a
href='https://cwiki.apache.org/confluence/x/0vSoAQ'>Native WebSocket Wiki</a> A
demo application is available at <a
href='https://github.com/martin-g/wicket-native-websocket-example'>Martin
Grigorov’s GitHub</a></p><p>Any feedback about the new module, its
implementation and its documentation is very welcome! Just ask your question in
Wicket’s mailing lists or IRC channel.</p><p>The Wicket team!</p>
<h1 id='wicket_157_released'><a
href='/2012/06/04/wicket-1.5.7-released.html'>Wicket 1.5.7 released</a></h1>
<p>This is the seventh maintenance release of the Wicket 1.5.x series. This
release brings over 26 bug fixes and improvements.</p><ul>
<li><a
href='http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.7'>Git
tag</a></li>
@@ -194,35 +196,13 @@
</code></pre>
</div><ul>
<li>Download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.7'>full distribution</a>
(including source)</li>
-</ul>
-<h1 id='wicket_600beta2_released'><a
href='/2012/05/29/wicket-6.0.0-beta2-released.html'>Wicket 6.0.0-beta2
released</a></h1>
-<p>The Wicket team is proud to announce the second beta release of the Wicket
6.x series. This release brings over many improvements over the 1.5.x
series.</p><h3 id='new_and_noteworthy'>New and Noteworthy</h3><h4
id='wicket_atmosphere'>Wicket Atmosphere</h4><p>The Beta 2 contains a new
experimental module Wicket Atmosphere, which brings serverside push to Wicket
and provides a great way to render serverside markup and send it to the
browsers of your users. Check out the atmosphere example in our Examples
project to see it in action.</p><p>In your application’s init method you
need to register the push event bus:</p><div class='highlight'><pre><code
class='java'><span class='k'>new</span> <span class='nf'>EventBus</span><span
class='o'>(</span><span class='k'>this</span><span class='o'>);</span>
-</code></pre>
-</div><p>Somewhere where you want to push your changes to the client, you need
to publish your event to the push <code>EventBus</code>:</p><div
class='highlight'><pre><code class='java'><span class='n'>EventBus</span><span
class='o'>.</span><span class='na'>get</span><span class='o'>().</span><span
class='na'>post</span><span class='o'>(</span><span class='n'>input</span><span
class='o'>.</span><span class='na'>getModelObject</span><span
class='o'>());</span>
-</code></pre>
-</div>
-<p><p>And finally you need to subscribe your page (or component) to the
<code>EventBus</code>’s events with <code>@Subscribe</code>, taking in
the typed parameter you post to the EventBus (in this case a
<code>String</code>):</p></p>
+</ul><h1>Older news items</h1><ul>
-<p><p><div class='highlight'><pre><code class='java'><span
class='nd'>@Subscribe</span>
-<span class='kd'>public</span> <span class='kt'>void</span> <span
class='nf'>receiveMessage</span><span class='o'>(</span><span
class='n'>AjaxRequestTarget</span> <span class='n'>target</span><span
class='o'>,</span> <span class='n'>String</span> <span
class='n'>message</span><span class='o'>)</span> <span class='o'>{</span>
- <span class='n'>label</span><span class='o'>.</span><span
class='na'>setDefaultModelObject</span><span class='o'>(</span><span
class='n'>message</span><span class='o'>);</span>
- <span class='n'>target</span><span class='o'>.</span><span
class='na'>add</span><span class='o'>(</span><span class='n'>label</span><span
class='o'>);</span>
-<span class='o'>}</span>
-</code></pre>
-</div></p></p>
-<p>To be able to use Wicket Atmosphere you need to include the following
dependency:</p><div class='highlight'><pre><code class='xml'><span
class='nt'><dependency></span>
- <span class='nt'><groupId></span>org.apache.wicket<span
class='nt'></groupId></span>
- <span class='nt'><artifactId></span>wicket-atmosphere<span
class='nt'></artifactId></span>
- <span class='nt'><version></span>0.1<span
class='nt'></version></span>
-<span class='nt'></dependency></span>
-</code></pre>
-</div><p>Please note that this is still experimental.</p><h3
id='this_release'>This release</h3><p>Check the <a
href='https://cwiki.apache.org/WICKET/wicket-60-roadmap.html'>roadmap</a> with
a list of the major goals. And the <a
href='https://cwiki.apache.org/WICKET/migration-to-wicket-60.html'>migration
guide</a> with all major and some minor changes between 1.5.x and 6.x
series.</p><p>The Jira changelog of all closed ticket at <a
href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12320343'>Jira</a></p><p>To
use it in Maven:</p><div class='highlight'><pre><code class='xml'><span
class='nt'><dependency></span>
- <span class='nt'><groupId></span>org.apache.wicket<span
class='nt'></groupId></span>
- <span class='nt'><artifactId></span>wicket-core<span
class='nt'></artifactId></span>
- <span class='nt'><version></span>6.0.0-beta2<span
class='nt'></version></span>
-<span class='nt'></dependency></span>
-</code></pre>
-</div><p>If you don’t use a dependencies management build tool then you
can download the <a
href='http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta2'>full
distribution</a> (including source).</p><p>There are no more planned API breaks
but if you find something that can be made better now it the time to discuss
it! We will try to avoid making any API changes in the Release Candidates that
will follow this beta release.</p><p>Any feedback about the new features, their
implementation and their documentation is very welcome!</p><p>The Wicket
team!</p><h1>Older news items</h1><ul>
+
+<li>
+ <a href='/2012/05/29/wicket-6.0.0-beta2-released.html'>Wicket
6.0.0-beta2 released</a> - <span>29 May 2012</span><br />
+ The Wicket team is proud to announce the second beta release of the
Wicket 6.x series. This release brings over many improvements over the 1.5.x...
+ <a href='/2012/05/29/wicket-6.0.0-beta2-released.html'>more</a></li>
<li>
@@ -278,12 +258,6 @@
This is the second maintenance release of the Wicket 1.5.x series.
This release brings over 25 bug fixes and 5 improvements. Subversion tag
Changelog To...
<a href='/2011/10/24/wicket-1.5.2-released.html'>more</a></li>
-
-<li>
- <a href='/2011/10/17/wicket-1.4.19-released.html'>Wicket 1.4.19
released</a> - <span>17 Oct 2011</span><br />
- This is nineteenth release of the Wicket 1.4.x series. This is
primarily a minor bugfix release on the 1.4.x (stable) branch. Subversion tag
Changelog To...
- <a href='/2011/10/17/wicket-1.4.19-released.html'>more</a></li>
-
</ul>
<h1 id='books_about_wicket'>Books about Wicket</h1>
Modified: wicket/common/site/trunk/_site/learn/books/index.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/books/index.html?rev=1352010&r1=1352009&r2=1352010&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/books/index.html (original)
+++ wicket/common/site/trunk/_site/learn/books/index.html Wed Jun 20 09:30:18
2012
@@ -158,7 +158,7 @@
<div id="contentbody">
<h1>Books about Wicket</h1>
<p>Several books have been written about Apache Wicket,
4 in English, 2 in German and 1 in Japanese. Click on a cover to learn more
about each book.</p>
-<a href='awc.html'><img alt='Apache Wicket Cookbook cover' title='Apache
Wicket Cookbook' src='awc.png' height='300px' /></a><a href='wia.html'><img
alt='Wicket in Action cover' title='Wicket in Action' src='wia.png'
height='300px' /></a><a href='koda.html'><img alt=' Komponentenbasiert und
objektorientiert - das alternative Java-Webframework cover' title='
Komponentenbasiert und objektorientiert- das alternative Java-Webframework'
src='koda.jpg' height='300px' /></a><a href='ewdww.html'><img alt='Enjoying Web
Development with Wicket cover' title='Enjoying Web Development with Wicket'
src='ewdww.png' height='300px' /></a><a href='prowicket.html'><img alt='Pro
Wicket cover' title='Pro Wicket' src='prowicket.png' height='300px' /></a><a
href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover'
title='Praxisbuch Wicket' src='praxisbuchwicket.png' height='300px' /></a><a
href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java
cover' title='Wicket: Komp
onentenbasierte Webanwendungen in Java' src='kwij.png' height='300px' /></a><a
href='wicket-jp.html'><img alt='Wicket Japanese cover' title='Wicket Japanese'
src='wicket-jp.png' height='300px' /></a>
+<a href='awc.html'><img alt='Apache Wicket Cookbook cover' src='awc.png'
title='Apache Wicket Cookbook' height='300px' /></a><a href='wia.html'><img
alt='Wicket in Action cover' src='wia.png' title='Wicket in Action'
height='300px' /></a><a href='koda.html'><img alt=' Komponentenbasiert und
objektorientiert - das alternative Java-Webframework cover' src='koda.jpg'
title=' Komponentenbasiert und objektorientiert- das alternative
Java-Webframework' height='300px' /></a><a href='ewdww.html'><img alt='Enjoying
Web Development with Wicket cover' src='ewdww.png' title='Enjoying Web
Development with Wicket' height='300px' /></a><a href='prowicket.html'><img
alt='Pro Wicket cover' src='prowicket.png' title='Pro Wicket' height='300px'
/></a><a href='paxisbuchwicket.html'><img alt='Praxisbuch Wicket cover'
src='praxisbuchwicket.png' title='Praxisbuch Wicket' height='300px' /></a><a
href='kwij.html'><img alt='Wicket: Komponentenbasierte Webanwendungen in Java
cover' src='kwij.png' titl
e='Wicket: Komponentenbasierte Webanwendungen in Java' height='300px' /></a><a
href='wicket-jp.html'><img alt='Wicket Japanese cover' src='wicket-jp.png'
title='Wicket Japanese' height='300px' /></a>
</div>
<div id="clearer"></div>
<div id="footer"><span>
Modified: wicket/common/site/trunk/_site/start/index.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/index.html?rev=1352010&r1=1352009&r2=1352010&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/index.html (original)
+++ wicket/common/site/trunk/_site/start/index.html Wed Jun 20 09:30:18 2012
@@ -162,7 +162,7 @@
<li><a href='download.html'>Download</a> the latest and greatest Wicket
release</li>
-<li>Or use one of the available third party <a rel='nofollow'
href='http://www.jweekend.com/dev/LegUp'>Maven archetypes</a></li>
+<li>Or use one of the available third party <a
href='http://www.jweekend.com/dev/LegUp' rel='nofollow'>Maven
archetypes</a></li>
</ul>
</div>
<div id="clearer"></div>
Modified: wicket/common/site/trunk/_site/start/quickstart.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/quickstart.html?rev=1352010&r1=1352009&r2=1352010&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/quickstart.html (original)
+++ wicket/common/site/trunk/_site/start/quickstart.html Wed Jun 20 09:30:18
2012
@@ -200,11 +200,11 @@
</script><div id='mvncmd'>
<div>
<label for='groupId' title='Base Package'>GroupId:</label>
- <input type='text' id='groupId' value='com.mycompany'
onkeyup='changeIt();' /><span title='Base Package'> (?)</span><br />
+ <input type='text' onkeyup='changeIt();' value='com.mycompany'
id='groupId' /><span title='Base Package'> (?)</span><br />
<label for='artifactId' title='Project
Name'>ArtifactId:</label>
- <input type='text' id='artifactId' value='myproject'
onkeyup='changeIt();' /><span title='Project Name'> (?)</span><br />
+ <input type='text' onkeyup='changeIt();' value='myproject'
id='artifactId' /><span title='Project Name'> (?)</span><br />
<label for='version' title='Wicket Version'>Version:</label>
- <select id='version' onchange='changeIt();'>
+ <select onchange='changeIt();' id='version'>
<option value='6.0-SNAPSHOT'>6.0-SNAPSHOT</option>
@@ -223,7 +223,7 @@
- <option value='1.5.7' selected='selected'>1.5.7</option>
+ <option selected='selected' value='1.5.7'>1.5.7</option>