DP style development

Data Processing style also involves the use of:

  • data structures (called Beans) that have only data with gettters/setters.
  • Util classes to operate on the Data Structures
  • Managers, Services, and Helpers, etc, that do all the real processing.
  • And global public constants that are shared by multiple algorithms scattered across the code base

-- Mark Windholtz

Read more at our BLOG.