Revision history for Perl extension Inline::Java
------------------------------------------------
0.30 Mon Sep 17 15:45:06 EDT 2001
- JVM server is now multi-threaded
- Added 'SHARED_JVM' option for mod_perl support
- Beefed up test suite
0.23 Thu Aug 30 08:41:11 EDT 2001
- Added support for multiple Inline sections using a special notation
in the CLASSPATH.
- Added the 'fix' Makefile.PL option au automatically fix the Makefile
for Win95/98/Me.
0.22 Fri Jun 1 13:31:35 EDT 2001
- Fixed up Inline::Java to work with Inline 0.41
- Added support for java.lang.Number as a primitive numeric type. Any
Perl scalar passed as a java.lang.Number will instantiate
a java.lang.Double on the Java side.
0.21 Tue May 8 11:32:28 EDT 2001
- Added 'studying' of external Java classes
- Added support for default no-arg constructors for public classes
- Caching for class information
- Added error message stating that Inline::Java doesn't currently
support multiple sections
0.20 Sat Apr 14 23:00:00 EDT 2001
- Added optional JNI extension.
- Added support for arrays.
- Added support for public member variables.
- Added support for public static member variables.
- Added type casting.
0.01 Thu Feb 15 14:01:25 EST 2001
- Created Inline::Java.