Added a very brief tutorial at: http://bsfperl.sourceforge.net/tutorial/
This page demonstrates how to create Swing components from Perl.
I've released a new version of BSFPerl which fixes a few bugs and also adds support for calling static methods and constructing Java objects from Perl.
I've been prodded into doing a real release (thanks klikeuh). bsfperl-0.1.zip is now available from the Files section. This contains a pre-built bsfperl.jar and the main source tree.
For unit tests, examples, or a buildable tree stick with CVS access.
I've checked in a dozen very simple unit tests and an ant target ('test') to run them. Once I get a few more in place, I will start refactoring.
I've uploaded all of the code that I have to CVS. It should show up on the pserver and web CVS soon.
I have some functional tests that I will be converting to JUnit tests over the weekend. Once all of the tests are in place, I plan to do significant refactoring of both the Java and Perl code.
If you want to help develop or test BSFPerl, let me know.