RestBugs icon indicating copy to clipboard operation
RestBugs copied to clipboard

Create static resource generation for resources

Open howarddierking opened this issue 11 years ago • 0 comments

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

howarddierking avatar Mar 27 '14 16:03 howarddierking