Jython

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

Articles
IDEs
  

Articles:
  • Jython Reborn by Chris McAvoy   - [Clicks: 4]
    Jython is back! With recent investment from Sun Microsystems, Jython is poised to take the JVM by storm. Create apps with the agility of Python and the speed of Java with Jython.
    http://www.developer.com/java/other/article.php/3748556 - May, 2008
  • Using the full potential of Jython to build compact and maintainable wsadmin scripts by Andrew Simms   - [Clicks: 26]
    Most script writers code Jython scripts in the same style as they code Jacl and shell scripts, but Jython provides language constructs that can produce more compact, intuitive, readable -- and therefore more maintainable -- configuration and administration scripts for IBM WebSphere Application Server. This article demonstrates how to use dictionaries, lists, function parameter passing, functional programming, classes, modules, packages, regular expressions and threads with wsadmin-oriented examples.
    [Includes sample code]
    http://www.ibm.com/developerworks/websphere/library/techarticles/0801_simms/0801_simms.html - Jan, 2008

[Top]

IDEs:
  • coyote: Dynamic language support in NetBeans   - [Clicks: 33]
    The goal of this project is to develop a set of NetBeans modules to help developers write code in dynamic languages using the NetBeans IDE. Initially, we are targeting the the Groovy and Jython languages, but we anticipate a common framework allowing support for more languages.
    https://coyote.dev.java.net/

[Top]