Render Component once and only once

2018-12-31 Thread Mike Koboldt
Hello,

Hope this email finds everyone well!

Had a quick question...

is it possible (by adding some sort of behavior or doing something in the 
onConfigure() method or by doing something I am not yet aware of...) that I can 
prevent re-rendering if the component has been render at least once?

Thanks,

Mike K.


RE: Good Texts for Wicket

2018-06-08 Thread Mike Koboldt
@ 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  
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  
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


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