Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
titleBar.javaSample mashup collections
borderStylesolid
    { "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"}
                      ]
             }
         ]
    }