[
https://issues.apache.org/jira/browse/GEODE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003826#comment-16003826
]
ASF subversion and git services commented on GEODE-2831:
--------------------------------------------------------
Commit c21e76b2b0b9eeab1e18416272b747ceb0595325 in geode-examples's branch
refs/heads/develop from [~amb]
[ https://git-wip-us.apache.org/repos/asf?p=geode-examples.git;h=c21e76b ]
GEODE-2831: Improve geode examples
Pare down the approach for constructing an example
to require the just the following:
- A README.md file
- A scripts/start.gfsh file to start the cluster
- A scripts.stop.gfsh file to stop the cluster
- An Example.java application along with supporting
classes and tests
The build script contains tasks to start / run / stop
each example. The README.md file in the root project
provides further details on building and running.
> Make it easier to create an example
> -----------------------------------
>
> Key: GEODE-2831
> URL: https://issues.apache.org/jira/browse/GEODE-2831
> Project: Geode
> Issue Type: Improvement
> Reporter: Anthony Baker
>
> We should simplify the examples to make them simpler to understand and easier
> to extend.
> Ideas:
> - Shrink the example code to a single pane of code where possible
> - Use gfsh scripts instead of bash scripts
> - Remove use of environment variables
> - Balance unit tests with readability
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)