This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Could you briefly describe the effort it would take to write a program that would build a simple site map of a Wicket Application?
The map would include a list of all the pages. For each page, provide a list of all pages you can navigate to.
Thanks,
--Erik Ostermueller
Eelco Hillenius
author
Ranch Hand
Joined: Apr 23, 2008
Posts: 37
posted
0
Originally posted by Erik Ostermueller: Could you briefly describe the effort it would take to write a program that would build a simple site map of a Wicket Application?
The map would include a list of all the pages. For each page, provide a list of all pages you can navigate to.
Thanks,
--Erik Ostermueller
There is no native construct in Wicket for site maps. It depends on how you want to expose which pages. It's quite trivial to build really. Just keep an index of the pages you have and optionally which paths are allowed a make a component that translates that into links.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.