Message Resource Bundles
A resource bundle file allows configurable elements of a web application to
be specified in a file.
- When changes to these elements are made,
recompiling of Java classes can be avoided
- Make
it easy to switch among locales for internationalization
- Configurable elements are things like:
- names of image files
- labels that appear on forms
- error messages
- Here is the resource bundle file
BballMessageResources.properties for the basketball database web app