You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

 h2. The model classes

The model classes are business classes. These classes are not specific to any front end or back end, but model the business itself. So when you design them, they should not be designed around what a page requires (e.g. one object that contains a bunch of stuff for the whole page) or what the back end returns (e.g. direct map to proxies). They should be designed around the business model itself.

  • No labels