You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Davor Hrg <hr...@gmail.com> on 2007/07/11 15:46:57 UTC

[T5] new Tapestry5Howto entry - Service decorator

Joshua jackson asked for an example on writing a simple Decorator,

I've created a simple examle and tried it, then I've put it on
Tapestry5Howtos
http://wiki.apache.org/tapestry/Tapestry5HowToDecorateService

it is a simpler example than the one in the docs (Although the docs describe
only the usage of LogingInterceptor you must
look at the source to see how it works)

example provided here is a simple interceptor without proxies or Javassist


Davor Hrg