Hi,
now test parameters are read from a properties file (in the same file
i keep the Apache settings and the Tomcat, but all Tomcat are
commented), Ok ?
But a few questions:
- the properties file have to be the Apache License on top (I can try
to comment it line by line, but RAT could complaint ... ideas) ?

- to simplify the properties load, I'd have to refactor this block of
code out of there (because it could be useful on other places, too,
and we don't have nothing on this) ... in core (org.apache.pivot.util)
we have Resources, so what do you think on add something (very simple)
in this package ?
-- Given the name of the resource, it uses a PropertiesSerializer,
load it, and return a Map<String, String> hiding all details.
-- Later another little enahncements could be the ability to set the
Locale, to change a little its behavior, like in resource.

What do you think on PropertiesLoader ?

Note:
I know that we are more JSON-oriented (more modern, better,
structured, etc), but in some cases (like this) could be useful to
have also this simple feature.

Bye

Reply via email to