Jython

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Tutorials
  

Articles:
  • Write Eclipse JUnit Tests in Jython by Laurent Ploix, Amaury Forgeot d'Arc   - [Clicks: 85]
    Eclipse integrates the JUnit framework to enable seamless tests integration in Java, and Python is a great language for writing tests. Learn how to write Eclipse JUnit tests in Jython (Python for Java).
    [Includes source code]
    http://www.devx.com/Java/Article/26602 - Dec, 2004
  • alt.lang.jre: Get to know Jython by Barry Feigenbaum   - [Clicks: 32]
    Get to know Jython, in this first article in a new series introducing alternate languages for the Java Runtime Environment, alt.lang.jre. Jython is an implementation of the popular scripting language Python, but running on a JVM. For Python developers Jython is the best possible entry point to the Java platform; for Java developers it may be the strongest incentive to learn another language. Frequent developerWorks contributor and alternate language enthusiast Barry Feigenbaum introduces Jython and shows you what it can do to enhance your productivity on the Java platform.
    http://www-106.ibm.com/developerworks/java/library/j-alj07064/ - Jul, 2004
  • Extend your Java Application with Embedded Languages by Jack D. Herrington   - [Clicks: 52]
    A scripting engine, built in the language of your choice, and embedded into your application can make a huge difference to your customers, who have concerns about extensibility. Even better, creating a scripting engine is easy and fun. See three versions of a spam filter engine built in Groovy, Jython, and BeanShell.
    [Includes source code]
    http://www.devx.com/Java/Article/21456 - Jul, 2004
  • Use Jython to build JUnit test suites by Michael Nadel   - [Clicks: 44]
    Developers decide to automate unit tests for a number of reasons. Many take it even a step further and automate the location and execution of those tests. But what if you need your test harness to act as if it were statically defined? Follow along with developer Michael Nadel and see how to use Python to feign statically defined JUnit TestSuite classes.
    [Includes source code]
    http://www-106.ibm.com/developerworks/java/library/j-jythtest.html - May, 2004

[Top]

Tutorials:
  • Introduction to Jython, Part 2: Programming essentials by Barry Feigenbaum   - [Clicks: 137]
    This is the second installment in a two-part tutorial designed to introduce you to the Jython scripting language. Part 1 covered the basics of Jython, including installation and setup, access options and file compilation, syntax and data types, program structure, procedural statements, and functions. In Part 2 you will delve into some of the more advanced aspects of working with this powerful scripting language, starting with an in-depth introduction to object-oriented programming with Jython. You'll also learn about topics essential to the mechanics of application development in any language, including debugging, string processing, and file I/O.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/j-dw-java-jython2-i.html - Apr, 2004
  • Introduction to Jython, Part 1: Java programming made easier by Barry Feigenbaum   - [Clicks: 169]
    This is the first in a two-part tutorial that will introduce you to the Jython scripting language and provide you with enough knowledge to begin developing your own Jython-based applications. In this first half of the tutorial, you'll learn the concepts and programming basics of working with Jython, including access options and file compilation, syntax and data types, program structure, procedural statements, and functions.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/java/edu/j-dw-java-jython1-i.html - Apr, 2004

[Top]