Make it easier to create a fallback or a default set of resources, without necessarily creating a separate concern. Allow creation of resource bundle resources from a specified resource bundle file across all contexts (i.e. for all requesting classes).
Now an application can configure a ResourceI18nConcern to get properties for a single properties file for MyApplication.class for the entire application:
To retrieve resources from a specific file uber-resources.properties (relative to MyApplication for the entire application:
To provide default context class-based resource lookup, with fallback to uber-resources.properties if no resources are found: