tuxBurner / play-neo4jplugin

Neo4J Plugin for Play 2.4
39 stars 11 forks source link

Separate Plugin from examples? #23

Open DwayneSmurdon opened 9 years ago

DwayneSmurdon commented 9 years ago

One thing I found confusing initially, was that when I had the goal to run the examples, I thought I had to build the plugin and drop it into the build path for the examples to work. I also was/am confused on the best way, if I were to make small changes to the plugin, the best way to test them with the examples.

At first, I thought if I made changes to the plugin code, they would be reflected in the examples, however, if I recall correctly, the examples point to a jar file that you host on github.io.

Again, it may be my lack of knowledge, but I think we might need some better instructions on how to iterate on the plugin (locally) and test it with the examples -- before we make any pull requests. :)

-Dwayne