Developing with the SDK > Using and Writing Data Models > NonJavaBeans Example: Basic Model Variant

This section describes how to display a set of Java objects that are not JavaBeans.

As explained in Deciding Your Data Model Strategy, there are two ways to do this: subclassing IlvAbstractSDMModel, or subclassing IlvBasicSDMModel directly. This section takes the second approach and uses the basic SDM model, class IlvBasicSDMModel. It contains the following topics: