Skip to content
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

Closed
shinfan opened this issue Mar 13, 2017 · 4 comments
Closed

Create a sample app setup that runs on GAE #1742

shinfan opened this issue Mar 13, 2017 · 4 comments
Assignees

Comments

@shinfan
Copy link
Contributor

shinfan commented Mar 13, 2017

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.

@ludoch
Copy link
Contributor

ludoch commented Mar 13, 2017 via email

@shinfan
Copy link
Contributor Author

shinfan commented Mar 13, 2017

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.

@lesv
Copy link
Contributor

lesv commented Mar 13, 2017

https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf-standard
uses GCS, I'll get something into java-docs-samples next week.

@garrettjonesgoogle
Copy link
Member

I think GoogleCloudPlatform/java-docs-samples#558 is the right place to track this request; I will close out the present issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants