Re: Using Tapestry-IoC libraries in non-Tapestry application

2012-01-31 Thread Andreas Fink
Hi Erik. Be aware of the fact that many classes you will use through T5 will be rewritten. So if your wrapping application needs to work on annotations, make sure those are on interfaces, not implementing classes. Cheers, Andi. On Jan 30, 2012, at 16:56 , Erik Fäßler wrote: Hello all, I

Re: Using Tapestry-IoC libraries in non-Tapestry application

2012-01-31 Thread Thiago H. de Paula Figueiredo
On Tue, 31 Jan 2012 15:31:33 -0200, Andreas Fink fink.a...@googlemail.com wrote: Hi Erik. Hi! Be aware of the fact that many classes you will use through T5 will be rewritten. So if your wrapping application needs to work on annotations, make sure those are on interfaces, not

Using Tapestry-IoC libraries in non-Tapestry application

2012-01-30 Thread Erik Fäßler
Hello all, I was wondering whether it is possible to build a JAR library which uses Tapestry-IoC internally which is then used by another application without being aware of Tapestry at all. The reason is that we already use a framework architecture for NLP related processing (UIMA). This

Re: Using Tapestry-IoC libraries in non-Tapestry application

2012-01-30 Thread Thiago H. de Paula Figueiredo
On Mon, 30 Jan 2012 13:56:42 -0200, Erik Fäßler erik.faess...@uni-jena.de wrote: Hello all, Hi! I was wondering whether it is possible to build a JAR library which uses Tapestry-IoC internally which is then used by another application without being aware of Tapestry at all. Short