On Sun, Jan 10, 2010 at 3:14 AM, Vangel V. Ajanovski <a...@ii.edu.mk> wrote: > Our project is Tapestry 5.1.0.5 based and setup like in > http://wiki.apache.org/tapestry/Tapstry5First_project_with_Tapestry5,_Spring_and_Hibernate > Is there a possibility to add just tapestry-model to the project and > have both our hand built pages and Tynamo CRUD pages at a custom path?
Without url-rewriting, no, not currently. I had a similar need myself, but I simply renamed my custom application pages if they collided with the default Tynamo pages. Because of associations between pages and components, it's not as simple as moving them to some other location. Depending on your needs, what works well, if Tynamo is used for an admin interface, is to run it as a separate application but share the data model with the end-user facing application. Kalle > On 10.01.2010 07:55, Kalle Korhonen wrote: >> Tynamo features: >> * tapestry-model provides a model-driven development and a >> CRUD framework for Tapestry 5 >> * tapestry-hibernate-seedentity allows you to seed your database in >> an object-oriented manner >> * tapestry-conversations provide a conversational scope >> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org