We have some example code that's not in geode-examples. geode-core-1.0.0-incubating.jar currently contains this package with examples:
org.geode.gemfire.security.templates Given that template means something a bit different from example, I'd like to rename this package to examples. Is this acceptable? Going forward, this community needs to spend some considerable effort in improving modularity of geode. The geode-core module should contain only the bare essentials that are always necessary when using geode. Optional features and the like should move to their own modules. Along the same line of thought, examples should move to geode-examples or some similar sub-module (or even a separate repo). That sub-module should generate a jar that can be added to the classpath for purposes of demoing or trying out geode (kicking the tires). I'd like the community to come up with additional ideas on how to facilitate demoing and also make it easier in general to try out geode for the first time. -Kirk