Something similar was done with permission checking - see the CommonPermissionServices.xml file in
framework/common and how it is used in FixedAssetMaintServices.xml in specialpurpose/assetmaint.
Jacques Le Roux wrote:
De : "Adam Heath" <[EMAIL PROTECTED]>
Another point; in lots of simple method definitions, there are blocks
for doing CRUD to entities; in the vast majority of cases, these method
definitions are *identical*, except for the entity name and property to
pull error messages from. This points to a need to refactor.
IMHO, this point is very interesting, but of course need some work...
Jacques