hello,

i am developing a little online-game with gwt. the application
contains several little modules.
these modules are embedded in some html files. we have one html file
for a latest-news-module, one for a category-listing and for the game
itself. currently we access each module by url, for ex. http://myurl/start.html
, http://myurl/quiz.html and http://myurl/category.html. in case that
we have a lot of games and a lot of categories we use the anchor of an
url (history) for delivering parametes, for ex. 
http://myurl/quiz.html#playid:200.
but this is not really search-engine friendly, because they ignore
this. what do you recommend? is it recommendable to use instead a
construct like http://myurl/quiz.html?id=id and then to rewrite the
url by URLRewriteFilter (http://urlrewritefilter.googlecode.com/svn/
trunk/src/doc/manual/3.2/guide.html) and is it even recommandable to
navigate like me through the modules? or is there another, much more
elegant way?

sorry for my english. i hope i did not make too much mistakes.

johannes

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to