in order to export some data, I want to be able to generate html output.
I have some persistent content for output, such as html headers and footers.
My question is how to deal with this? Should I embed some template (in the resource file) and parse it to make it dynamic? Do I save static content in some constant (is there a 255 char limit?) And add them when creating dynamic content?
Do you have any tips, useful links or best practices for sharing?
thanks
source share