They really do need to be separated by component so that as much as
possible each component has and uses its own resources. Sharing
between components, or using resources from other components, is fine
when necessary or when the same thing is really used by multiple
components, but putting everything in one big blog makes it somewhat
cumbersome to manage/maintain.
-David
On Sep 27, 2006, at 1:02 PM, Gerrie Myburg [ MTN - Innovation
Centre ] wrote:
In reference to the work I am doing to externalize all exception
literal
strings into property files.
I need to know if the exception property file should be appended to
the
<module>UI labels property file or can I create one exception.property
file that contains all the exception strings?
Reason I ask is that I wrote an number of awk scripts that does the
actual data extraction and code editing for me. So getting the data
out
and changing the code is turning out to be relatively simple.