Browse thread
[ANN] OCaml-Java project: 1.1 release
- forum@x9c.fr
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-11-09 (20:05) |
From: | forum@x9c.fr <forum@x...> |
Subject: | [ANN] OCaml-Java project: 1.1 release |
This post announces the 1.1 release of the OCaml-Java project. The goal of the OCaml-Java project is to allow seamless integration of OCaml and Java. This version is still based on Objective Caml 3.10.2, the next one will be based on 3.11.0. Home page: http://ocamljava.x9c.fr Download page: http://ocamljava.x9c.fr/downloads.html Toplevel applet: http://ocamljava.x9c.fr/toplevel/toplevel.html Main changes since 1.0: - move from Java 1.5 to Java 1.6 (will hence not run on a 1.5 JVM) - support for JDBC, with automatic generation of bindings to databases - support for java.math package - Dbm, Servlet, SwiXml and OCamlScripting projects merged into Cadmium - experimental support for stack frames - bug fixes Xavier Clerc