https://github.com/googlecloudplatform/getting-started-java
https://github.com/googlecloudplatform/getting-started-java
samples
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlecloudplatform/getting-started-java
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2015-11-10T19:10:49.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T17:20:25.000Z (over 1 year ago)
- Last Synced: 2025-05-16T03:03:05.412Z (9 months ago)
- Topics: samples
- Language: Java
- Homepage: https://cloud.google.com/java
- Size: 50.8 MB
- Stars: 481
- Watchers: 90
- Forks: 517
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Getting started on Google Cloud Platform for Java®
[](https://circleci.com/gh/GoogleCloudPlatform/getting-started-java)
[](https://codecov.io/gh/GoogleCloudPlatform/getting-started-java)
The code for the samples is contained in individual folders on this repository.
Follow the instructions at [Getting Started on Google Cloud Platform for Java](https://cloud.google.com/java/) or the README files in each folder for instructions on how to run locally and deploy.
Managed VMs on Google Cloud Platform use the [Java Servlets](http://www.oracle.com/technetwork/java/overview-137084.html) & [Java Server Pages](http://www.oracle.com/technetwork/java/index-jsp-138231.html) on [Jetty](http://www.eclipse.org/jetty/).
1. [Helloworld-servlet](helloworld-servlet) Servlet based Hello World app
1. [HelloWorld-jsp](helloworld-jsp) Java Server Pages based Hello World app
1. [Bookshelf](bookshelf) A full featured app that demonstrates Authentication and CRUD operations for [Cloud Datastore](https://cloud.google.com/datastore/docs/concepts/overview?hl=en) and [Cloud SQL](https://cloud.google.com/sql/docs/introduction).
## Google Cloud Samples
To browse ready to use code samples check [Google Cloud samples](https://cloud.google.com/docs/samples).
## Contributing changes
* See [CONTRIBUTING.md](CONTRIBUTING.md)
## Licensing
* See [LICENSE](LICENSE)
Java is a registered trademark of Oracle Corporation and/or its affiliates.