Join Patrick Royal for an in-depth discussion in this video Creating a project, part of Programming the Google App Engine with Java.
- Now that all the setup is complete,…in this video we're going to create a Java project…with Google App Engine.…The easiest way to generate this project…is to use a command line…or the terminal if you're on a Mac.…First, navigate to the directory…in which you want the project.…I'll create this project within my workspace folder…so I can just run the command cdworkspace.…Once in that folder, type the command…mvn archetype:generate.…If the command returns an error…make sure that you've added maven…to the path for your system.…
You'll have to do this every time you open up…a command line.…So as before, the command for that is…set PATH="c:\program files\apache-maven…and then the version number, then bin and PATH.…You also need to specify the java.home variable,…so you can run the command…set JAVA-HOME=c:\program files\java\…then your Java development kit.…
Once you run this command…you should be able to run…the mvn archetype:generate command…and it will create a new project for you.…As the command installs your project…
Author
Released
10/21/2014- Setting up Google App Engine accounts on Windows and Mac
- Creating a Google App Engine project
- Building the back-end code
- Creating the user interface
- Storing data
- Creating modules
- Testing and debugging
- Enabling security and encryption
- Working with extensions
Skill Level Intermediate
Duration
Views
Related Courses
-
Google Cloud Compute Engine Essential Training
with Joseph Lowery2h 54m Intermediate
-
Introduction
-
Welcome46s
-
What you need to get started1m 12s
-
-
1. Getting Started
-
What is Google App Engine?2m 17s
-
Using plugins for Eclipse3m 14s
-
Creating a project5m 23s
-
-
2. Creating a Java Project
-
Creating a new project6m 9s
-
Creating the back-end code4m 48s
-
Creating the user interface3m 34s
-
Testing and debugging2m 17s
-
Storing data3m 44s
-
-
3. Creating a Python Project
-
Creating a simple project2m 58s
-
Storing data3m 33s
-
Testing and debugging3m 29s
-
4. Working with App Engine Modules
-
What are modules?3m 17s
-
-
5. Improving Your Code
-
Optimizing Google apps4m 55s
-
6. Extensions
-
Conclusion
-
Next steps1m 34s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Creating a project