Versions Compared

Key

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

...

Sample for container configuration that uses gadget collections

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