Hello all!

I’m newbie in the Muse Framework and I'm try to implement a service that
use the set of WS-* implemented in Muse.
I got a traditional simple service that implement a Calculator. I'll now
add ws-notification features. To reach this goal, I studied the muse's
example to help my efforts.

In the example, IntegrationserverResource has this piece of code:
…
TopicSpaceSet aSet = getTopicSpaceSet();
MuwsUtils.addRelationshipTopics(aSet);

        //MUWS TopicSpace
TopicSpace muwsTopicSpace = new TopicSpaceImpl(
    MuwsConstants.NSURI_MUWS_PART2_TOPICS );
aSet.addTopicSpace( muwsTopicSpace );
…


I didn’t understand this. What are made in theses two parts?  Does
framework implement Topic, TopicExpressionDialects and
TopicExpressionDialects for us?

Another doubt is who is announced about change events?


Best regards,
Marcelo Iury




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

Reply via email to