You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2005/07/06 23:42:56 UTC

svn commit: r209517 - in /webservices/muse/trunk/src/site/content/xdocs: contact_info.xml version_control.xml

Author: ips
Date: Wed Jul  6 14:42:53 2005
New Revision: 209517

URL: http://svn.apache.org/viewcvs?rev=209517&view=rev
Log:
updated URLs

Modified:
    webservices/muse/trunk/src/site/content/xdocs/contact_info.xml
    webservices/muse/trunk/src/site/content/xdocs/version_control.xml

Modified: webservices/muse/trunk/src/site/content/xdocs/contact_info.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/xdocs/contact_info.xml?rev=209517&r1=209516&r2=209517&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/xdocs/contact_info.xml (original)
+++ webservices/muse/trunk/src/site/content/xdocs/contact_info.xml Wed Jul  6 14:42:53 2005
@@ -12,21 +12,27 @@
     <section>
       <title>Mailing Lists</title>
       <p>
-        There is currently one mailing list for the project:
-        <a href="mailto:muse-dev AT ws DOT apache DOT org">muse-dev AT ws DOT apache DOT org</a>.        
+        There are currently three mailing lists for the project: muse-user, muse-dev, and muse-commits.
       </p>
-      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
-      <ul>
-        <li><a href="mailto:muse-dev-subscribe@ws.apache.org">Subscribe to List</a></li>
-        <li><a href="mailto:muse-dev-unsubscribe@ws.apache.org">Unsubscribe from List</a></li>
-        <li>Archives: <a href="http://ws.apache.org/mail/wsrf-dev/">Apache</a> , <a href="http://marc.theaimsgroup.com/?l=muse-dev&amp;r=1&amp;w=2/">MARC</a></li>
-      </ul>
+      <note>In order to post to one of the lists, it is necessary to first subscribe to it.</note>
+      <section>
+        <title>muse-user</title>
+        <p>This list is for developers that are using Muse in their own projects to ask questions, 
+           share knowledge, and discuss issues related to using Muse.</p>
+        <ul>
+          <li><a href="mailto:muse-user-subscribe@ws.apache.org">Subscribe to List</a></li>
+          <li><a href="mailto:muse-user-unsubscribe@ws.apache.org">Unsubscribe from List</a></li>
+          <li><a href="mailto:muse-user@ws.apache.org">Post to List</a></li>
+          <li>Archives: <a href="http://ws.apache.org/mail/muse-user/">Apache</a> , 
+                        <a href="http://marc.theaimsgroup.com/?l=muse-user&amp;r=1&amp;w=2/">MARC</a></li>
+        </ul>
+      </section>
     </section>
     <section>
       <title>Chat Rooms</title>
       <p>
-        The Muse developers can usually be found on the 
-        <a href="irc://irc.freenode.net/apache-ws-fx"><code>#apache-ws-fx</code> channel on the
+        Muse developers can often be found on the 
+        <a href="irc://irc.freenode.net/apache-ws"><code>#apache-ws</code> channel on the
         <code>irc.freenode.net</code> IRC server</a>.
       </p>
     </section>

Modified: webservices/muse/trunk/src/site/content/xdocs/version_control.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/xdocs/version_control.xml?rev=209517&r1=209516&r2=209517&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/xdocs/version_control.xml (original)
+++ webservices/muse/trunk/src/site/content/xdocs/version_control.xml Wed Jul  6 14:42:53 2005
@@ -24,7 +24,7 @@
       <title>Web Access (read-only)</title>
       <p>
         The source code can be browsed via the Web at 
-        <a href="http://svn.apache.org/viewcvs.cgi/incubator/muse/">http://svn.apache.org/viewcvs.cgi/incubator/muse/</a>.
+        <a href="http://svn.apache.org/viewcvs.cgi/webservices/muse/">http://svn.apache.org/viewcvs.cgi/webservices/muse/</a>.
         No SVN client software is required.
       </p>
     </section>
@@ -33,7 +33,7 @@
       <title>Anonymous Access (read-only)</title>
       <p>
         The SVN URL for anonymous users is 
-        <a href="http://svn.apache.org/repos/asf/incubator/muse/">http://svn.apache.org/repos/asf/incubator/muse/</a>.
+        <a href="http://svn.apache.org/repos/asf/webservices/muse/">http://svn.apache.org/repos/asf/webservices/muse/</a>.
         Instructions for anonymous SVN access are 
         <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
       </p>
@@ -43,7 +43,7 @@
       <title>Committer Access (read-write)</title>
       <p>
         The SVN URL for committers is 
-        <a href="https://svn.apache.org/repos/asf/incubator/muse/">https://svn.apache.org/repos/asf/incubator/muse/</a>.
+        <a href="https://svn.apache.org/repos/asf/webservices/muse/">https://svn.apache.org/repos/asf/webservices/muse/</a>.
         Instructions for committer SVN access are 
         <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
       </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


Doubts about WS-Notification and Example

Posted by Marcelo Iury <iu...@lsd.ufcg.edu.br>.
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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org