One good practice is to read XML from a DB. Put your content in an XML filed in a DB table.
Then you can render many ways:
1. Stuts/Styx on Borswer Side XSLT
2. JSTL C:Transform
3. Async. by rendering to an HTML field in same table, so there is no view time rendering.
basiPortal.sf.net does above and... of course code is there.
.V
[EMAIL PROTECTED] wrote:
I have a servlet and I want it to read it's data from an XML file. There's more than one way of doing this task and I'm fishing for best practices.
Can anyone provide me with some links to example code? I'm sure this has been beaten to death and I don't want to reinvent the wheel.
Thanks!
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
