On Fri, 16 Nov 2007, saenz wrote:
> In fact, I can't tell whether the IPageMap or the IPageVersionManager (or
> both) are used to serialize old versions of Page instances. I would assume
> that IPageVersionManager is where this is implemented, but I can't be sure.
> The ISessionStore interface has 14 methods and only 1 line of class
> documentation. The IPageMap interface has 16 methods and no class
> documentation. The IPageVersionManager has 13 methods; it has more class
> documentation, but it does not mention page serialization.
> 
> Granted, I have not read the Wicket source code. However, I was hoping that
> application developers should not expect to have to read the source code to
> understand the framework.

Attaching Wicket sources to your IDE, and having wicket-examples
sources open in adjacent IDE window, will help you a lot. e.g.

  mvn -DdownloadSources=true eclipse:eclipse

The same goes for any third-party library or framework (and 
that's one of the benefits of them being open source; you're
guaranteed the access to the real source code).

> Please feel free to tell me to RTFM -- but if you do, please at least tell
> me where the M is and which chapter to read! :)

Use the source, Luke! And just try things out, with wicket-
examples or quickstart it's easy and a lot more efficient 
than trying to think of things beforehand.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to