0% found this document useful (0 votes)
14 views

Practical 10

Uploaded by

Nandini Ganjewar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Practical 10

Uploaded by

Nandini Ganjewar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

3.

Features and block diagram of Google App Engine (GAE)

Major Features of Google App Engine in Cloud Computing


 Collection of Development Languages and Tools. ...
 Fully Managed. ...
 Pay-as-you-Go. ...
 Effective Diagnostic Services. ...
 Traffic Splitting. ...
 All Time Availability. ...
 Ensure Faster Time to Market. ...
 Easy to Use Platform.

block diagram of Google App Engine (GAE)

4.How to develop an application using GAE

In the Google Cloud Console, on the project selector page, select or create a Google
Cloud project.

1. Make sure that billing is enabled for your Cloud project.


2. Enable the Cloud Build API.
3. Install and initialize the Cloud SDK.
4. Create an App Engine application for your Cloud project in the Google Cloud Console.
5. Select a region where you want your app's computing resources located.
1. Ensure you have the latest version of Cloud Tools for Eclipse.
Creating a new Java project in the App Engine standard environment

To create a new project for the App Engine standard environment in Eclipse:

1. Click the Google Cloud Platform toolbar button .


2. Select Create New Project > Google App Engine Standard Java Project.

3. Enter a Project name and (optionally) a Java package.


4. To create a Maven-based App Engine project, select Create as Maven Project and enter a
Maven Group ID and Artifact ID of your choosing to set the coordinates for this project. The Group
ID is often the same as the package name, but does not have to be. The Artifact ID is often the same
as or similar to the project name, but does not have to be.
5. Click Next.
6. Select any libraries you need in the project.
7. Click Finish.

The wizard generates a native Eclipse project, with a simple servlet, that you can run and deploy from
the IDE.

You might also like