【发布时间】:2011-02-08 21:30:29
【问题描述】:
我开始使用 Java 中的 Google App Engine。看过tutorial video但是不明白项目包的命名。
这将是一个留言簿,这就是为什么名字是留言簿,我理解那部分。但在那之后我看到了包名。 1)Is that something you import into the project, or is is something you create.
我在项目中看到了很多,比如 com.xxx.xxx。 2)How do you name this type of thing or is this an import.
我查看了another tutorial,他们将命名提升到了一个全新的水平。项目和包的名称都是 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. 我想创建一个目前仅提供静态文件的 Google App 项目。我将把项目留空,把我所有的静态文件放在项目的war目录中。我希望域名为 mydomainstatic
【问题讨论】:
标签: java google-app-engine servlets packages