Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • config/container.js - Declare your list of supported fields for each datatype, configure url templates for proxying, navigation, etc. Configure use of secure tokens.
  • common/conf/shindig.properties - http caching and rewriting config.
  • Whatever configuration your classes need.
  • Enabling Shindig Administration -> Shindig Administration

Deployment

Build a WAR file. Take the one build in the server/pom.xml file of the distribution as an example. Deploy this WAR on an application server running in a different domain from your container. This is important, for security.

...