What should I use for a package name if I don't have a domain? [closed]
- by C. Ross
Possible Duplicate:
What is the point of Java’s package naming convention?
What package name to choose for a small, open-source Java project?
I write Java (and derivative languages with package names) for personal use, but I don't have a personal domain name, so the standard packaging naming convention doesn't hold. Since the same convention is used in Maven group-id's, the problem is the same there.
What should I use for the root of my package name?