Integrating JSP/JSF and XML/XSLT: The Best of Both Worlds
I saw this nugget a few minutes ago on the struts-user mailing list. Maybe I'll even read it... ;-)
For those of you wondering how JSP technologies, including JSP 2.0,
JSTL, Struts and the upcoming JavaServer Faces (JSF) 1.0, can work
together with XML and XSLT, there is a new article at
TheServerSide.com about this subject.
http://www.theserverside.com/resources/article.jsp?l=BestBothWorlds
The article presents the natural evolution of server-side Java
programming from basic servlet programming to JSP 2.0 with JSTL and
JSF, shows the limitations of the current JSF rendering architecture
and how XML technologies can solve them.
The article comes with sample code that shows how to hookup an XSLT
transformer with a JSP filter, and includes an experimental XML
renderer for JSF.
Posted by Vladimir on February 12, 2003 at 08:15 PM MST #