Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Ce guide vous aide à démarrer sur App Engine et à vous familiariser avec le déploiement et la gestion d'une application. Les tâches de cette page vous présentent les principes de base d'App Engine et vous guident tout au long du processus de développement.
Chaque tâche comprend les étapes nécessaires à la création d'une application Web simple. Une fois que vous avez créé votre application, vous pouvez utiliser les autres tutoriels pour apprendre à l'intégrer à d'autres servicesGoogle Cloud et lui ajouter des fonctionnalités.
Coûts
L'exécution seule de cet exemple d'application ne dépasse pas votre quota gratuit.
Premiers pas
Découvrez comment créer une application Web simple et la déployer sur App Engine :
Découvrez comment déployer votre code Java sur App Engine et afficher votre service Web en direct.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[[["\u003cp\u003eThis guide helps you get started with App Engine by walking you through the basics of deploying and managing an app.\u003c/p\u003e\n"],["\u003cp\u003eThe tasks provided will guide you through the development process, building up to a simple web app, using App Engine.\u003c/p\u003e\n"],["\u003cp\u003eYou will learn how to create a Google Cloud project to hold your App Engine app's resources.\u003c/p\u003e\n"],["\u003cp\u003eYou will also learn to write a Java web server, declare runtime settings, and deploy your Java code on App Engine.\u003c/p\u003e\n"],["\u003cp\u003eRunning the sample app will not exceed the free quotas.\u003c/p\u003e\n"]]],[],null,["# Build a Java app on App Engine\n\n\u003cbr /\u003e\n\n| **Note:** If you are deploying a new Java web service to Google Cloud, we recommend getting started with [Cloud Run](/run/docs/quickstarts/build-and-deploy/deploy-java-service).\n\nThis guide helps you get started with App Engine and become familiar with\ndeploying and managing an app. The tasks on this page walk you through the\nbasics of App Engine, guiding you through the development process.\nEach task includes steps that build up to a simple web app. After you build\nyour app, you can use the other tutorials to learn how to integrate with other\nGoogle Cloud services and add more features to your app.\n\nCosts\n-----\n\nRunning this sample app alone does not exceed the free quotas.\n| **Note:** You can't delete the default app.\n\nGetting started\n---------------\n\nLearn how to build a simple web app and deploy it on App Engine:\n\n1. **[Create a Google Cloud project](/appengine/docs/standard/java-gen2/building-app/creating-project)**\n\n Learn how to create a Google Cloud project to hold your App Engine app's\n resources.\n2. **[Write a web service with Java](/appengine/docs/standard/java-gen2/building-app/writing-web-service)**\n\n Learn how to write a web server and declare runtime settings.\n3. **[Deploy your service on App Engine](/appengine/docs/standard/java-gen2/building-app/deploying-web-service)**\n\n Learn how to deploy your Java code on App Engine and view your\n live web service."]]