Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for April 2005

All things Jythonic

A blog tracking jython developments

Jython, Velocity, Jetty and ... REST - April 29, 2005

Jason Briggs has put together a great article on REST ( Representational State Transfer ) style application development using Jython and Velocity on Jetty.  His goal is simpler servlet development that is more standards compliant.  You don't need to use Gets and Posts only and he shows you how to do it all with Jython.  He even includes as a resource in the article a jar file combining Velocity and the JythonUperspect customizer to let velocity work with Jython...
http://www.onjava.com/pub/a/onjava/2005/04/27/restweb.html

PushToTest - Free open-source software test automation solutions - Writing Threaded Applications in Jython - April 27, 2005

Here is a quick tutorial on writing thread safe jython scripts. The author implements thread safe examples using both Python and Java methods. Here is the article's conclusion Based on my experience writing threaded applications in Jython, using Java Threads and the Runnable interface is the best practice. The following Jython script implements the best practice for building threaded applications in Jython: from java.lang import Thread, Runnable import synchronize class myclass(...
http://www.pushtotest.com/Docs/howto/jythonthreads.html
Available Archives
- January (7 items)
- February (1 item)
- April (2 items)
- May (1 item)
- August (1 item)
- December (2 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact