My favorites
▼
|
Sign in
google-api-dfp-java
Google's DoubleClick For Publishers API Java Client Library
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Checkout
Browse
Changes
Source path:
svn
/
apps
/
dfponappengine
/
README
r100
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Google App Engine for Java meet DFP API, Part 1: Hello World
===========================================================
This is a sample project that shows how to utilize the DFP API on Google App Engine for
Java. For more information view the blog post that explains how the code was built
from scratch at: http://googleadsdeveloper.blogspot.com/
Are there some general troubleshooting tips I can follow if I'm having a problem?
-----------------------------
Try following the steps below:
- Are you using the latest version of the Google App Engine Plugin?
- Are you using the latest version of Google App Engine?
- Clean your project, exit out of Eclipse, open it back up and clean your project again.
- Can you type "java -version" at the command line without getting an error?
- When you type "java -version" on the command line does it return a JDK instead of a JRE?
- If you are receiving an AccessControlException on the CommonWsdl.wsdl file you will need to
chmod +x to allow App Engine to serve the file.
Where do I submit bug reports and feature requests?
---------------------------------------------------
Bug reports and feature requests can be posted on the library page:
http://code.google.com/p/google-api-dfp-java/issues
Questions can be asked on forum
http://groups.google.com/group/google-doubleclick-for-publishers-api/
Author:
[email protected]
(Paul Rashidi)
Maintainer:
[email protected]
(Paul Rashidi)
Show details
Hide details
Change log
r63
by api.paulrashidi on Dec 21, 2011
Diff
Adding dfponappengine project
Go to:
/apps
/apps/dfponappengine
/apps/dfponappengine/.classpath
/apps/dfponappengine/.project
/apps/dfponappengine/.settings
...gle.appengine.eclipse.core.prefs
...om.google.gdt.eclipse.core.prefs
/apps/dfponappengine/README
/apps/dfponappengine/src
/apps/dfponappengine/src/META-INF
...ngine/src/META-INF/jdoconfig.xml
/apps/dfponappengine/src/com
/apps/dfponappengine/src/com/google
...fponappengine/src/com/google/api
...appengine/src/com/google/api/ads
...ngine/src/com/google/api/ads/dfp
...c/com/google/api/ads/dfp/samples
...le/api/ads/dfp/samples/appengine
...s/appengine/ClientLoginAuth.java
...pengine/DfpAppEngineServlet.java
...onappengine/src/log4j.properties
/apps/dfponappengine/war
/apps/dfponappengine/war/WEB-INF
...ne/war/WEB-INF/appengine-web.xml
...ponappengine/war/WEB-INF/classes
...ine/war/WEB-INF/classes/META-INF
...F/classes/META-INF/jdoconfig.xml
...WEB-INF/classes/log4j.properties
...s/dfponappengine/war/WEB-INF/lib
.../appengine-api-1.0-sdk-1.6.1.jar
...lib/appengine-api-labs-1.6.1.jar
.../appengine-jsr107cache-1.6.1.jar
...cleus-appengine-1.0.10.final.jar
...F/lib/datanucleus-core-1.1.5.jar
...NF/lib/datanucleus-jpa-1.1.5.jar
.../lib/dfp-api-jax-ws-20111220.jar
.../geronimo-jpa_3.0_spec-1.1.1.jar
.../geronimo-jta_1.1_spec-1.1.1.jar
...e/war/WEB-INF/lib/google_sql.jar
.../WEB-INF/lib/jdo2-api-2.3-eb.jar
.../WEB-INF/lib/jsr107cache-1.1.jar
...e/war/WEB-INF/logging.properties
...ponappengine/war/WEB-INF/web.xml
/apps/dfponappengine/war/index.html
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 1487 bytes, 44 lines
View raw file
Powered by
Google Project Hosting