Thanks! That's exactly what I needed. A bit of reading from the docs you
sent and I got it to work.

-----Original Message-----
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] 
Sent: quarta-feira, 17 de agosto de 2005 15:59
To: Tapestry users
Subject: Re: Using hivemind

If you want tapestry to ONLY use your implementation to do all of it,
this is the place to go:

http://jakarta.apache.org/hivemind/services.html#Extending+Services

In here you would specify the new implementation you would like to use
for that service...Which may involve you invoking yet another service,
or simply using the builder to construt your implementation..

jesse
On 8/17/05, Denis Souza <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> 
> 
> I'm trying to implement ISpecificationResolverDelegate in my app. I've
done
> it, actually, but I need to have tapestry call my implementation when
> necessary. I understand I have to configure something in my hivemodule.xml
> file for that to happen. I confess I don't yet really understand hivemind
> that well so I need a bit of help to do this. I found a page in the
> tapestry/hivemind docs:
> 
> 
> 
>
http://jakarta.apache.org/tapestry/tapestry/hivedocs/service/tapestry.page.S
> pecificationResolverDelegate.html
> 
> 
> 
> Basically it gives me some info about the service point I'm trying to
> configure, but I still don't know exactly what to place in my
> hivemodule.xml.
> 
> I hope I was clear enough.
> 
> 
> 
> Can anyone help me?
> 
> 
> 
> Denis Souza
> 
> 
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to