| Article: |
Why Data Binding Matters | |
| Subject: | Another use case | |
| Date: | 2002-05-17 06:45:09 | |
| From: | tsubramaniam | |
| If you could "easily" marshall your objects into xml then you could convert your value objects into xml, compose them into an xml document and then use a compiled xsl stylesheet to render into say HTML all via Servlet filters. Why bother with JSP,cutom tag libraries and all that stuff. Apart from a xml - object binding schema all you need to do is to write a "composer" filter and the presentation stategy becomes as easy as pie. | ||
Showing messages 1 through 1 of 1.
-
Another use case
2002-05-24 14:07:10 sdzhangtao [View]
Using JSP has an advantage of performance, the xslt parser is difficult to write and when its size is big, you will have performance problem.


