InfoGrid distinguishes between properties that must have a non-null value, and properties that may or or may not be null. When creating an InfoGrid model, a developer has to specify which by using the <isoptional/> tag in the model file. Why? By way of parallel, consider the following piece of Java code: class Foo { […]
↧