HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

We need stable URLs #281

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the public registry uses Wicket to handle the HTTP requests which 
results in URLs that are non-transferable (don't know the right term).

Anyway, if I'm clicking through to say a category page, the URL is 

http://registry.oss-watch.ac.uk/?wicket:interface=:2::::

If I open a new browser window or want to point someone to my category page 
there's no way to do that.

So in short we need a reliable and stable mapping between the URL and what's 
on the page. I guess you could call that REST-like?

Original issue reported on code.google.com by sander.v...@oucs.ox.ac.uk on 24 Mar 2010 at 11:47

GoogleCodeExporter commented 9 years ago
To see how this is done see bookmarkable pages, e.g. 
http://code.google.com/p/simal/source/browse/trunk/uk.ac.osswatch.simal.web/src/
main/ja
va/uk/ac/osswatch/simal/wicket/UserApplication.java#76

Original comment by ross.gardler on 24 Mar 2010 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by ross.gardler on 24 Mar 2010 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by sander.v...@oucs.ox.ac.uk on 11 May 2010 at 1:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1893.

Original comment by sander.v...@oucs.ox.ac.uk on 26 May 2010 at 1:56