[2.8.x] Move away from using lightbend tech hub (WIP)#12156
Merged
Conversation
wsargent
commented
Oct 29, 2023
| # Learning from Play Examples | ||
|
|
||
| [Lightbend Tech Hub](https://developer.lightbend.com/start/?group=play) offers downloadable Play examples for Java and Scala. Play has many features, so rather than pack them all into one project, we've organized many examples that each showcase a Play feature or demonstrate a common use case. The zip files include everything you need to build and run the examples, including a distribution of the sbt and Gradle. Refer to the `README.md` file in the top-level project directory to learn more about the example. | ||
| The [play samples](https://github.com/playframework/play-samples/tree/2.8.x) offers downloadable Play examples for Java and Scala. Play has many features, so rather than pack them all into one project, we've organized many examples that each showcase a Play feature or demonstrate a common use case. |
wsargent
commented
Oct 29, 2023
|
|
||
| 1. [Play Java Hello World](https://example.lightbend.com/v1/download/play-samples-play-java-hello-world-tutorial) | ||
| 2. [Play Scala Hello World](https://example.lightbend.com/v1/download/play-samples-play-scala-hello-world-tutorial) | ||
| 1. [Play Java Hello World](https://github.com/playframework/play-samples/tree/2.8.x/play-java-hello-world-tutorial) |
Member
|
Thanks, I already changed that recently in main and 2.9.x branch:
I didn't update the 2.8.x branch because in 2.8 Lightbend was still involved so I didn't see the need to change that branch. |
The "learning examples" page at https://www.playframework.com/documentation/2.8.x/LearningExamples points to the Lightbend Tech Hub -- as this is a repackaging of play-samples and is Lightbend specific, it's probably a good idea to move to directly using the samples. There's also an issue in that there are two "getting started" projects: https://github.com/playframework/play-samples/tree/2.8.x/play-scala-hello-world-tutorial and https://github.com/playframework/play-samples/tree/2.8.x/play-scala-starter-example The hello world example is referenced in the documentation: https://www.playframework.com/documentation/2.8.x/HelloWorldTutorial We should consolidate these so there's only one "getting started" project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
Helpful things
Purpose
The "learning examples" page at
https://www.playframework.com/documentation/2.8.x/LearningExamples points to the Lightbend Tech Hub -- as this is a repackaging of play-samples and is Lightbend specific, it's probably a good idea to move to directly using the samples.
TODO:
Background Context
This changes documentation only, not source code.