Custom plug-in sample

This sample presents custom validation, modification, and notification plug-ins.

The following custom plug-ins are presented:
StoreValidationDate
StoreValidationDate is a custom validation plug-in that stores the current date and time in a property on an object when it is created, and updates the property if the object is modified.
CreateBusinessObject
CreateBusinessObject is a custom modification plug-in. When a WSDL document is loaded into the registry, the plug-in creates a new concept object, and creates a relationship from the concept object to the WSDL document.
LogActivity
LogActivity is a custom notification plug-in that writes a message to the WebSphere® Application Server log file when an object is created, updated, or deleted.

For details on developing and configuring custom plug-ins, see the Related links.

The custom plug-in sample classes, and instructions for running them, are presented in the following subtopics: