Base Class Library
A strong base class library
Every application written with the eXpressApp Framework is based on business objects, or at least on persistent objects of some type. There are many common kinds of objects that tend to be used in many applications, and some of them are so basic that we decided to include them in the standard distribution of the eXpressApp Framework. We have also chosen a structure for the implementation of these objects that allows you to supply your own implementation for any or all of them and derive your own objects from ours, so you can choose yourself what part of our library you find useful for your projects while the part you don't use isn't in the way.

|