Possible Duplicate:
what is the convention for word separator in java package names?
I wonder if there are some code convension for package name which contains several words. E.g. package name com.dreamcom.objectInterfaces. Is camel case suitable in this case?
From Java package naming conventions @ Wikipedia (emphasis added):
See also: