Size: 442
Comment: Updated some links.
|
Size: 882
Comment: about jython and cubictemp
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
[http://axhixh.blogspot.com SectorSix] | [http://axhixh.blogspot.com SectorSix] My old blog. |
Line 9: | Line 9: |
[http://www.shrestha.net.np/ashish/ GrayGarden] | [http://www.shrestha.net.np/ashish/ GrayGarden] All sort of stuffs with computers, communication .... |
Line 11: | Line 11: |
[http://www.shrestha.net.np/ashish/lonely/ LonelyLane] | [http://www.shrestha.net.np/ashish/lonely/ LonelyLane] Personal blog. |
Line 13: | Line 13: |
Love working with Jython in Tomcat. Learn more about it by checking out [http://jywiki.sourceforge.net/index.php?JythonServlet JythonServlet]. I like to use the CubicTemp template along with it for my templating needs. Really nice. Just remember to add a line: from __future__ import nested_scopes and comment the line: # del okBuiltins["file"] |
Ashish Shrestha
[http://www.nyatapol.com.np Nyatapol] works with [http://www.jython.org Jython]
[http://axhixh.blogspot.com SectorSix] My old blog.
[http://www.shrestha.net.np/ashish/ GrayGarden] All sort of stuffs with computers, communication ....
[http://www.shrestha.net.np/ashish/lonely/ LonelyLane] Personal blog.
Love working with Jython in Tomcat. Learn more about it by checking out [http://jywiki.sourceforge.net/index.php?JythonServlet JythonServlet]. I like to use the CubicTemp template along with it for my templating needs. Really nice. Just remember to add a line:
from future import nested_scopes
and comment the line:
# del okBuiltins["file"]
My [attachment:jython.tut.zip JythonTutorial] for those who already understand basic programming! Starts with python and goes on to do jython!