-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Create a sample app setup that runs on GAE #1742
Comments
Some are in
https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine
https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/flexible
and java8 branch:
https://github.com/GoogleCloudPlatform/java-docs-samples/tree/java8-master/java8-appengine
…On Mon, Mar 13, 2017 at 2:19 PM, Shin Fan ***@***.***> wrote:
It would be helpful if we have a complete setup for a sample app (e.g.
Storage) that users can grab and deploy directly without any editing effort.
Ideally the structure would look like this:
--- pom.xml
--- README.md
--- src/paths/to/main/StorageSample.java
--- src/main/webapp/WEB_INF/appengine-web.xml
--- src/main/webapp/WEB_INF/web.xml
so the user just need to clone the folder and run: mvn appengine:deploy
and deploy the app onto their GAE host.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1742>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAE4zcfIz7_xCFGaRGpg-FBMw9te_K6Eks5rlbLmgaJpZM4Mb1NW>
.
|
Those samples are not using google-cloud-java. It would be good to have at least one sample that runs with google-cloud-java clients. |
https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf-standard |
I think GoogleCloudPlatform/java-docs-samples#558 is the right place to track this request; I will close out the present issue. |
It would be helpful if we have a complete setup for a sample app (e.g. Storage) that users can grab and deploy directly without any editing effort.
Ideally the structure would look like this:
--- pom.xml
--- README.md
--- src/paths/to/main/StorageSample.java
--- src/main/webapp/WEB_INF/appengine-web.xml
--- src/main/webapp/WEB_INF/web.xml
so the user just need to clone the folder and run:
mvn appengine:deploy
and deploy the app onto their GAE host.The text was updated successfully, but these errors were encountered: