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/06/21 01:28:44 UTC

svn commit: r191585 [1/30] - in /incubator/muse/site: ./ dev_guide/ example/ example/epr/ example/images/ example/lib/ example/logic/ example/logic/src/ example/logic/src/java/ example/logic/src/java/org/ example/logic/src/java/org/apache/ example/logi...

Author: ips
Date: Mon Jun 20 16:28:31 2005
New Revision: 191585

URL: http://svn.apache.org/viewcvs?rev=191585&view=rev
Log:
updated project name & logo, and site structure; added tutorial

Added:
    incubator/muse/site/dev_guide/
    incubator/muse/site/dev_guide/index.html
    incubator/muse/site/example/
    incubator/muse/site/example/Design.txt
    incubator/muse/site/example/Muse_Example.htm
    incubator/muse/site/example/_TEMPLATE_.wsdl
    incubator/muse/site/example/build.properties
    incubator/muse/site/example/build.xml
    incubator/muse/site/example/epr/
    incubator/muse/site/example/epr/resourceadmin_epr.xml
    incubator/muse/site/example/images/
    incubator/muse/site/example/images/Picture2.jpg   (with props)
    incubator/muse/site/example/images/Picture3.jpg   (with props)
    incubator/muse/site/example/images/asf_logo_wide.gif   (with props)
    incubator/muse/site/example/images/model.jpg   (with props)
    incubator/muse/site/example/images/model1.jpg   (with props)
    incubator/muse/site/example/images/relnotes.css
    incubator/muse/site/example/images/top.gif   (with props)
    incubator/muse/site/example/lib/
    incubator/muse/site/example/logic/
    incubator/muse/site/example/logic/build.properties
    incubator/muse/site/example/logic/build.xml
    incubator/muse/site/example/logic/src/
    incubator/muse/site/example/logic/src/java/
    incubator/muse/site/example/logic/src/java/org/
    incubator/muse/site/example/logic/src/java/org/apache/
    incubator/muse/site/example/logic/src/java/org/apache/ws/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/ExampleConstants.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/ExampleUtils.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/application/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/application/backend/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/application/backend/ApplicationInstance.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/application/callback/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/application/callback/CumulativeExecutionTimeCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/application/callback/TotalNumberOfRequestsCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/backend/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/backend/BusinessProcessInstance.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/callback/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/callback/CumulativeExecutionTimeCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/callback/NumberOfRunningProcessesCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/callback/NumberOfSuspendedProcessesCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/callback/TotalNumberOfAbortedProcessesCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/callback/TotalNumberOfCompletedProcessesCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/businessprocesstype/callback/TotalNumberOfTerminatedProcessesCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/backend/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/backend/HostInstance.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/callback/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/callback/AvailableMemoryCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/callback/CpuUsageCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/callback/HostNameCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/host/callback/NumProcessesCallback.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/integrationserver/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/integrationserver/backend/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/integrationserver/callback/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/utils/
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/utils/EndPointReferenceFactory.java
    incubator/muse/site/example/logic/src/java/org/apache/ws/muse/example/utils/ResourceKeyFactory.java
    incubator/muse/site/example/requests/
    incubator/muse/site/example/requests/CreateBusinessProcess.xml
    incubator/muse/site/example/requests/CreateEnterpriseApplication.xml
    incubator/muse/site/example/requests/CreateHost.xml
    incubator/muse/site/example/requests/CreateIntegrationServer.xml
    incubator/muse/site/example/requests/DestroyResourceHost_ResourceaAdmin.xml
    incubator/muse/site/example/requests/GetCumulativeTime_Application.xml
    incubator/muse/site/example/requests/GetCurrentMessageForTopic_IntegrationServer.xml
    incubator/muse/site/example/requests/GetPropertyDiscovery_ResourceAdmin.xml
    incubator/muse/site/example/requests/GetPropertyManagebilityCapability_ResourceAdmin.xml
    incubator/muse/site/example/requests/GetPropertyManagementCapability_Application.xml
    incubator/muse/site/example/requests/GetPropertyManagementCapability_Host.xml
    incubator/muse/site/example/requests/GetPropertyNumOfRunProc_BP.xml
    incubator/muse/site/example/requests/GetPropertySupportedTypes_ResourceAdmin.xml
    incubator/muse/site/example/requests/GetPropertyTopic_Application.xml
    incubator/muse/site/example/requests/GetPropertyTopic_Host.xml
    incubator/muse/site/example/requests/GetPropertyTopic_IntegrationServer.xml
    incubator/muse/site/example/requests/GetPropertyTopic_ResourceAdmin.xml
    incubator/muse/site/example/requests/GetRelationshipProperty_IntegrationServer.xml
    incubator/muse/site/example/requests/RemoveRelationship_IntegrationServerToBP.xml
    incubator/muse/site/example/requests/Resume_BP.xml
    incubator/muse/site/example/requests/SetRelationship_IntegrationServerToBP.xml
    incubator/muse/site/example/requests/StartOperationalEvents_Application.xml
    incubator/muse/site/example/requests/StopOperationalEvents_Application.xml
    incubator/muse/site/example/requests/SubscribeToCreateRelationship_IntegrationServer.xml
    incubator/muse/site/example/requests/SubscribeToDestroyRelationship_IntegrationServer.xml
    incubator/muse/site/example/requests/SubscribeToDestroyResource_ResourceAdmin.xml
    incubator/muse/site/example/requests/SubscribeToOperationalEvent_Application.xml
    incubator/muse/site/example/requests/SubscribetoCreateResource_ResourceAdmin.xml
    incubator/muse/site/example/requests/Suspend_BP.xml
    incubator/muse/site/example/requests/responses/
    incubator/muse/site/example/services/
    incubator/muse/site/example/services/.xmlbeans/
    incubator/muse/site/example/services/.xmlbeans/lib/
    incubator/muse/site/example/services/.xmlbeans/lib/application-xbeans.jar   (with props)
    incubator/muse/site/example/services/.xmlbeans/lib/businessprocesstype-xbeans.jar   (with props)
    incubator/muse/site/example/services/.xmlbeans/lib/host-xbeans.jar   (with props)
    incubator/muse/site/example/services/.xmlbeans/lib/integrationserver-xbeans.jar   (with props)
    incubator/muse/site/example/services/.xmlbeans/lib/resourceadmin-xbeans.jar   (with props)
    incubator/muse/site/example/services/.xmlbeans/src/
    incubator/muse/site/example/services/.xmlbeans/src/org/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/ApplicationPropertiesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/impl/ApplicationPropertiesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/EventsEmitFaultDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/NumberOfOutstandingRequestsDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/StartEventsDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/StartEventsResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/StopEventsDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/StopEventsResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/TotalNumberOfRequestsDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/EventsEmitFaultDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/NumberOfOutstandingRequestsDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/TotalNumberOfRequestsDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/BusinessProcessTypePropertiesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/impl/BusinessProcessTypePropertiesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/NumberOfRunningProcessesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/NumberOfSuspendedProcessesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/ResumeDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/ResumeResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/SuspendDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/SuspendResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/TerminateDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/TerminateResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/TotalNumberOfAbortedProcessesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/TotalNumberOfCompletedProcessesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/TotalNumberOfTerminatedProcessesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/NumberOfRunningProcessesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/NumberOfSuspendedProcessesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/ResumeDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/ResumeResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/SuspendDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/SuspendResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/TerminateDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/TerminateResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/TotalNumberOfAbortedProcessesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/TotalNumberOfCompletedProcessesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/impl/TotalNumberOfTerminatedProcessesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/HostPropertiesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/impl/HostPropertiesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/AvailableMemoryDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/CpuUsageDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/NumberOfProcessesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/impl/AvailableMemoryDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/impl/CpuUsageDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/impl/NumberOfProcessesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/IntegrationServerPropertiesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/impl/IntegrationServerPropertiesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ListenPortDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ServerNameDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/impl/ListenPortDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/impl/ServerNameDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/ResourceAdminPropertiesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsType.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceFaultDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsType.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryType.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/InvalidResourcePropertiesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RelationshipFromDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RelationshipFromType.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RelationshipToDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RelationshipToType.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipFaultDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/RemoveRelationshipResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipFaultDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SetRelationshipResponseDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SupportedResourceType.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/SupportedResourcesDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/CreateDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/CreateFaultDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/CreateParamsDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/CreateParamsTypeImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/CreateResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/DestroyResourceDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/DestroyResourceFaultDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/DestroyResourceParamsDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/DestroyResourceParamsTypeImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/DestroyResourceResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/DiscoveryDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/DiscoveryTypeImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/InvalidResourcePropertiesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipFromDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipFromTypeImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipToDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipToTypeImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RemoveRelationshipDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RemoveRelationshipFaultDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RemoveRelationshipResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SetRelationshipDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SetRelationshipFaultDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SetRelationshipResponseDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourceTypeImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourcesDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/CumulativeExecutionTimeDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/impl/CumulativeExecutionTimeDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/CorrelationIdDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/DirectionStyleDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/DirectionStyleType.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/IntMetric.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/LongMetric.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/ResourceHostnameDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/ResourceTypeDocument.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/CorrelationIdDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/DirectionStyleDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/DirectionStyleTypeImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/IntMetricImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/LongMetricImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/ResourceHostnameDocumentImpl.java
    incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/impl/ResourceTypeDocumentImpl.java
    incubator/muse/site/example/services/application/
    incubator/muse/site/example/services/application/build.properties
    incubator/muse/site/example/services/application/build.xml
    incubator/muse/site/example/services/application/src/
    incubator/muse/site/example/services/application/src/java/
    incubator/muse/site/example/services/application/src/java/org/
    incubator/muse/site/example/services/application/src/java/org/apache/
    incubator/muse/site/example/services/application/src/java/org/apache/ws/
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/AbstractApplicationResource.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/AbstractApplicationService.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/ApplicationCustomOperationsPortType.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/ApplicationHome.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/ApplicationPropertyQNames.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/ApplicationResource.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/ApplicationService.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/Application_deploy.wsdd
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/Application_jndi-config.xml
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/EventScheduler.java
    incubator/muse/site/example/services/application/src/java/org/apache/ws/muse/example/application/EventsEmitFaultException.java
    incubator/muse/site/example/services/application/src/wsdl/
    incubator/muse/site/example/services/application/src/wsdl/application.wsdl
    incubator/muse/site/example/services/application/src/wsdl/application.wsdlKinga
    incubator/muse/site/example/services/businessprocesstype/
    incubator/muse/site/example/services/businessprocesstype/build.properties
    incubator/muse/site/example/services/businessprocesstype/build.xml
    incubator/muse/site/example/services/businessprocesstype/src/
    incubator/muse/site/example/services/businessprocesstype/src/java/
    incubator/muse/site/example/services/businessprocesstype/src/java/org/
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/AbstractBusinessprocesstypeResource.java
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/AbstractBusinessprocesstypeService.java
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/BusinessprocesstypeCustomOperationsPortType.java
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/BusinessprocesstypeHome.java
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/BusinessprocesstypePropertyQNames.java
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/BusinessprocesstypeResource.java
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/BusinessprocesstypeService.java
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/Businessprocesstype_deploy.wsdd
    incubator/muse/site/example/services/businessprocesstype/src/java/org/apache/ws/muse/example/businessprocesstype/Businessprocesstype_jndi-config.xml
    incubator/muse/site/example/services/businessprocesstype/src/wsdl/
    incubator/muse/site/example/services/businessprocesstype/src/wsdl/businessprocesstype.wsdl
    incubator/muse/site/example/services/host/
    incubator/muse/site/example/services/host/build.properties
    incubator/muse/site/example/services/host/build.xml
    incubator/muse/site/example/services/host/src/
    incubator/muse/site/example/services/host/src/java/
    incubator/muse/site/example/services/host/src/java/org/
    incubator/muse/site/example/services/host/src/java/org/apache/
    incubator/muse/site/example/services/host/src/java/org/apache/ws/
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/AbstractHostResource.java
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/AbstractHostService.java
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/HostCustomOperationsPortType.java
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/HostHome.java
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/HostPropertyQNames.java
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/HostResource.java
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/HostService.java
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/Host_deploy.wsdd
    incubator/muse/site/example/services/host/src/java/org/apache/ws/muse/example/host/Host_jndi-config.xml
    incubator/muse/site/example/services/host/src/wsdl/
    incubator/muse/site/example/services/host/src/wsdl/host.wsdl
    incubator/muse/site/example/services/integrationserver/
    incubator/muse/site/example/services/integrationserver/build.properties
    incubator/muse/site/example/services/integrationserver/build.xml
    incubator/muse/site/example/services/integrationserver/src/
    incubator/muse/site/example/services/integrationserver/src/java/
    incubator/muse/site/example/services/integrationserver/src/java/org/
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/AbstractIntegrationserverResource.java
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/AbstractIntegrationserverService.java
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/IntegrationserverCustomOperationsPortType.java
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/IntegrationserverHome.java
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/IntegrationserverPropertyQNames.java
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/IntegrationserverResource.java
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/IntegrationserverService.java
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/Integrationserver_deploy.wsdd
    incubator/muse/site/example/services/integrationserver/src/java/org/apache/ws/muse/example/integrationserver/Integrationserver_jndi-config.xml
    incubator/muse/site/example/services/integrationserver/src/wsdl/
    incubator/muse/site/example/services/integrationserver/src/wsdl/integrationserver.wsdl
    incubator/muse/site/example/services/resourceadmin/
    incubator/muse/site/example/services/resourceadmin/build.properties
    incubator/muse/site/example/services/resourceadmin/build.xml
    incubator/muse/site/example/services/resourceadmin/src/
    incubator/muse/site/example/services/resourceadmin/src/java/
    incubator/muse/site/example/services/resourceadmin/src/java/org/
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/AbstractResourceadminResource.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/AbstractResourceadminService.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/CreateFaultException.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/DestroyResourceFaultException.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/DiscoveryCallback.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/InvalidResourcePropertiesException.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/RemoveRelationshipFaultException.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/ResourceUnknownFaultException.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/ResourceadminCustomOperationsPortType.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/ResourceadminHome.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/ResourceadminPropertyQNames.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/ResourceadminResource.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/ResourceadminService.java
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/Resourceadmin_deploy.wsdd
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/Resourceadmin_jndi-config.xml
    incubator/muse/site/example/services/resourceadmin/src/java/org/apache/ws/muse/example/resourceadmin/SetRelationshipFaultException.java
    incubator/muse/site/example/services/resourceadmin/src/wsdl/
    incubator/muse/site/example/services/resourceadmin/src/wsdl/resourceadmin.wsdl
    incubator/muse/site/example/soapclient.xml
    incubator/muse/site/example/src/
    incubator/muse/site/example/src/java/
    incubator/muse/site/example/src/wsdl/
    incubator/muse/site/example/src/wsdl/application.wsdl
    incubator/muse/site/example/src/wsdl/application.xsd
    incubator/muse/site/example/src/wsdl/businessprocesstype.wsdl
    incubator/muse/site/example/src/wsdl/businessprocesstype.xsd
    incubator/muse/site/example/src/wsdl/host.wsdl
    incubator/muse/site/example/src/wsdl/host.xsd
    incubator/muse/site/example/src/wsdl/integrationserver.wsdl
    incubator/muse/site/example/src/wsdl/integrationserver.xsd
    incubator/muse/site/example/src/wsdl/muws-ext-1.xsd
    incubator/muse/site/example/src/wsdl/muws-ext-topics-1.xml
    incubator/muse/site/example/src/wsdl/resourceadmin.wsdl
    incubator/muse/site/example/src/wsdl/resourceadmin.xsd
    incubator/muse/site/example/src/wsdl/shared.xsd
    incubator/muse/site/example/test.xml
    incubator/muse/site/images/muse-logo.gif   (with props)
    incubator/muse/site/tutorial/callback.html
    incubator/muse/site/tutorial/home.html
    incubator/muse/site/tutorial/images/
    incubator/muse/site/tutorial/images/back.gif   (with props)
    incubator/muse/site/tutorial/images/next.gif   (with props)
    incubator/muse/site/tutorial/index.html
    incubator/muse/site/tutorial/resource.html
    incubator/muse/site/tutorial/service.html
    incubator/muse/site/tutorial/test.html
    incubator/muse/site/tutorial/webapp.html
    incubator/muse/site/tutorial/wsdl.html
    incubator/muse/site/tutorial/wsdl2java.html
