Originally posted by Nikos Pugunias:
It's really great to see an article about Wicket!
Originally posted by swapnilw wadaganve:
Hi,
I am new to wicket.I am going to start it from scratch but not able to get proper links(help) for wicket along with tutorial.
And books are also not avail in market.
Can you suggest me some linka and book name.
Thanks in advance.
Originally posted by David O'Meara:
Thanks for the moderate responses. A review is an opinion piece, and while I defend my view I also support the right of others to disagree.
Originally posted by Book Review Team:
For me the information came a little too thick and fast, and assumed more existing knowledge than I already had. This made several sections confusing and I had to re-read the section, or a previous section, before being able to understand. It is an advantage having this level of knowledge about the architecture and underlying decisions that made Wicket what it is, but I wasn't sure about the order or rate of delivery.
Personally however, I was a little disappointed as it didn't match my requirements or expectations, and I was hoping for more.
Originally posted by Jeanne Boyarsky:
First, a big thanks to Martijn Dashorst & Eelco Hillenius for being here to promote the book Wicket in Action.
Originally posted by Roger Marin:
my question is, how well does wicket work with frameworks like spring, maven(i know it has extensive support unlike GWT), acegi spring security(very important) and hibernate are there any examples in your book of using these technologies together, perhaps a real enterprise - like application using wicket?
Originally posted by Roger Marin:
Hello,
Does your book cover examples of using a widget framework of something similar with wicket? are there any good widget libraries or frameworks available for wicket anyways? perhaps something like GWT-EXT?
Originally posted by Tomasz Prus:
How can i prepare url like this: ../London/9.html
I need that city and advertNumber parameters be always at the end of url.
Can You help me?
Originally posted by Tomasz Prus:
Does book describe url coding strategies in detail? I ask because i have problem with this now
Originally posted by Tomasz Prus:
Can we expect some book updates in the future, for example code update to Wicket 1.4 (for download from web)?
Originally posted by Anirudh Vyas:
1.3.x i am guessing ...
Originally posted by Iv�n P�rraga:
Hi,
I've heard that one "problem" with the Wicket framework is that it uses the session to store large amounts of info to keep the state of most renders... I was wondering how this can affect to the performance in a high concurrency environement (specially with respect to the amounts of memory that the J2EE web component must handle).
Cheers,
Iv�n
Originally posted by Tomasz Prus:
I understand that 350 pages is a constraint. So i would like to ask You what frameworks, utils, libraries etc. maybe some new and modern which do You prefer and recommend? (i think about whole web application development process) The masses needs the leadership
1) Avoid XML hell
2) Easily integrate with Spring interfaces
3) Really clean view separation (we have a CMS we pull a lot of stuff from and make heavy use of XSL)
Originally posted by Tomasz Prus:
"15. Putting your Wicket application in production "
Putting web application in production is rarely considered topic in books. Often it is constrained to show a little configuration settings. Does "Wicket in Action" take this issue in more details? What aspects are considered in this chapter?