Hi, I wanted to point out that there's a very bad naming convention
used in the Java Client Library for AdWords package names. The
packages are named like "com.google.api.adwords.v200906.cm" and
"com.google.api.adwords.v200909.cm" and include the version numbers.
This means every time we upgrade we need to update every single one of
our files that imports these classes just so that we can change the
package statement. This is not standard for Java and means that I'll
continue using our own WSDL-generated Java files and not the Client
Library, but if you can change this I would consider using the
library. My suggestion for fixing it is to use separate jars, 1 for
the v200909-specific classes, and 1 for the v200906-specific classes.
That way we could add/drop the jar dependencies without modifying our
own source code. Thanks!

Joel

--

You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.


Reply via email to