Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This module allows you to build serializable messages via a fluent API. It's very extensible and provides localizable messages with numbered and/or named arguments as well as message payload. With custom message builders and custom payload it's easy to create different types of messages. The motivation of introducing an independent module is that it allows to use it with several other Java frameworks. As soon as you migrate an application to CDI/CODI the message module is already there and you can use the optimized integration. Also without using CDI you can use a highly pluggable module for localizable messages. You can integrate it with every Java based application and the used frameworks. Furthermore, it allows using a well defined and independent solution for messages instead of specific message implementations like FacesMessage s.

Dependencies

The message-module itself has no dependencies.

...