Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 759139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:33:39+00:00 2026-05-14T15:33:39+00:00

I am starting out with Google’s App Engine in Java. I have seen the

  • 0

I am starting out with Google’s App Engine in Java. I have seen the tutorial video but I do not understand the naming of the project package.

It is going to be a guestbook, that’s why the name is guestbook, I understand that part. But after that I see package name. 1)Is that something you import into the project, or is is something you create.

I have seen this a lot in projects, something like com.xxx.xxx. 2)How do you name this type of thing or is this an import.

I have looked at another tutorial there they take the naming to a whole new level. The name of both the project and the package is de.vogella.gae.java.todo. 3)What does this mean in java terms.

4)Maybe one of you can help me with this specific project I want to start. I want to create a Google App project that for now only serves static files. I will leave the project empty and just put all my static files in the war directory of the project. I want the domain name to be mydomainstatic

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T15:33:40+00:00Added an answer on May 14, 2026 at 3:33 pm

    1 & 2) Package name is actually the com.xxx.xxx thing you have already seen in other projects. It provides a namespace so that you don’t collide with the naming scheme used by other applications.

    The namespace is also the directory structure that the source files follow. com.xxx.xxx would have its files as src/com/xxx/xxx/Classname.java

    The most common use for a package is in import lines to make Java look in specific packages for code files. import com.xxx.xxx.*; would allow you to use anything directly in com.xxx.xxx (but not com.xxx.xxx.yyy) without giving the entire package name every time.

    Generally, the package name is an reversed domain name, followed by a project name.

    For example, if StackOverflow had a Guestbook written in Java, it could have the package com.stackoverflow.guestbook.

    3) de is the top level domain (TLD) for Germany (Deutschland). Their package name breaks down to: TLD.domain name.Google App Engine.language (Java).Project Name

    4) Really the naming style is up to you. If you went by the tutorials’ style, it would be com.mydomainstatic.gae.java.project Personally, I think the java level is redundant, although the gae level could be useful information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just starting out in asp.net. Have just created a login.aspx page in my site
I am just starting out with DI & unit testing and have hit a
So I am just starting out developing PHP web applications and have finished setting
I'm just starting out with NServiceBus and have updated the PubSub sample to work
When starting out with a new application, would you rather just use an existing
I am just starting out with Silverlight (2 RC0) and can’t seem to get
I'm just starting out playing around with Linq Expressions and I've hit a wall.
I am starting out with Silverlight. I want to display a list of messages
I'm just starting out with the whole ajax thing and I need some help.
I'm just starting out writing trying to write a simple program in C and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.