Differences between revisions 8 and 9
Revision 8 as of 2003-01-19 16:28:57
Size: 442
Editor: wwwcache2
Comment: Updated some links.
Revision 9 as of 2003-02-14 11:09:05
Size: 882
Editor: wwwcache2
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

JabberId: axhixh@jabber.org

[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!

AshishShrestha (last edited 2008-11-15 14:00:13 by localhost)

Unable to edit the page? See the FrontPage for instructions.