As Joe indicates, creating workspaces and collections are out of scope for APP. The task of creating/provisioning workspaces and collections is the responsibility of the server.
That said, there are ways of using APP to create collections dynamically. In our implementation, for instance, we have a special collections called "My Activities", every entry in the "My Activities" collection is associated with a collection. Post a new entry to "My Activities" and a new collection shows up in the introspection document. Delete the entry from My Activities and the collection goes away. - James Joe Gregorio wrote: > On 4/26/06, John J. Barton <[EMAIL PROTECTED]> wrote: >> As I started to try an implementation I got struck right off: >> >> What is the protocol for creating a new workspace in Atom Pub? >> (a good answer for me would be: create a new collection with attribute >> workspace="Your Property", but thats another post...) >> >> What is the protocol for creating a new collection in Atom Pub? >> (Hmm...POST an introspection document?) > > Creating workspaces and collections is currently not part of the > core atom protocol. > > -joe > > -- > Joe Gregorio http://bitworking.org > >
