From: Brian Z. <bri...@us...> - 2002-03-25 04:39:13
|
You don't have to use the full-blown Enhydra. Here's a hello world example I made quite a while ago using standalone XMLC: http://jywiki.sourceforge.net/index.php?JythonServletXmlc The best source available is the "Enhydra XMLC" book, ISBN 0672322110. It could be a little tricky for the setup if you're using JDK1.4. But once setup, it works like a charm. http://xmlc.enhydra.org and the corresponding mailing list has setup instruction and tips. Ask on xmlc mailing list for xmlc related questions, ask any jython related question here. Regards, -Brian ----- Original Message ----- From: "BillWorker 2i" <bil...@in...> To: "Brian Zhou" <bri...@us...> Sent: Sunday, March 24, 2002 7:26 PM Subject: Re: [Jython-users] JythonServlet over Java Servlet > > 3. With the combination of XMLC, it can achieve even better code/markup > > separation than model two JSP (taglib)! Think about it, do you prefer > > logic/iteration tags in the markup, or python for loop and list > > comprehension? > > > Any examples, tutorials on XMLC and Jython? I don't want to do a full > Enhydra stuff! > > Ashish > |