Harald Pehl wrote: > > I thought using query parameters too, but decided against it, because it > prevents caching of the resources. >
Why and where? Query parameters are used for non-hierarchical parts of the URI such as pagination information. The query is just as integral to the identifier as any other part and an HTTP cache can't ignore the request because it doesn't like some part of the URI. Webbrowser caches certainly don't care and will cache the content for any URL with or without query part. Web crawler like the one Google uses might decide not to index content when the URI of a link contains query parameters but that's not a cache. -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Paging-resources-in-GWT-tp5368360p5368680.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2642354

