Java data transfer object naming convention?

Data Transfer Object classes should follow the name convention defined in the Java Language Specification: Names of class types should be descriptive nouns or noun phrases, not overly long, in mixed case with the first letter of each word capitalized. ClassLoader SecurityManager Thread Dictionary BufferedInputStream […] Suffixing a class name with DTO or Dto won’t … Read more