I've been looking into creating a standalone version of Shindig/Jetty that can be used to test gadget XML locally, but this is turning out to be a bit harder than I thought.
While I can use Maven to build and run Shindig on my machine, and can get it trying to render gadget XML files, I'm not sure where to begin in putting together a standalone package that can be released in binary form, without forcing the user to compile from source. The documentation is not really of much help, since it's pretty sparse. Any pointers int he right direction would be hugely appreciated by me. P.S., I'm only interested in running the Java version of Shidig.

