Documentation sur l'environnement standard Java 8 de Google App Engine
L'environnement standard App Engine permet de concevoir et de déployer facilement des applications qui s'exécutent de manière fiable, même lorsqu'elles sont soumises à des charges importantes et doivent gérer de grandes quantités de données. Votre application s'exécute dans son propre environnement sécurisé et fiable. Celui-ci est indépendant du matériel, du système d'exploitation et de l'emplacement physique du serveur. En savoir plus
Démarrez votre preuve de concept avec 300 $de crédit offerts
- Accédez à Gemini 2.0 Flash Thinking
- Utilisation mensuelle gratuite de produits populaires, y compris les API d'IA et BigQuery
- Aucuns frais automatiques, aucun engagement
Ressources de documentation
Guides
-
Planifier des tâches avec Cron pour Java 8
-
Premiers pas : Configurer votre environnement de développement
-
Envoyer des messages avec l'API Mail
-
Déployer une application Java
-
Utiliser Apache Maven et le plug-in App Engine (basé sur le SDK Cloud)
-
Créer, récupérer, mettre à jour et supprimer des entités
-
Objectifs et paramètres du plug-in App Engine Maven (basé sur le SDK Cloud)
-
Référence
-
Descripteur de déploiement : web.xml
-
Documentation de référence sur appengine-web.xml
-
Passer de la ligne de commande AppCfg à gcloud
-
Fichiers de configuration
-
Configurer les index Datastore avec index.yaml
-
Fichier de référence cron.xml pour les outils du SDK App Engine
-
Documentation de référence de queue.xml
-
Fichier de configuration dispatch.yaml
-
Ressources associées
Vidéos similaires
Java on Google Cloud: The enterprise, the serverless, and the native
Do you want to know your options for running Java on Google Cloud? We’ll explore various options for running workloads written using the latest Java and Jakarta EE versions on serverless offerings like Google App Engine and Google Cloud Run.
Extending support for App Engine bundled services: Part 2 (Module 22)
Serverless Migration Station is a Serverless Expeditions mini-series focused on helping developers modernize their applications running on a Google Cloud serverless compute platform. In Module 22, Google engineers Martin and Wesley continue the
Extending support for App Engine bundled services: Part 1 (Module 17)
Serverless Migration Station is a Serverless Expeditions mini-series, a set of videos focused on helping developers modernize their applications running on a Google Cloud serverless compute platform. In this Module 17 video, Google engineers Martin
End to End Java on Google Cloud with Ray Tsang: GCPPodcast 204
Original post → https://goo.gle/2rlEYno Mark Mirchandani hosts solo today but is later joined by fellow Googler and Developer Advocate Ray Tsang to talk Java! Ray tells us what’s new with Java 11, including more memory and fewer restrictions for
Kubernetes' Product Security Committee, GKE usage metering, & more!
Here to bring you the latest news in the cloud is Carter Morgan. Learn more about these announcements → https://goo.gle/2MNg4EX • Vulnerability management in open-source Kubernetes →https://goo.gle/2JIcnhV • Java 11 for App Engine is now Generally
Deploy a Spring Boot Application to App Engine Java 11
Learn how to deploy a Spring Boot application using a JAR file to Google App Engine standard for Java 11. The runtime can now deploy a JAR file, using gcloud command line, or Maven and Gradle plugins. Learn more in the developer documentation:
A Serverless Java® Developer's Journey (Cloud Next '19)
Serverless Java in 2019 is going to be ubiquitous in your favorite cloud. Well, it’s actually been 10 years since you could take advantage of Java on Google App Engine. But now you can run your apps on the brand-new Java 11 runtime. Not only
Migrating a Monolithic Application to Microservices (Cloud Next '19)
Last year, Google Cloud’s Release Engineering team migrated a monolithic application into dynamic microservices. We leveraged Google Kubernetes Engine and Spring Cloud Kubernetes to make the migration seamless. In this talk, we will show you how we
Deploying Java Web App to App Engine Standard
Ray Tsang (@saturnism) shows how you deploy a Java Web App to Google App Engine standard environment. Java on Google Cloud documentation: https://cloud.google.com/java/ Sample applications: