On Jul 10, 2011 9:44 PM, "Dale Newfield" wrote: > They're actually camelCase after the first word. Typically people figure out ways to keep each dotted component to one word to avoid that, though.
FWIW the Java tutorial states they're all lower-case. http://download.oracle.com/javase/tutorial/java/package/namingpkgs.html The JLS (not sure which version I was just looking at) doesn't say much about it, but does show an example showing "mousefinder" as part of a package. I see camelCase package name components /very/ rarely, even when a component is a compound word. Meh. Dave