I just downloaded Struts and thought it used the Taglib, and I'll look into it further this weekend. Nevertheless, thanks for the info. I just bought Eric Burke's "Java and XSLT" and Brett McLaughlin's "Java & XML, 2d Ed." (I read Brett's first edition cover-to-cover - excellent book!) because I just started redesigning a B2B/B2C website for a wireless company that was built with Cold Fusion in 1998 and is failing due to scaling issues. I believe it is a prime candidate for XML/XSLT templates -> HTML based on user authentication via a controller servlet that will create an EJB to get data from an Oracle database via DAOs and return via a value object to JSPs. Now I will investigate the tags you mentioned.
Again, thanks for the tip! BTW: Anybody know the URL for the XSLT interest group? Cheers! Mark -----Original Message----- From: Chen, Gin Sent: Thursday, December 13, 2001 11:00 AM Not Struts.. Taglib (look right under Struts in jakarta navigation). The way that it is used is that the Servlet will set the xml/xsl that the JSP will display. That follows the concept of the MVC. -Tim ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
