Hi Wicket Community:

I'm new to Wicket - I'm using it to rebuild and enhance my www.ddpoker.com
website.  So far I am very impressed with Wicket.  I have two books - the
Wicket in Action MEAP early access edition and "enjoy web development with
wicket".  

I'm looking for a complete list of all wicket markup (e.g., wicket-panel,
wicket-child, wicket-exclude etc).  I didn't find anything obvious via
Google or the wiki.  Am I missing something?  As a newcomer, it would be
helpful to know what all the choices are and what they do so as to not miss
anything.

Also, I am looking for an explanation of the threading / clustering
architecture with Wicket.  Neither of the books address these topics in any
depth.  For example, in the simple "Link Counter" example in "Wicket in
Action", how does that counter work with multiple people accessing the page? 
It doesn't appear to be synchronized unless this is under the covers.  If
there is an instance of each page per person that would mean the total
displayed is per person (and not per all users).

Finally, if one wants to have multiple application servers for load
balancing / failover, what options does one have with Wicket?  I assume you
use some sort of clustered session that wicket utilizes.  Perhaps something
like Gigaspaces?

Thanks for any answers.  Hopefully these questions give some insight into
what an experienced developer might ask as a newcomer to the platform.

Finally,

Thanks,

-Doug
-- 
View this message in context: 
http://www.nabble.com/wicket-markup-documentation-and-question-on-threading-clustering-tp16758965p16758965.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to