I'm working on a project that interfaces with the the Youtube API. I've come across the two projects (1) gdata-java-client and (2) google-api-java-client.
The project's scopes (and names) are a bit confusing. It seems that google-api-java-client is a general purpose API for dealing with web data. In contrast, gdata-java-client handles google specific data (e.g., YouTube API). Is this a correct characterization?
If so, is gdata-java-client built on top of google-api-java-client?