Java 8은 지원이 종료되었으며 2026년 1월 31일에
지원 중단됩니다. 지원 중단 후에는 조직에서 이전에 조직 정책을 사용하여 레거시 런타임의 배포를 다시 사용 설정한 경우에도 Java 8 애플리케이션을 배포할 수 없습니다. 기존 Java 8 애플리케이션은
지원 중단 날짜 이후에도 계속 실행되고 트래픽을 수신합니다.
지원되는 최신 Java 버전으로 마이그레이션하는 것이 좋습니다.
App Engine에서 앱 빌드
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
간단한 HTML 및 정적 콘텐츠를 제공하는 것과 같은 가장 일반적인 App Engine 기능을 사용하는 방법과 블로깅 플랫폼 시나리오에서 데이터를 조작하는 방법을 알아보세요.
다음 페이지는 가장 일반적으로 사용되는 App Engine 서비스로 기본 기능을 알아볼 수 있도록 안내합니다. 이 가이드에서는 사용하거나 다른 시나리오를 위해 확장할 수 있는 기능 코드를 제공합니다.
- 개발 환경 설정
- Google App Engine 표준에 맞게 앱 개발 및 배포의 빌드 환경을 설정하는 방법을 알아보세요. 지원되는 자바 개발 및 빌드 환경은 IntelliJ IDEA, Eclipse, Apache Maven, Gradle입니다.
- 정적 콘텐츠 제공
- Google App Engine 표준 환경에서 HTML 파일, CSS, 이미지 같은 정적 콘텐츠를 안전하게 제공하는 방법을 알아봅니다.
- 양식 데이터 처리
- HTTP
POST
메서드를 사용하여 사용자 제공 데이터를 자바 서블릿에 제출하는 HTML 양식을 만드는 방법을 알아봅니다.
- Cloud SQL로 데이터 저장
- Google Cloud SQL을 사용하여 사용자 제출 데이터를 저장하고, 가져오고, 삭제하는 방법을 알아봅니다.
- 비동기 코드 실행
- 태스크 큐를 사용하여 비동기 코드 실행을 예약하고, App Engine의 Image API를 사용하여 Cloud Storage에 저장된 이미지를 조작하는 방법을 알아봅니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-09-04(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis resource provides guides on using common App Engine features, including serving HTML and static content, and handling data in a blogging platform context.\u003c/p\u003e\n"],["\u003cp\u003eYou will learn to set up development environments like IntelliJ IDEA, Eclipse, Apache Maven, and Gradle for App Engine Standard.\u003c/p\u003e\n"],["\u003cp\u003eYou can learn how to securely serve static content, including HTML, CSS, and images, from Google App Engine.\u003c/p\u003e\n"],["\u003cp\u003eThis resource details how to create HTML forms that submit data to a Java Servlet using the HTTP \u003ccode\u003ePOST\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eIt covers storing, retrieving, and deleting user-submitted data using Google Cloud SQL, as well as scheduling asynchronous code execution and manipulating images with App Engine's Image API.\u003c/p\u003e\n"]]],[],null,["# Building an App on App Engine\n\nLearn how to use some of the most common App Engine features, such as serving\nsimple HTML and static content, and how to manipulate data in the scenario of a\nblogging platform.\n\nThe following pages provide instructions for learning about the basic\nfunctionality with the most commonly used App Engine services. These guides\nprovide you with functional code that you can use or extend for other\nscenarios.\n\n[Setting Up Your Development Environment](/appengine/docs/legacy/standard/java/building-app/environment-setup)\n: Learn how to set up your build environment for app development and deployment\n to Google App Engine Standard. The supported Java development and build\n environments are IntelliJ IDEA, Eclipse, Apache Maven, and Gradle.\n\n[Serving Static Content](/appengine/docs/legacy/standard/java/building-app/static-content)\n: Learn how to securely serve static content such as HTML files, CSS, and images\n from Google App Engine standard environment.\n\n[Handling Form Data](/appengine/docs/legacy/standard/java/building-app/handling-form-data)\n: Learn how to create a HTML form that uses the HTTP `POST` method to submit\n user provided data to a Java Servlet.\n\n[Storing Data with Cloud SQL](/appengine/docs/legacy/standard/java/building-app/cloud-sql)\n: Learn how to store, retrieve, and delete user submitted data storing using\n Google Cloud SQL.\n\n[Asynchronous Code Execution](/appengine/docs/legacy/standard/java/building-app/taskqueues)\n: Learn how to schedule asynchronous code execution using task queues and\n manipulate images stored in Cloud Storage using App Engine's Image API."]]