Re: Questions about some Tapestry core code

2009-10-02 Thread Steve Cowx
hi Howard Thanks for the reply, based on your description I seem to be on the right track with the filters and the pipeline, so I will keep plugging away until I get it right. As far as the disambiguation goes, I have read the documentation and tried a few things from the docs out but was not hav

Re: Questions about some Tapestry core code

2009-10-01 Thread Howard Lewis Ship
Have you read the documentation? There's a careful relationship between the main service interface and the related filter interface. Disambiguation can be by explicit service id (a last resort) or by using marker annotation, including the special built-in @Local annotation. You can also help wit