You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Michael Koboldt <ko...@gmail.com> on 2018/06/08 15:31:37 UTC

Good Texts for Wicket

Hello World!

Hope this email finds you well!

Outside of the API documentation and the examples on the net, I am in
search of some up-to-date textbooks for wicket 7.x and wicket 8.x. . Would
"Wicket in Action" still be worth picking up even though it was written
with Wicket 1.3 in mind? Also, if you know of any other texts that you feel
would be beneficial, it would be greatly appreciated.

Started developing on Wicket recent coming from a Spring background, where
I am really enjoying it. So thank you for that!!

Cheers,
-- 
*      Michael J. Koboldt*

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all devices.

RE: Good Texts for Wicket

Posted by Mike Koboldt <mi...@starkbros.com>.
@ Martijn: 

Awesome! Thank you very much! This was the exact answer/explanation I was looking for!

Thanks again! 

Mike K.

-----Original Message-----
From: Martijn Dashorst <ma...@gmail.com> 
Sent: Friday, June 8, 2018 11:43 AM
To: users@wicket.apache.org
Subject: Re: Good Texts for Wicket

On Fri, Jun 8, 2018 at 5:31 PM, Michael Koboldt <ko...@gmail.com> wrote:
> Hello World!
>
> Hope this email finds you well!
>
> Outside of the API documentation and the examples on the net, I am in 
> search of some up-to-date textbooks for wicket 7.x and wicket 8.x. . 
> Would "Wicket in Action" still be worth picking up even though it was 
> written with Wicket 1.3 in mind? Also, if you know of any other texts 
> that you feel would be beneficial, it would be greatly appreciated.

The reference guide online is pretty up to date, but hasn't been professionally edited so can be a bit rough to read. You have no idea what a professional editor does to a text to make it readable.

Wicket in Action is getting old in the tooth, but many concepts would still be valid, although the code examples won't work.

The biggest change is the addition of generics to Wicket since 1.3.

Other caveats:
 - use onConfigure() & setVisibilityAllowed(...) rather than overriding isVisible()
- mounting for bookmarkable pages has been reworked
- resources (header items, etc) has been reworked

and probably much more. The details might be off, but if you read it for conceptual explanations (high overview) I think Wicket in Action still works.

> Started developing on Wicket recent coming from a Spring background, 
> where I am really enjoying it. So thank you for that!!

I'm glad you enjoy it!

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Good Texts for Wicket

Posted by Martijn Dashorst <ma...@gmail.com>.
On Fri, Jun 8, 2018 at 5:31 PM, Michael Koboldt
<ko...@gmail.com> wrote:
> Hello World!
>
> Hope this email finds you well!
>
> Outside of the API documentation and the examples on the net, I am in
> search of some up-to-date textbooks for wicket 7.x and wicket 8.x. . Would
> "Wicket in Action" still be worth picking up even though it was written
> with Wicket 1.3 in mind? Also, if you know of any other texts that you feel
> would be beneficial, it would be greatly appreciated.

The reference guide online is pretty up to date, but hasn't been
professionally edited so can be a bit rough to read. You have no idea
what a professional editor does to a text to make it readable.

Wicket in Action is getting old in the tooth, but many concepts would
still be valid, although the code examples won't work.

The biggest change is the addition of generics to Wicket since 1.3.

Other caveats:
 - use onConfigure() & setVisibilityAllowed(...) rather than
overriding isVisible()
- mounting for bookmarkable pages has been reworked
- resources (header items, etc) has been reworked

and probably much more. The details might be off, but if you read it
for conceptual explanations (high overview) I think Wicket in Action
still works.

> Started developing on Wicket recent coming from a Spring background, where
> I am really enjoying it. So thank you for that!!

I'm glad you enjoy it!

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org