Note: This tutorial covers common usage of Ableverse™ Message Facility. For additional information, see the Ableverse Message Facility home page .
Introduction
will give you a quick taste of Message Facility by a simple example. You
can have a quick look at the defined message with the
MsgViewer
example tool, through
this link
by
Java Web Start
technology.
The MsgViewer
is a Message Facility example itself, yet a useful tool to reveal and test
Message resources under the hood.
Writing Internationalizable Java Code
guides you through writing Java source code with Message Facility
regarding internalization.
Message Localization
Localizing Message Facility based Java applications can be as simple as
copying and translating XML files. And sophisticated tools can be easily
developed on its plain simple XML structure.
Logging
explains how Message Facility can be used in logging, its advantages over
other logging solutions.
Advanced Topics
covers some HOW-TOs you will want to know after started using Message
Facility to internationalize your Java programs.