Anwendung in der App Engine-Standardumgebung erstellen

Cloud Tools for Eclipse bietet einen Assistenten zum Erstellen neuer Java-Anwendungen in der App Engine-Standardumgebung in Eclipse.

Hinweise

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Die Abrechnung für das Google Cloud-Projekt muss aktiviert sein.

  4. Enable the Cloud Build API.

    Enable the API

  5. Install the Google Cloud CLI.
  6. To initialize the gcloud CLI, run the following command:

    gcloud init
  7. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  8. Die Abrechnung für das Google Cloud-Projekt muss aktiviert sein.

  9. Enable the Cloud Build API.

    Enable the API

  10. Install the Google Cloud CLI.
  11. To initialize the gcloud CLI, run the following command:

    gcloud init
  12. Erstellen Sie in der Google Cloud Console eine App Engine-Anwendung für Ihr Google Cloud-Projekt.

    App-Erstellung öffnen

  13. Wählen Sie eine Region aus, in der sich die Rechenressourcen Ihrer App befinden sollen.

  14. Überprüfen Sie, ob Sie die neueste Version von Cloud Tools for Eclipse nutzen.

Neues Java-Projekt in der App Engine-Standardumgebung erstellen

So erstellen Sie in Eclipse ein neues Projekt für die App Engine-Standardumgebung:

  1. Klicken Sie in der Symbolleiste auf die Schaltfläche der Google Cloud Platform .

  2. Wählen Sie Create New Project (Neues Projekt erstellen) > Google App Engine Standard Java Project (Google App Engine Standard-Java-Projekt) aus.

  3. Geben Sie einen Projektnamen und optional ein Java-Paket ein.

  4. Um ein Maven-basiertes App Engine-Projekt zu erstellen, aktivieren Sie Create as Maven Project (Als Maven-Projekt erstellen) und geben Sie eine Maven-Gruppen-ID und eine Artefakt-ID ein.

  5. Wählen Sie die für das Projekt erforderlichen Bibliotheken aus: App Engine API, Google Cloud Endpoints und/oder Objectify.

  6. Klicken Sie auf Beenden.

Der Assistent generiert ein natives Eclipse-Projekt mit einem einfachen Servlet, das Sie über die IDE ausführen und bereitstellen können.

Nächste Schritte