|
|
Release Notes (0.1 - 0.3)Release Notes for JIGS version 0.3First release of WrapCreator, an automatic wrapper tool for JIGS. The wrapper can automatically generate the code to wrap an objective-C library to Java. Release Notes for JIGS version 0.2Alpha support for subclassing an Objective-C class in Java. Better support for exposing Objective-C class methods to Java. Release Notes for JIGS version 0.1This is the first public release. While the core engine is mostly working, the high level APIs and tools are still missing. In particular, we don't have a wrapper tool yet. And, the base gnustep library has not yet been wrapped. The core engine is organized in the following way:
Version 0.1 contains an example of an objective-C gnustep library wrapped by hand and exposed as a Java library. Following this example, it should not be too difficult to wrap by hand simple libraries. Tests and examples of the reverse (starting a java virtual machine in an Objective-C executable and accessing java objects from objective-C) have been written, but not included in JIGS 0.1. |