The C&I spec defines a conversational interface as annotated with
@Scope("session")
but since we are also considering HTTP Session scopes, it seems
that using @Scope("CONVERSATIONAL") would make things
clearer. Notice that earlier in the spec (sec 1.2.1.4) the annotation
@Scope("CONVERSATION") is used in passing, so it looks like
the spec needs to be revised anyway.
For the current SCA/Java implementation of conversational services
just getting under way, the current thought is to use
@Scope("CONVERSATIONAL")
On 11/11/06, Pete Robbins <[EMAIL PROTECTED]> wrote:
Quick question: Is there an annotation that marks an interface as
conversational?
Cheers,
--
Pete