| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Weblogs |
- Cook Up Powerful Mail-Processing Scripts with Jython Procmail Recipes by Doug Tillman - [Clicks: 15]
Learn how to create Jython Procmail recipes, powerful mail-processing scripts that insert selected values into a database. Their ability to easily hook into existing Java APIs also makes recipes simple to implement.
[Includes source code]
http://www.devx.com/Java/Article/28285 - Jun, 2005 - The REST of the Web by Jason R. Briggs - [Clicks: 86]
In this article, I will present an alternative to basic web development taking into account some of these ideals: a RESTafarian adherence to the HTTP protocol, and using the flexibility proferred by Jython and Velocity in order to simplify servlet development.
[Includes sample code]
http://www.onjava.com/pub/a/onjava/2005/04/27/restweb.html - Apr, 2005 - Use Jython to Exercise Java APIs Without Compiling by Doug Tillman - [Clicks: 28]
Save development time and effort by using Jython to test code syntax prior to writing your Java classes.
http://www.devx.com/Java/Article/27571 - Mar, 2005 - Choosing a Java scripting language: Round two by David Kearns - [Clicks: 68]
Scripting languages have proven their value to Java developers. They let users extend and customize the application's functionality and appearance, which adds value to the program. In addition, they can dramatically simplify certain design tasks for a programmer by making it possible to define, load, and evaluate functions on the fly. For a developer, the task of integrating one or more of these scripting languages is easy. Picking one from the growing list is hard. This article describes some of the issues that come with supporting a scripting language in your Java application and compares Groovy, JudoScript, Pnuts, JRuby, Jacl, Jython, Rhino, and BeanShell in a variety of ways to help you make the right choice.
[Includes source code]
http://www.javaworld.com/javaworld/jw-03-2005/jw-0314-scripting.html - Mar, 2005 - Connect to Apache Derby databases using Jython by Bob Gibson - [Clicks: 18]
Programming in Jython allows you to take advantage of the elegance of the Python programming language while maintaining access to Java packages and features. Learn how easy it is to use Jython to access and manipulate Apache Derby relational databases.
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0502gibson/ - Feb, 2005 - An Introduction to Jython by Michael Urban - [Clicks: 37]
Javalobby Editor, Michael Urban, brings us a nice introduction to the Jython, a version of Python written for the Java Platform. Read on to get a jumpstart on using Jython.
http://www.javalobby.org/articles/jython/index.jsp - Jan, 2005
- Test Driven Development : Why using Jython and Python to write Junit tests by Laurent Ploix - [Clicks: 21]
... The best technic I found consists in writing my unit tests in a scripting language. I use Jython for that when it comes to Java, and C-python otherwise. I wrote an article about Jython on DevX, here, but it needs to be completed. So now let's focus on some points : * Point 1 : Unit Tests should be written in a scripting language (I chose the python family) ; * Point 2 : Unit Tests results should be displayed in your IDE; * Point 3 : Unit Tests should be "played" as often as possible ...
[Includes source code]
http://lauploix.blogspot.com/2005/03/test-driven-development-why-using.html - Mar, 2005