Ulf,
Thank you very much. I am done with the full article and ran the complete set of examples in the zip file. It is really nice and I am happy about the last example (PropertiesReader5.flex) as it gives a provision/solution for the hierarchical properties in standard
Java properties.
.
It somehow gives me a hint to solve my long time problem of having a parameterized properties -- as what we do with
ANT. Like we can refer a property inside the .properties file using the {} pairs to get its value so as to have a single point of change. I guess this JFlex can help me in solving this. Aint I?
To what extent should I know the 'internals' of JFlex? OR can i just go ahead with the same pace as that of your examples?