We are looking for the source of some classes from the AppEngine Java SDK, namely com.google.apphosting.utils.remoteapi.RemoteApiServlet (mentioned here ).
So, I downloaded http://googleappengine.googlecode.com/svn/trunk/ , where I expected to find the source code of this class, instead I got a zip:
maxim@maxim-desktop:~/Desktop/sources$ find googleappengine/ | grep -v '\.svn' | grep -v demos | grep -E '\.java$' | wc -l
0
What's up with that? Isn't the SDK open? Can I download the source code from another location?
Thank you, Maxim.
source
share