[T5] Component Libraries

2008-01-05 Thread Howard Lewis Ship
Hey Component Library Authors, Please update issue TAPESTRY-2024 with the details of your library: https://issues.apache.org/jira/browse/TAPESTRY-2024 Include correctly spelled name, URL, name of Author/Owner and a one-sentence description. I'll make sure it goes onto the main Tapestry 5 site.

Re: T5: component libraries

2007-08-11 Thread Adam Zimowski
Sorry, wrong thread. My apology. On 8/11/07, Adam Zimowski <[EMAIL PROTECTED]> wrote: > When can we expect this book to hit the stores??? > > On 8/8/07, Ognen Ivanovski <[EMAIL PROTECTED]> wrote: > > > > On 2007-08-08, at 18:05, Chris Lewis wrote: > > > > > I've read it and am reading it again, bu

Re: T5: component libraries

2007-08-11 Thread Adam Zimowski
When can we expect this book to hit the stores??? On 8/8/07, Ognen Ivanovski <[EMAIL PROTECTED]> wrote: > > On 2007-08-08, at 18:05, Chris Lewis wrote: > > > I've read it and am reading it again, but where did you read about > > that specific service? > > Ah, the service :) > > The sources. First

Re: T5: component libraries

2007-08-08 Thread Ognen Ivanovski
On 2007-08-08, at 18:05, Chris Lewis wrote: I've read it and am reading it again, but where did you read about that specific service? Ah, the service :) The sources. First thing I wanted to know is how to do component libraries, so I dug around until I found it. -- Ognen Ivanovski | [EM

Re: T5: component libraries

2007-08-08 Thread Chris Lewis
I've read it and am reading it again, but where did you read about that specific service? Ognen Ivanovski wrote: On 2007-08-08, at 17:31, Chris Lewis wrote: Not sure I agree with that! Thank you very much for showing how its done. Is there discussion on the website about the method "contrib

Re: T5: component libraries

2007-08-08 Thread Ognen Ivanovski
On 2007-08-08, at 17:31, Chris Lewis wrote: Not sure I agree with that! Thank you very much for showing how its done. Is there discussion on the website about the method "contributeComponentClassResolver", for the service that it seems to imply (ComponentClassResolver)? Yes, you have to

Re: T5: component libraries

2007-08-08 Thread Chris Lewis
"And you are done. Can't be simpler ;) " Not sure I agree with that! Thank you very much for showing how its done. Is there discussion on the website about the method "contributeComponentClassResolver", for the service that it seems to imply (ComponentClassResolver)? thanks again Ognen Ivan

Re: T5: component libraries

2007-08-08 Thread Ognen Ivanovski
On 2007-08-08, at 17:09, Chris Lewis wrote: Don't get me wrong I much prefer convention over configuration, but is it still possible to declare/include 3rd party component libraries? If so, how? Step 1: Declare the module builder class in the MANIFEST.MF if your component library jar. It

T5: component libraries

2007-08-08 Thread Chris Lewis
Hello all, In tap 4 it was possible to bundle/include external libraries; create the classes/assets/templates/spec files in a package, give it a library descriptor, drop it in the class path, and finally declare a reference to it in the app descriptor. Lots of steps, but possible. In tap 5 com