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