The war/ directory uses the WAR standard layout for bundling web applications. (WAR archive files are not yet supported by the SDK.) The Eclipse plugin uses this directory for running the development server, and for deploying the app to App Engine.
When Eclipse builds your project, it creates a directory named classes/ in war/WEB-INF/, and puts compiled class files here. Eclipse also copies non-source files found in src/ to war/WEB-INF/classes/, including META-INF/ and the log4j.properties and logging.properties files. The final contents of the war/ directory make up your application for testing and deployment.
For details about the new project that the plugin creates, see the Getting Started Guide.
Strongly Typed, Loosely Coupled: Wicket on Google App Engine - 0 views
Google App Engine Tutorials: Using JSTL in Google App Engine - 0 views
Google App Engine Tutorials: App Engine with SiteMesh - 0 views
« First
‹ Previous
41 - 54 of 54
Showing 20▼ items per page