Google appengine java sdk source code?

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.

+1
source share
1 answer

Java SDK is not open yet. We are working on this in a future release.

+3
source

All Articles