Hello Alan,

The JAR file appengine-remote-api.jar - as its name suggests - contains the 
files required for the GAE Remote API to work. You can find those files 
here: 
http://code.google.com/p/googleappengine/source/browse/#svn%2Ftrunk%2Fjava%2Fsrc%2Fmain%2Fcom%2Fgoogle%2Fappengine%2Ftools%2Fremoteapi
 . 
Browse to SVN - Trunk - Java - Src - Main - Com - Google - Appengine - 
Tools - Remoteapi folders. 

However, the JAR file appengine-tools-api.jar is slightly more problematic. 
You can see a list of the files in that jar at 
http://www.java2s.com/Code/Jar/a/Downloadappenginetoolsapijar.htm . Most of 
those files are simply repackaged library files: for instance JodaTime 
http://joda-time.sourceforge.net/ , org.Mortbay (Jetty) I/O and logging 
classes, ANTLR parsing services ( http://antlr.org/ ), yamlbeans YAML 
parsing library ( http://code.google.com/p/yamlbeans/ ) and a handful of 
miscellaneous libraries from com.google.io, com.google.protobuf, and 
com.google.appengine.tools. You'll have to figure out exactly which library 
you want, then go to its affiliated website and find the source code.



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

@GOV on AppDotNet: https://alpha.app.net/gov




On Thursday, April 11, 2013 10:40:42 AM UTC-5, Alan Czajkowski wrote:
>
> Where can I find source code for the following libraries:
> appengine-remote-api.jar
> appengine-tools-api.jar
> (or any other GAE library other than appengine-api-1.0-sdk-x.y.z.jar)
>
> Thanks,
>
> Alan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to