Hi Gunnar

You can also take a look at how tapestry-rounting is implemented.
http://tynamo.org/tapestry-routing+guide
http://svn.codehaus.org/tynamo/trunk/tapestry-routing/

It may not be exactly what you need and may not have a good
performance in a site with lots of pages, but I think it can give you
a good idea of what you need to do in order to achieve what you need.

Cheers.
Alejandro.

On Thu, Nov 3, 2011 at 1:35 PM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
> On Thu, 03 Nov 2011 10:16:40 -0200, Gunnar Eketrapp
> <gunnar.eketr...@gmail.com> wrote:
>
>> Can page name can be localized in an easy way !?  I would rather not give
>> swedish names to my page classes unless I have to.
>> Is it possible to freely name a page. E.g. so that it separates words with
>> dashes, e.g. "my-profile"
>> And finally if it is possible to name a page different from the class name
>> should I go for Sweidsh chars in url's or should I not !?
>> I think wikipedia is using local char's in their url's ... so perhaps that
>> is the answer!?
>
> You can do almost whatever you want with URLs: you just need to implement
> the logic for mapping incoming URLs to page classes and activation context
> (if any) and the reverse (pages and activation context to rewritten URLs).
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to