Modified:
    incubator/muse/site/contact_info.html
    incubator/muse/site/images/ws-logo.gif
    incubator/muse/site/index.html
    incubator/muse/site/issue_tracking.html
    incubator/muse/site/linkmap.html
    incubator/muse/site/release.html
    incubator/muse/site/release_notes.html
    incubator/muse/site/tutorial/_TEMPLATE_.wsdl
    incubator/muse/site/version_control.html

Modified: incubator/muse/site/contact_info.html
URL: http://svn.apache.org/viewcvs/incubator/muse/site/contact_info.html?rev=191585&r1=191584&r2=191585&view=diff
==============================================================================
--- incubator/muse/site/contact_info.html (original)
+++ incubator/muse/site/contact_info.html Mon Jun 20 16:28:31 2005
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogoA1">
-<a href="http://incubator.apache.org/muse/"><img class="logoImage" alt="Muse" src="images/muse-logo.jpg"></a>
+<a href="http://ws.apache.org/ws-fx/muse/"><img class="logoImage" alt="Muse" src="images/muse-logo.gif"></a>
 </div>
 <!--+
     |end Project Logo
@@ -49,7 +49,7 @@
     +-->
 <ul id="tabs">
 <li class="current">
-<a class="base-selected" href="index.html">Overview</a>
+<a class="base-selected" href="index.html">Project Info</a>
 </li>
 <li>
 <a class="base-not-selected" href="apidocs/index.html">API Docs</a>
@@ -111,33 +111,6 @@
 <a title="" href="release.html">Releases</a>
 </div>
 </div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Documentation</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a title="" href="muws.html">MuWS</a>
-</div>
-<div class="menuitem">
-<a title="" href="apidocs/index.html">API Docs</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.4', 'skin/')" id="menu_1.4Title" class="menutitle">Related Projects</div>
-<div id="menu_1.4" class="menuitemgroup">
-<div class="menuitem">
-<a title="" href="http://ws.apache.org/axis/">Axis</a>
-</div>
-<div class="menuitem">
-<a title="" href="http://ws.apache.org/ws-fx/addressing/">Addressing</a>
-</div>
-<div class="menuitem">
-<a title="" href="http://xmlbeans.apache.org/">XMLBeans</a>
-</div>
-<div class="menuitem">
-<a title="" href="http://maven.apache.org/">Maven</a>
-</div>
-<div class="menuitem">
-<a title="" href="http://incubator.apache.org/">Incubator</a>
-</div>
-</div>
 <div id="credit"></div>
 <div id="roundbottom">
 <img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
@@ -186,7 +159,7 @@
 <a href="mailto:muse-dev-unsubscribe.at.ws.apache.org">Unsubscribe from List</a>
 </li>
         
-<li>Archives: <a href="http://ws.apache.org/mail/apollo-dev/">Apache</a> , <a class="external" href="http://marc.theaimsgroup.com/?l=muse-dev&r=1&w=2/">MARC</a>
+<li>Archives: <a href="http://ws.apache.org/mail/wsrf-dev/">Apache</a> , <a class="external" href="http://marc.theaimsgroup.com/?l=muse-dev&r=1&w=2/">MARC</a>
 </li>
       
 </ul>

