Size: 172
Comment:
|
Size: 882
Comment: about jython and cubictemp
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
[Nyatapol Software Technology http://www.nyatapol.com.np] | [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. |
Line 8: | Line 14: |
My [attachment:jython.tut.zip JythonTutorial] ! | 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: |
Line 10: | Line 16: |
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! |
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!