Database messages manager

Database messages manager is a DiF2 plug-in that provides database integration with the messages manager.

This module supports the standard manager features and offers database persistence capabilities for customized messages.

We strongly advise against the usage of this module when persistence is not required. Database back end access introduces an additional lag for message management operations. When message persistence is not required the DiF's default message manager is the best solution with it's lightweight RAM-based model.

Where to start?

You should read DiF user guide messages section prior to use the database messages manager. It describes the framework's message system architecture.

The FAQ section is a compilation of common usage doubts, tips and workarounds.

You can also check the JavaDoc for reference.

This project is compliant with the QAG specification which serves as a quality insurance warranty.

Back to DiF Modules page

Back to DiF main page