ONess Common

ONess Common is a module from the ONess project.

Provides common functionality to all modules.

Currently it provides:

  • LoggingAspect: an AspectJ aspect that enables logging of method entries, leavings and exception throwing in all classes, using the Apache Commons Logging package.
  • BaseObject: a base class for objects, implementing toString, equals and hashCode using commons-lang. Also implements swallow clone using commons-beanutils.