Added: incubator/muse/site/dev_guide/index.html
URL: http://svn.apache.org/viewcvs/incubator/muse/site/dev_guide/index.html?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/dev_guide/index.html (added)
+++ incubator/muse/site/dev_guide/index.html Mon Jun 20 16:28:31 2005
@@ -0,0 +1,177 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.6">
+<meta name="Forrest-skin-name" content="pelt">
+<title>WSRF Developer Guide</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../images/apache.ico">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+<a href="http://incubator.apache.org/">Apache Incubator Project Site</a> &gt; <a href="http://incubator.apache.org/projects/">Apache Incubator Projects</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<!--+
+    |header
+    +-->
+<div class="header">
+<!--+
+    |start group logo
+    +-->
+<div class="grouplogo">
+<a href="http://ws.apache.org/"><img class="logoImage" alt="Web Services" src="../images/ws-logo.gif"></a>
+</div>
+<!--+
+    |end group logo
+    +-->
+<!--+
+    |start Project Logo
+    +-->
+<div class="projectlogoA1">
+<a href="http://ws.apache.org/ws-fx/muse/"><img class="logoImage" alt="Muse" src="../images/muse-logo.gif"></a>
+</div>
+<!--+
+    |end Project Logo
+    +-->
+<!--+
+    |start Tabs
+    +-->
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Project Info</a>
+</li>
+<li>
+<a class="base-not-selected" href="../apidocs/index.html">API Docs</a>
+</li>
+</ul>
+<!--+
+    |end Tabs
+    +-->
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<!--+
+    |start Subtabs
+    +-->
+<div id="level2tabs"></div>
+<!--+
+    |end Endtabs
+    +-->
+<script type="text/javascript" language="JavaScript"><!--
+              document.write("Published: " + document.lastModified);
+              //  --></script>
+</div>
+<!--+
+    |breadtrail
+    +-->
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<!--+
+    |start Menu, mainarea
+    +-->
+<!--+
+    |start Menu
+    +-->
+<div id="menu">
+<div onclick="SwitchMenu('menu_1.1', '../skin/')" id="menu_1.1Title" class="menutitle">Tutorial</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a title="" href="../tutorial/index.html">Overview</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/wsdl.html">View WSDL</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/wsdl2java.html">Generate Java</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/service.html">Write Service Class</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/resource.html">Write Resource Class</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/callback.html">Write Callback Objects</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/home.html">Write Home Class</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/webapp.html">Deploy Service</a>
+</div>
+<div class="menuitem">
+<a title="" href="../tutorial/test.html">Test</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_selected_1.2', '../skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Developer Guide</div>
+<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div class="menupage">
+<div class="menupagetitle">Overview</div>
+</div>
+</div>
+<div id="credit">
+<a href="http://forrest.apache.org/"><img border="0" title="Built with Apache Forrest" alt="Built with Apache Forrest - logo" src="../images/built-with-forrest-button.png" style="width: 88px;height: 31px;"></a>
+</div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<!--+
+  |alternative credits
+  +-->
+</div>
+<!--+
+    |end Menu
+    +-->
+<!--+
+    |start content
+    +-->
+<div id="content">
+<div id="skinconf-txtlink"></div>
+<h1>WSRF Developer Guide</h1>
+		
+<a name="N1000C"></a><a name="WSRF+Developer+Guide"></a>
+<h2 class="boxed">WSRF Developer Guide</h2>
+<div class="section">
+<p>TODO
+      			</p>
+</div>
+	
+</div>
+<!--+
+    |end content
+    +-->
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<!--+
+    |start bottomstrip
+    +-->
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("Last Published: " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+ Copyright &copy; 2004 The Apache Software Foundation.</div>
+<div id="logos">
+<a href="http://validator.w3.org/check/referer"><img style="height: 31px; width: 88px;" title="Valid HTML 4.01!" alt="Valid HTML 4.01!" src="../skin/images/valid-html401.png" class="logoImage"></a><a href="http://jigsaw.w3.org/css-validator/"><img style="height: 31px; width: 88px;" title="Valid CSS!" alt="Valid CSS!" src="../skin/images/vcss.png" class="logoImage"></a>
+</div>
+<!--+
+    |end bottomstrip
+    +-->
+</div>
+</body>
+</html>

Added: incubator/muse/site/example/Design.txt
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/Design.txt?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/Design.txt (added)
+++ incubator/muse/site/example/Design.txt Mon Jun 20 16:28:31 2005
@@ -0,0 +1,293 @@
+=================
+
+IntegrationServer
+
+=================
+
+- a singleton that is the root of the example resource hierarchy
+
+ 
+
+Properties
+
+----------
+
+o wsnt:Topic  (1 per supported topic)
+
+o wsnt:FixedTopicSet
+
+o wsnt:TopicExpressionDialects  (3 - Simple, Concrete, and Full)
+
+o muws-p1-xs:ResourceId
+
+o muws-p1-xs:ManageabilityCapability  (1 per supported capability)
+
+o muws-p2-xs:OperationalStatus
+
+o muws-p2-xs:Caption
+
+o muws-p2-xs:Description
+
+o muws-p2-xs:Version
+
+o muws-p2-xs:Relationship  (1 per BusinessProcessType resource - relType=wsf:Contains)
+
+o hp-wsf:ResourceType  (type=xs:anyURI)
+
+o hp-wsf:ResourceHostname  (type=xs:string)
+
+o hp-is:ServerName  (type=xs:string) 
+
+o hp-is:ListenPort  (type=xs:int)
+
+ 
+
+Operations
+
+----------
+
+o wsrf-rp:GetResourceProperty
+
+o wsrf-rp:GetMultipleResourceProperties  
+
+o wsnt:Subscribe
+
+o wsnt:GetCurrentMessage
+
+o wsx:GetMetadata  (for retrieving WSDL)
+
+ 
+
+Topics
+
+------
+
+o muws-events:RelationshipsCapability/RelationshipCreated
+
+o muws-events:RelationshipsCapability/RelationshipDeleted
+
+ 
+ 
+
+===================
+
+BusinessProcessType
+
+===================
+
+- one instance per managed business process type
+
+ 
+
+Properties
+
+----------
+
+o wsnt:Topic  (1 per supported topic)
+
+o wsnt:FixedTopicSet
+
+o wsnt:TopicExpressionDialects  (3 - Simple, Concrete, and Full)
+
+o muws-p1-xs:ResourceId
+
+o muws-p1-xs:ManageabilityCapability  (1 per supported capability)
+
+o muws-p2-xs:Caption
+
+o muws-p2-xs:Description
+
+o muws-p2-xs:Version
+
+o muws-p2-xs:Relationship  (1 - relType=wsf:DependsOn) 
+
+o hp-wsf:ResourceType  (type=xs:anyURI)
+
+o hp-wsf:ResourceHostname  (type=xs:string)
+
+o hp-bpt:NumberOfRunningProcesses  (1 - type=wsf:IntMetric) // this is a gauge metric
+
+o hp-bpt:NumberOfSuspendedProcesses  (1 - type=wsf:IntMetric) // this is a gauge metric
+
+o hp-bpt:TotalNumberOfAbortedProcesses  (1 - type=wsf:LongMetric) // cumulative # of aborted processes 
+
+o hp-bpt:TotalNumberOfCompletedProcesses  (1 - type=wsf:LongMetric) // cumulative # of completed processes
+
+o hp-bpt:CumulativeExecutionTime  (1 - type=wsf:LongMetric) // cumulative process time (in milliseconds) to complete all processes
+
+o hp-bpt:TotalNumberOfTerminatedProcesses  (1 - type=wsf:LongMetric) // cumulative # of terminated processes
+
+ 
+
+Operations
+
+----------
+
+o wsrf-rp:GetResourceProperty
+
+o wsrf-rp:GetMultipleResourceProperties
+
+o wsnt:Subscribe 
+
+o wsnt:GetCurrentMessage
+
+o wsx:GetMetadata  (for retrieving WSDL)
+
+o hp-bpt:Suspend 
+
+o hp-bpt:Resume
+
+o hp-bpt:Terminate
+
+
+Topics
+
+------
+
+
+===================
+
+ApplicationType
+
+===================
+
+- one instance per managed  application type
+
+ 
+
+Properties
+
+----------
+
+o wsnt:Topic  (1  for  muws-p2-xs:OperationalStatusCapability)
+
+o wsnt:FixedTopicSet
+
+o wsnt:TopicExpressionDialects  ( 1 -  Full)
+
+o muws-p1-xs:ResourceId
+
+o muws-p1-xs:ManageabilityCapability  (1 per supported capability)
+
+o muws-p2-xs:Caption
+
+o muws-p2-xs:Description
+
+o muws-p2-xs:Version
+
+o muws-p2-xs:Relationship  (1 - relType=wsf: DependsOn ) 
+
+o hp-wsf:ResourceType  (type=xs:anyURI)
+
+o hp-wsf:ResourceHostname  (type=xs:string)
+
+o hp-app :NumberOf OutstandingRequest    (1 - type=wsf:IntMetric) // this is a gauge metric
+
+o hp-app:TotalNumberOf Request   (1 - type=wsf:LongMetric) // cumulative # of completed  request 
+
+o hp-app:CumulativeExecutionTime  (1 - type=wsf:LongMetric) // cumulative process time (in milliseconds) to complete all  requests  
+
+ 
+
+ 
+
+Operations
+
+----------
+
+o wsrf-rp:GetResourceProperty
+
+o wsrf-rp:GetMultipleResourceProperties
+
+o wsnt:Subscribe 
+
+o wsnt:GetCurrentMessage
+
+o wsx:GetMetadata  (for retrieving WSDL) 
+
+ 
+
+Topics
+
+------ 
+
+ 
+
+o muws-events:OperationalStatusCapability
+
+( Event1:  muws-p1-xs:ManagementEvent with muws-p2-xs:Situation - severity 4 "available disk space is too low") 
+
+(Event2:  muws-p1-xs:ManagementEvent with muws-p2-xs:Situation - severity 1 "available disk space is ok") 
+
+Both events contain "CorrelationId" for  event correlation  
+
+ 
+
+===================
+
+HostType
+
+===================
+
+- one instance per managed Host type
+
+ 
+
+Properties
+
+----------
+
+o wsnt:Topic  (1  for  muws-p2-xs:OperationalStatusCapability)
+
+o wsnt:FixedTopicSet
+
+o wsnt:TopicExpressionDialects  ( 1 - Full)
+
+o muws-p1-xs:ResourceId
+
+o muws-p1-xs:ManageabilityCapability  (1 per supported capability)
+
+o muws-p2-xs:Caption
+
+o muws-p2-xs:Description
+
+o muws-p2-xs:Version
+
+o hp-wsf:ResourceType  (type=xs:anyURI)
+
+o hp-wsf:ResourceHostname  (type=xs:string)
+
+o hp- host  :NumberOf Process    (1 - type=wsf:IntMetric) // this is a gauge metric
+
+o hp- host : AvailableMemory (1 -  type=wsf:IntMetric)
+
+o hp-host:CpuUsage (1 - type=wsf:IntMetric)
+
+ 
+
+ 
+
+Operations
+
+----------
+
+o wsrf-rp:GetResourceProperty
+
+o wsrf-rp:GetMultipleResourceProperties
+
+o wsnt:Subscribe 
+
+o wsnt:GetCurrentMessage
+
+o wsx:GetMetadata  (for retrieving WSDL) 
+
+ 
+
+Topics
+
+------ 
+
+ 
+
+o muws-events:OperationalStatusCapability
+

Added: incubator/muse/site/example/Muse_Example.htm
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/Muse_Example.htm?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/Muse_Example.htm (added)
+++ incubator/muse/site/example/Muse_Example.htm Mon Jun 20 16:28:31 2005
@@ -0,0 +1,337 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD><TITLE>Muse Example</TITLE>
+<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><LINK
+href="images/relnotes.css" type=text/css
+rel=stylesheet>
+<META content="MSHTML 6.00.2722.900" name=GENERATOR></HEAD>
+<BODY text=#000000 bgColor=#ffffff>
+<P class=small><A name=top></A>MUSE example 2005 Apache Software Foundation </P>
+<P><IMG src="images/asf_logo_wide.gif" width="537" height="51">
+</P>
+<H1>Release Notes</H1>
+<P><A href="#contact">How to contact us</A>
+  | <A href="#feature">Feature Summary</A>
+  | <A href="#system">System Requirements</A>
+  | <A href="#run">How to Build Install and
+  Test </A> | <A
+href="#docs">Documentation</A> | <A
+href="#examples">Requests Examples</A>  </P>
+<H2><A name=contact></A>How to contact us<BR></H2>
+<H3>Support:</H3>
+<P>Mailing list: <a href="mailto:muse-dev@ws.apache.org">MUSE-dev@ws.apache.org</a><BR>
+
+<P>Web: <A
+href="http://ws.apache.org/ws-fx/muse/">ws.apache.org/ws-fx/MUSE/</A></P>
+<H3>Licensing:</H3>
+<P><A href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></P>
+<P>For latest information about MUSE Example, browse <A
+href="http://ws.apache.org/ws-fx/muse/">ws.apache.org/ws-fx/MUSE/</A>.</P>
+<H2><A href="#top"><IMG height=20
+src="images/top.gif" width=15
+border=0></A><A name=feature></A>Feature Summary<BR></H2>
+<P>The MUSE example demonstrates the Management Using Web Services (MUWS) concepts.
+  MUWS specification uses a set of specifications, such as WS-Resource Properties,
+  WS-Notification, and WS-Addressing to express the manageability of resources
+  using Web Services. This example implementation consumes the implementations
+  of Apache-WSRF, Apache-Pubscribe, and Apache -MUSE projects. It allows you to
+  work with resource properties, operations, notifications, subscriptions, and
+  relationships. </P>
+<P> MUSE example provides the implementation for several manageable resources.
+  It demonstrates how to create the management domain model, composed of manageable
+  resources, how to emit different types of notifications, how to use custom operations
+  and properties to manage the resources, and the management of lifecycle of resources.</P>
+<h3>MUSE example management scenario:</h3>
+<p>Imagine that you are the owner of an enterprise solution. This solution is
+  up and running and delivers to your customers important services. Your list
+  of potential clients rapidly grows and you would like your business to grow.
+  You want this successful business to grow, and you are at the point where you
+  want to manage your solution to be able to proactively predict potential problems
+  and prevent them from happening. In other words, you do not want your customers
+  to have to tell you when your services do not operate as expected. You want
+  to make sure the management addition to your solution will use the requisite
+  interoperable standards to keep your options open. You would like to expose
+  manageability of your solution to control delivery of your services but you
+  do not want to be tied to a specific management software vendor. You choose
+  to implement the manageability of your solution using MUSE. </p>
+<p>Your solution is complex, and contains several Business Processes, which depend
+  on instances of some applications, applications running on host machines. Many
+  resources are involved to run your solution successfully. Upon review, you decide
+  that the first targets for the manageability of your solution should be: business
+  processes, applications, and host machines. </p>
+<p>You identified the resources you need to manage, now you start to design the
+  management interface for your resources. For each resource you need to decide:</p>
+<ul>
+  <li>What properties will be exposed by management interface?</li>
+  <li>What operations you will need to control your resources?</li>
+  <li>What events will be emitted to notify about dynamic changes in your managed
+    environment?</li>
+  <li>What custom data types your resources will use to communicate the state
+    of your managed environment?</li>
+  <li>What types of relationships exists between resources you will be managed?</li>
+  <li>What will be the mechanism for life cycle management of your resources?</li>
+</ul>
+<p>You can view the interface design draft <a href="Design.txt">here</a>. Now
+  it is time for architecture design.</p>
+<p>&nbsp; </p>
+
+
+
+<H3>Architecture</H3>
+<P><img src="images/Picture2.jpg" width="826" height="428"></P>
+<P>The picture above represents the end to end management of the resources implemented
+  using MUSE specifications. Let's analyze this picture, starting from the managed
+  environment and the resources you identified. The managed environment represents
+  our management need. You have some resource that you want to manage. For example,
+  you have a printer, software running on a host machine, an employee performing
+  a step in the manual process. You want to manage those resources. What &quot;you
+  want to manage&quot; will differ depending on the environment. However, generally
+  you will want to monitor what is going on in the out managed environment, change
+  the state of resources to make sure they are not abnormal, you would like to
+  control the resources to automate the management of tasks. As an owner of the
+  managed environment you know what are your manageability needs. You express
+  them in the set of WebServices exposed to the applications in the Manager Role.
+  You will have to name those Resource Services. The Resource Services, which
+  represent the management interface of chosen resources, are represented to the
+  outside world by WSDM endpoints. Through the Resource Services, the manager
+  application can monitor, analyze, and control the back-end resources.</P>
+<P>In real life the resources in the managed domain are dynamic. New ones continually
+  show up, others disappears, and the relationships between them changes. Thus,
+  there is a need to synchronize the back-end resources with their Resource Services
+  representations. There are at least two possible designs pattern you can use
+  to manage the lifecycle of the Resource Services:</P>
+<ul>
+  <li> Through a discovery mechanism - a process capable of monitoring the back-end
+    resource lifecycle activity and creating or destroying the Resource Services.
+    This process will be responsible for synchronization between back-end resources
+    and the Resource Services.</li>
+  <li>Through a factory mechanism - a service capable to creating or destroying
+    the Resource Services which will connect them-selve with back end resources.</li>
+</ul>
+<p>The choice of design pattern depends on your specific managed environment.
+  For the purpose of this example the factory mechanism is used. The <i>Resourecadmin</i>
+  will have the responsibility of creating or destroying the Resource Services
+  which will connect themselves to the back-end resources they represents. Through
+  the Resourceadmin, the manager application will control the management model
+  of managed environment.</p>
+<p>The Management system can represent any management application capable to exchange
+  information using WSDM soap profile. </p>
+
+<h3>&nbsp;</h3>
+ <h3>Lifecycle of Resources</h3>
+<p>The Resourceadmin provides the interface to create instances of Resources Services.
+  Resourceadmin allows you to create only instances supported by Resourceadmin.
+  The list of supported types can be obtained from the ResourceAdmin by querying
+  its property - SupportedResources. After creating the resource, the requestor
+  will get the EPR for the created resources.</p>
+<p>The Resourceadmin provides the interface to destroy an instance of a running
+  Resource Service. At any moment, the manager application can check the value
+  of Discovery property. As a result it will obtain the list of EPRs for all created
+  and running resources under Resourceadmin control.</p>
+<P>&nbsp;</P>
+<P><img src="images/Picture3.jpg" width="888" height="577"> </P>
+<h3>&nbsp;</h3>
+<h3>Types of Resources</h3>
+<P>MUSE Example domain recognizes the following resource types: </P>
+<ul>
+  <li>&nbsp; IntegrationServer </li>
+  <li>&nbsp; BusinessProcess </li>
+  <li>&nbsp; EnterpriseApplication </li>
+  <li>&nbsp; HostMachine </li>
+</ul>
+
+<h3>Resources types characteristics</h3>
+<h4>IntegrationServer</h4>
+<P>The Resource Service of IntegrationServer type is a singleton. Its role is
+  to serve as a top level node for the MUSE example domain model</P>
+<h4>BusinessProcess </h4>
+<P>The Resource Service of BusinessProcess type represent running business process.
+  It exposes custom properties and operations to monitor and control the business
+  process. Each business process resource (back-end) simulates several running
+  processes. The set of custom operations - suspend, resume, terminate - allows
+  control of these processes. The set of properties allows to monitor the state
+  of processes running on the business process resource. For the specific BusinessProcess
+  instance the way to learn what is the number of running processes is to get
+  a property value for NumberOfRunningProcesses before executing any of suspend/terminate/resume
+  operations. Once you terminate all processes at the BusinessProces instance
+  it is not possible to restart the running processes. You can suspend them and
+  resume as much as you want, but termination means &#147;out of the pool.&#148;</P>
+<p></p>
+<h4>EnterpriseApplication</h4>
+<P>The Resource Service of EnrerpriseApplication type represents the Enterprise
+  Application. Application will sent operational events on OperationalStatusCapability
+  topic. The ManagementEvents will be sent to signal available disk space state.
+  The events are sent in pairs &#150; the first event with Severity = 4 will communicate
+  that the disk space is to low, the second with this same CorrelationId will
+  have severity = 1 and will communicate that the disk space level is OK. Resources
+  of EnterpriseApplication type exposes the interface to control emissions of
+  the operational events. You can control when the events are emitted and how
+  often they will be sent (StartEvents operation). At any time you can stop event
+  emission process. Depending of your need you can stop/start events setup different
+  schedule for different Application instances etc.You can query all supported
+  topics by checking the Topic property for Application Resource Service.</P>
+
+<h4>HostMachine</h4>
+<p>The Resource Service of HostMachine represents host machine. This Resource
+  Service exposes properties for ex. AvailableMemory allowing monitoring and analysis
+  of the host resource state.</p>
+<h4>Resourceadmin</h4>
+<p>The Resourceadmin is responsible for example domain Resource Services management.</p>
+<p>Resourceadmin exposes the following properties to help manager applications
+  to understand Resource Services life cycle management:</p>
+<ul>
+  <li> SupportedResources </li>
+  <li> Discovery</li>
+</ul>
+<p>The query request for SupportedResources property will return as a result the
+  list of ResourceTypes known in example domain. The query request for Discovery
+  property will return as a result the list of EPRs for all resources created
+  and maintained by resourceadmin. To manage lifecycle of the resources maintained
+  by resourceadmin it exposes custom operations:</p>
+<ul>
+  <li>Create </li>
+  <li>DestroyResource</li>
+</ul>
+<p> In the Create operation you specify which ResourceType you would like to create
+  and as a result you get EPR for new instance of Resource Service of desired
+  type.</p>
+<p> The DestroyResource operation takes as parameters the ResourceType and EPR
+  for the resource you want to destroy. The Discovery property will reflect the
+  resources lifecycle changes known to resourceadmin. The creation of the new
+  resources will generate notification send to ManageabilityEndpointCreation/ManageableResourceCreation
+  topic. The destruction of existing resource will send notification to ManageabilityEndpointDestruction/ManageableResourceDestruction
+  topic.</p>
+<p>Resourceadmin allows you to crate example domain model by connecting Resource
+  Services with the relationships. The Resource Services created by resourceadmin
+  are &quot;stand alone&quot; resources. As the owner of your management solution
+  you know what are the relationships between your resources. You will reflect
+  them by creating relationships between Resource Services. As stated above, in
+  real life the back-end is dynamic, new resources show, some of existing are
+  no longer used. Two relationship operations will help you to create and maintain
+  the management model in for your domain:</p>
+<ul>
+  <li>SetRelationship</li>
+  <li>RemoveRelationship </li>
+</ul>
+<p>The newly crated relationship between the Resource Services will generate notification
+  to RelationshipCreated topic. The removal of the relationship will generate
+  notification sent to RelationshipDestroyed topic. Those capabilities of resourceadmin
+  allows the manager applications to dynamically discover the management model
+  and its dynamic changes.</p>
+<table width="100%" border="0" cellspacing="0" cellpadding="0" >
+  <tr>
+    <td><img src="images/model.jpg" width="295" height="346"></td>
+    <td><img src="images/model1.jpg" width="295" height="346"></td>
+  </tr>
+</table>
+
+<p> This pictures shows several instances of Resource Services: Integrationserver,
+  2 instances of Business processes, 2 instances of Application and 2 instances
+  of Host Machine originally disconnected (left) and with the relationships between
+  them forming our management model. </p>
+<h3>&nbsp;</h3>
+<H2><A href="#top"><IMG height=20
+src="images/top.gif" width=15
+border=0></A><A name=system></A>System Requirements<BR>
+</H2>
+<H3>Operating System Requirements</H3>
+<UL>
+  <LI>Windows 2000, XP
+</UL>
+<H3>Software Requirements</H3>
+<UL>
+  <LI>JDK 1.4.x
+  <LI>Ant 1.6.x
+  <LI>Web Server - Tomcat 1.4.x
+</UL>
+
+<H3>Hardware Requirements</H3>
+<UL>
+  <LI>Memory: 128 MB of RAM and above
+  <LI>Hard Disk Space: 50 MB and above </LI>
+</UL>
+<H2><A href="#top"><IMG height=20
+src="images/top.gif" width=15
+border=0></A><A name=run></A>How to install and test MUSE Example<BR>
+</H2>
+<P>In order to run the MUSE example application, you need to build and deploy
+  it to MUSE web application.</P>
+<P> The base of the deployment is the existing MUSE Web App comming with the MUSE
+  distribution. There are two options: </P>
+<ul>
+  <li>You already followed deployment steps for MUSE distribution. You have MUSE
+    deployed to your Web Server </li>
+  <li>You did not deployed MUSE app yet.</li>
+</ul>
+<p>The goal of MUSE example deployment is to add the example's ResourceServices
+  to MUSE Web App. </p>
+<p>Example application is composed of several sub-projects, which correspond to
+  each Resource Service. Each sub-project contains build.properties file. Before
+  you can build and deploy the MUSE example app you need to edit the build.properties
+  file in all sub-projects to correctly point to the MUSE Web App. The examples/logic directory contains back-end implementation, the example/services contains Resource Services implementations. You need to edit build.properties files in all subprojects. If the app
+  is already deployed to WebServer, point to this deployment. If it is not deployed
+  yet point to the distribution webapps/muse directory, then after the MUSE example
+  build/deployment, deploy it to the Web Server following instructions of muse deployment.</p>
+<H4>To build and deploy:</H4>
+<ul>
+  <li>At docs/example directory execute <i>ant all</i>. As a result the muse/WEB-INF/classes
+    directory will be populated with our example Resource Services classes, muse/WEB-INF
+    .wsdd and jndi configuration files will be adjusted to contain MUSE example
+    information.</li>
+</ul>
+<H4>To verify the deployment:</H4>
+<ul>
+  <li> Start Web Server </li>
+  <li>Start Web browser, point it to <a href="http://localhost:8080/muse/services">http://localhost:8080/MUSE/index.htm</a>
+    (Tomcat default port)</li>
+</ul>
+<p>You should see the page similar to:</p>
+<p>The links on this page will help you to verify if the installation and deployment
+  processes were successful.</p>
+<p>The View link will take you to the list of available Resource Services exposed
+  by MUSE and MUSE example application</p>
+<H4>To test the Resource Services:</H4>
+<ul>
+  <li>At docs/example directory execute <i>ant test.</i></li>
+</ul>
+<p>This ant task will send a sequence of soap requests to different Resource Services.
+  The tests steps are in the test.xml file. You can use this as script as a template
+  and modify it to script your sequence of requests. The actual soap requests
+  content is stored in the set of files at /requests subdirectory. Your starting point is always resource admin. You need to create the instances of the Resources Services first. The EPR for the resourceadmin is
+  <ul>
+  <li>&lt;?xml version="1.0" ?&gt;
+&lt;EndpointReference xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;
+  &lt;wsa:Address&gt;http://localhost:8080/muse/services/resourceadmin&lt;/wsa:Address&gt;
+  &lt;wsa:ReferenceProperties /&gt;
+&lt;/EndpointReference&gt;</li></ul>
+<p>This file is located at /examples/epr directory.</p>
+assuming you deployed muse example to the Tomcat using its default port.</p>
+<H2><A href="#top"><IMG height=20
+src="images/top.gif" width=15
+border=0></A><A name=docs></A>Documentation<BR>
+</H2>
+<P>Under construction</P>
+<H3>JavaDocs</H3>
+<P>Under construction</P>
+<H2><A href="#top"><IMG height=20
+src="images/top.gif" width=15
+border=0></A><A name=examples></A>Requests Examples<BR>
+</H2>
+<P>The /requests subdirectory contains examples of soap requests. Those requests
+  show what are the wire level soap requests corresponding to different MUSE operations
+  and properties, and custom operations and properties defined in MUSE exampl
+  app. You can add more requests modeled on those provided, and use them for your
+  request sequence. Be aware that the Resource Services validates the requests
+  and the xml request file needs to be:</P>
+<ul>
+  <li>Valid xml document</li>
+  <li>Adhere to the schema definitions for all data types used in the requests
+    - namespaces are the fundamental part of request validation. </li>
+</ul>
+
+<BR>
+
+
+<BR><A
+href="#top"><IMG height=20
+src="images/top.gif" width=15 border=0></A>
+</BODY></HTML>



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