Google App Engine应用程序中的META-INF文件夹

时间:2012-05-14 23:44:48

标签: google-app-engine jpa struts2

我使用Java Persistence API在Google App Engine的Struts 2中完成了一个项目。 persistence.xml文件应该在META-INF文件夹中。我在哪里可以找到META-INF文件夹?我应该在哪里保存persistence.xml文件。我使用Eclipse作为我的开发环境。

1 个答案:

答案 0 :(得分:2)

META-INF文件夹应位于MyProject / src目录下,例如:

MyProject/
  src/
    META-INF/
      jdoconfig.xml
    log4j.properties
    logging.properties
  war/
    WEB-INF/
      lib/
        ...App Engine JARs...
      appengine-web.xml
      web.xml
    index.html