Henri,

It doesn't quite have a homepage just yet.  It's going to be hosted along
with the other Tapestry goodies at Howards site
(http://howardlewisship.com/tapestry-javaforge/).  I just haven't had time
to move it just yet (or come up with a cool logo).  For now, it's just a
demo application that I have on my own SVN server.  I'll try to set it up
soon, I promise.

James

-----Original Message-----
From: Henri Dupre [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 02, 2006 10:00 AM
To: Tapestry users
Subject: Re: [tapernate] Session-Per-Conversation...

What is the homepage of the tapernate project?
It sounds really great.


On 5/2/06, James Carman <[EMAIL PROTECTED]> wrote:
>
> All,
>
> I've removed support (well, it wasn't really supporting it anyway) for
> session-per-conversation in Tapernate.  I would like to make it much more
> robust, allowing for "named" conversations.  I need to figure out a nice,
> clean way to declare what conversation an action is supposed to take part
> in.  Of course, we could declare an API like this:
>
> conversationUtils.joinConversation( "updateMessage" );
> conversationUtils.endConversation( "updateMessage" );
>
> And, if you don't join a conversation, you just take part in the general
> conversation (which is only request-scoped).  But, this would clutter up
> the
> code with these join/end conversation requests.  I'd like to use
> annotations
> for this, but haven't come up with a nice way of doing so.  I might be
> able
> to use an EnhancementWorker to do it.
>
> James
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Thanks,

Henri.



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

Reply via email to