All things JythonicA blog tracking jython developmentsLooking for a Really Light Weight Java Wiki- September 28, 2004 I am looking for a light weight java servlet based wiki that I can use to "embed" in an existing web application. My basic requirements are: Servlet based but not 2.3 servlet... I have to run it on an older version of Jetty which isn't up to the latest and greatest servlet api. No JSP stuff .. see above No database behind it .. .just simple filesystem (versioning would be nice ...) No Hibernate, Spring, Struts, etc. See above... Nice to have would be customization via Jython ......http://www.pycs.net/users/0000177/categories/jython/2004/09/28.html#P295 Jython and Spring framework- September 15, 2004 It seems that Kent is having issues getting Jython to work with the Spring framework. He says: One of the limitations of Jython is that it doesn't play very well with Java introspection. If you want your Jython methods to be visible to Java introspection you have two choices: compile your scripts with jythonc implement a Java interface containing the methods of interest The first option is problematic (I have had too much trouble with jythonc). The jythonc that he is referring to I...http://www.pycs.net/users/0000323/weblog/2004/08/26.html#P62 How to do an XSL transformation in Jython- September 3, 2004 Here is a quick way to do xsl transformation in jython. I also found at the same site the a quick intro to dom style parsing of xml files from Jython. You might also look at using jdom to do this as well.http://weblog.hotales.org/view/python/2004/09/01/0 |