RestBugs
RestBugs copied to clipboard
Create static resource generation for resources
This would include the following types of resources:
- index resource
- collection resources
- item resources
Process should look as follows:
- create static pages for the documents and serve them off the file system
- build a client against the static pages
- build the collector for state changes (does not necessarily require queue semantics - bucket semantics should be fine)
- from write the static resource generator to update the static resources as appropriate