OfftheWall has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have any experiece with this and can share some insites about this? Advantages and Disadvantages? Are you currently using in production. Where do we get JPL? O'Reilly used to include this with their Resource Kit, but no longer offer the Resource Kit. It is not on CPAN.

Replies are listed 'Best First'.
Re: JPL - Java Perl Lingo
by Util (Priest) on May 11, 2007 at 00:43 UTC
Re: JPL - Java Perl Lingo
by grinder (Bishop) on May 10, 2007 at 21:59 UTC

    It's dead.

    No-one uses it, and as such it has been removed from bleadperl(what will become 5.10). The main reason for this is that it lacks a champion and thus the porters felt that they just didn't have the resources to devote sufficient care and attention to it.

    • another intruder with the mooring in the heart of the Perl

Re: JPL - Java Perl Lingo
by Dooz (Novice) on Jun 01, 2007 at 21:49 UTC
    How about the Java-Import module? How do the Java-Import and Inline::Java modules compare to eachother? Can they be used in the same application? I have an application that uses Inline::Java we would like to try other ways to use Java classes without having to immediately go back and change all of our older code.