[
https://issues.apache.org/jira/browse/OFBIZ-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545229
]
Adrian Crum commented on OFBIZ-1425:
------------------------------------
David's comment from OFBIZ-1387:
"If we do something like that, here or anywhere, we should use XML and not
properties files. XML is about 1E6 times better than properties files
(name/value pairs) for organizing this sort of information. It is hierarchical
so much easier to organize and you can use real UTF-8 characters there instead
of having to encode everything and use a special tool or a translator to work
on the files."
This patch could be modified to use xml files instead of properties files. I
just need an example of how to do that.
> Improve the ModelField.getDescription method
> --------------------------------------------
>
> Key: OFBIZ-1425
> URL: https://issues.apache.org/jira/browse/OFBIZ-1425
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Reporter: Adrian Crum
> Priority: Minor
> Attachments: example.patch, modelfield.patch
>
>
> Based upon discussion on the dev mailing list and in the OFBIZ-1387 issue,
> modify the ModelField.getDescription method so it uses a more comprehensive
> way to resolve a field description.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.