> From: Barrie Selack [mailto:[EMAIL PROTECTED]]
Hi! > 1) the old XSLT version of the friendbook is no longer distributed, > I'm guessing it as never converted to 2.0. I think it would be useful > to have the two versions of the application to show how Maverick > works with XSLT and JSP.. we'll be using XSLT and I have no simple > samples for people to review. The xslt version of friendbook should be in the opt-domify package, along with the XSLTransformFactory module. It uses the same Controller classes as the friendbook-jsp version, which is why there are no classes (just content) for friendbook-domify in CVS. > 2) The JSP version now uses tags, and seems to rely upon Tomcat > heavily, as I can get the JSP sample running under Tomcat. But under > Resin and JRun I get the error below. I've upgraded to JDK 1.4 and > downloaded the entire set of jakarta jslt libraries. but to no avail. > Any suggestions? The friendbook-jsp in CVS uses the Early Access 3 version of JSTL. JSTL has changed a *lot* since then. I will update friendbook-jsp for the Maverick 2.1 release (which will include the heterogenous transforms). Until then, friendbook-jsp will probably only work with the JSTL that comes with Maverick. > 3) In conjunction with the above, it would be handy to identify all > jars/classes necessary for Maverick alone (including versions) and > what is necessary to run the samples. I'll clean up the documentation a little. The version on the website is a little old, but the 2.0 release includes a FAQ which at least lists the jars used by the core. I'll add version info too. Jeff Schnitzer [EMAIL PROTECTED] _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user
