Hi,
I discovered Tapestry 5, quite recently, its clear separation between view and controller, the use of name standardization instead of XML made me go for it straight. Quite frankly I don't plan on changing but the documentation is just not enough for me.
The project I'm working on must be able to support several types of roles. I must allow users authentifications, the use of certains services according to their roles ans the access of url by their roles as well.
After some research I came across Tapestry-Security which is part of the Tynamo project.
I want my Service layer to be totaly independant from my web application because I will then use it to implement web services and some others stuff. I do not feel like doing another identification system when the time comes.
My problem is that I do not see how use Tapestry-Security without using Tapestry.The example they show on Tapestry-Security guide is just not enough for me. I have a pretty rough idea, how it works. However I do not know how I could use it outside the Tapestry 5.
How can I use Tapestry-Security without Tapestry 5 ?
I also do not understand the filter systems used in the AppModule class in Tapestry project. Is there a document which explain the way AppModule works with the filter system ?
Is there someone which can explain me those things or point me in the right direction ?
Thanks.