Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Goal:  Prototype a test page to make it easier to add and remove gadgets along with testing collections of gadgets.

Sample mashup collections
    { "collections": 
        [
            {
            "name": "Publish Subscribe Demo",
            "Description": "This is a sample pub/sub demo showcasing the pubsub-2 feature"
            "apps" : [
                     {"name": "publisher", "url": "http://localhost:8080/container/sample-pubsub-2-publisher.xml"},
                     {"name": "subscriber", "url": "http://localhost:8080/container/sample-pubsub-2-subscriber.xml"}
                     ]
             },
             {
             "name": "Media Items",
             "Description": "Sample Mashup for media items"
             "apps" : [
                      {"name": "Profile", "url": "http://localhost:8080/some.xml"},
                      {"name": "CMIS", "url": "http://localhost:8080/some.xml"}
                      ]
             }
         ]
    }
  • No labels