Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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

...

Sample for container configuration that uses gadget collections

Code Block
borderStylesolid
titleSample 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"}
                      ]
             }
         ]
    }