Interop & Mashup Test Pages
Sample for container configuration that uses gadget collections
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"} ] } ] }
 Â