-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example repositories #71
Conversation
@@ -180,3 +180,6 @@ Downsides/hurdles of Java 9 modularity and Project Jigsaw: | |||
- [java9-modularity/java9-migration-demos](https://github.com/java9-modularity/java9-migration-demos) (Sander Mak, Paul Bakker) | |||
- [https://github.com/java9-modularity/easytext](https://github.com/java9-modularity/java9-migration-demos) (Sander Mak, Paul Bakker), sample application from [O'Reilly's Java 9 Modularity book](http://shop.oreilly.com/product/0636920049494.do) | |||
- [accso/java9-jigsaw-depvis](https://github.com/accso/java9-jigsaw-depvis) (Martin Lehmann, Kristine Schaal, Rüdiger Grammes) | |||
- [codetojoy/WarO_Java_9_Gradle](https://github.com/codetojoy/WarO_Java_9_Gradle) (Michael Easter), example using Gradle 4.1M1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codetojoy - These are great resources - I think they will make some good exercises and add to the existing ones in the repo, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sharing this with us - its giving inspiration for new ideas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the kind words; apologies for the delay. I didn't realize that the other repos were exercises. I'll study the others and see what I can do about morphing the repos into exercises.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That will be great, we have good amount of room for exercises from some of the code examples, see what you can come up with.
I'm merging this for now but ideally it best suits if we made exercises out of them for everyone to play with and learn from, |
A recent issue mentioned examples with build tools.
This PR adds example repos to Java-9-Resources.md. One illustrates Gradle, one uses Maven, and another contains several examples including patching.
Note: Gradle and Maven examples are not complete, in the sense that unit tests are an issue. But I plan to keep the repos current as the tooling improves.