You can also mount whole packages at a time. Or if you have too many packages you can add your own IRequestTargetUrlCodingStrategy and mount that and write your own logic for finding Bookmarkable pages pages with nice URL's.

John

On 25 Oct 2007, at 09:09, martinf wrote:


Hi,

basically yes. Depending on your package structure one of the other 'mount'
implementations in WebApplication might be of help to you.
About the performace I can't say much. But 500 path/Page associations
doesn't sound too scary in my ears. At least worth a try.

mf


BatiB80 wrote:

Hi,

thanks for the answer, I tried it out and it seems to be working. But one
more question on this:

If I have 500 pages in my webapplication, would this mean, that I have to
call the method:

   mountBookmarkablePage("/somelink", SomePage.class);

500 times during the initialisation of my application. If yes, what is the
limit of having such bookmarks?

Thanks, Sebastian


--
View this message in context: http://www.nabble.com/Creating-google- sitemap-for-wicket-application-tf4690334.html#a13408731
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