Em Mon, 06 Oct 2008 19:14:40 -0300, Bouiaw <[EMAIL PROTECTED]> escreveu:

1) RESTful URL handling

As I would like to manage RESTful urls like
(http://mywebsite.com/channel/1/content/2/ or
http://mywebsite.com/user/sdeleuze/), I need to implement my own URL
resolution and not Tapestry5 default one.

I can't see why Tapestry 5's URL resolution can manage your example URLs. My T5 application's URLs look exactly like the ones your provided.

2) Template storage in "database"
In order to bring the best of extensibility to the users, I would like
to allow Tapestry 5 templates (that I would store in a Widget on
instance stored in my database) to be created and modified by the
users at runtime. Is there a way to modify tapestry 5 resource
handling to dynamically load it from a database at runtime ?

Yes, you can, and it has been done. Take a look at this thread: http://www.nabble.com/Web-Content-Management-Systems-to14212538.html#a14221589

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to