skip to main content
TGO > Programmers documentation > Business objects and data sources > Introducing business objects and data sources > Business model and business classes
 
Business model and business classes
The business model translates back-end data into classes that JViews TGO can easily manipulate. It describes inheritance between these classes, along with their associated attributes.
Business objects are instances of business classes, which are described by a business model.
Business classes and their instances are dynamic, which means that you can modify them and add new attributes at runtime. As a consequence, you do not have to recompile your application for modifications to be taken into account.
Business classes can also be defined directly in XML.

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.