Jython

Jython 2.2a1

7/17にリリースされてました。 This release includes many major changes since the last full release: - new-style classes - Java Collections integration - PEP 302 implementation - iterators - generators - __future__ division - support for run…

Stevey's JVM Language Soko-Shootout (from Pnuts Addict)

懐かしの倉庫番ゲームを9つのスクリプト言語で実装し、それらの得失を比較しています。Groovyに対してはかなり批判的。 Groovy's got so much wrong with it that you could almost write a textbook about it, with individual Badness Chapters, a Table o…

Learn how to write DB2 JDBC tools in Jython

JythonでDBアクセスした結果をSWTのBrowserに表示する例があります。Jythonといえば、SwingやAppletの例が多いので新鮮に感じます。こんな感じでEclipseの中から簡単にSWTが使えるならいいかも。

Simplify Web development with Jython, Spring and Velocity

ModelがSpring、ViewがVelocity、ControllerがJython。参考: Rapid Web Development with Spring/Velocity/Jython/Hibernate Rapid Web Development with Spring/Velocity/Jython/Hibernate - Part 2 J2EE Development without Java - more on Jython/Spring…

Jython Essentials

リファレンスとして買いました。JythonでSwing, JDBC, XML, Servletを扱うサンプルがあります。Jythonの生みの親であるJim HuguninのFoward(Story of Jythonとして公開されている)が面白いです。彼はAspectJの開発者の一人だったのですね。Jim Huguninが現在…

Jython Wiki

MoinMoin Powered.

Write Eclipse JUnit Tests in Jython

Jythonでテストケースを書く方法。

Jython Tips

Jython=Java+Python複合言語プログラミング (文字化けの回避方法) Tips for Scripting Java with Jython Jython Tips for Python Programmers

Jythonの紹介

EclipseのJythonプラグインを試してみましたが、ブラウザのPerspectiveもあるし、結構良さそうです。Jythonの基本的な構文はわかりやすいので、Javaプログラムの糊としてのスクリプトは直ぐに書けます。しかし、ちょっと使っただけでもJavaデータ型とのマッ…

Choosing a Java scripting language: Round two

Javaスクリプト言語の比較。パフォーマンス的にはJythonはまずまずといったところ。

Jythonプラグイン

WebSphereやWebLogicでインストールスクリプトとして使われているJython。明日のスクリプト言語がGroovyだとしたら、Jythonは今使えるスクリプト言語の候補と言えるのかもしれません。バリバリ書けなくとも、リファレンスを参照しながらスクリプトを読み書き…

Server-Side Web Programming with Jython

TaglibもJythonで作れるようです。 Learn about Servlets and JSP written with Jython―how to set up a Servlet container, the basic Servlet classes, implementing cookies, sessions and database connections, and using Jython with JSP pages. 参考:…

The REST of the Web

Jythonを使ったRESTの例。Jythonも好きなSさんに教えてあげよう。