java2script

Java2Script: Bridge of RCP to RIA

Reusing Java codes and tools into JavaScript

Gettting Started

User's Guide

Tutorials of J2S in Eclipse

External Tutorials or Articles

More Articles

APIs document

Currently, there are only one new package named net.sf.j2s.ajax, which contains about 1 interface and 6 classes:

The net.sf.j2s APIs are very simple. And you can ignore their existences until you are advanced users of asynchronous programming.

Here is the implemented Java runtime classes list, you should check the following Javadoc to see which APIs are already supported or not yet supported inside Java2Script.

Notice:Classes or interfaces "Class", "ClassLoader", "Object", "String", "Enum", "Number", "Integer", "Long", "Double", "Float" are implemented by native JavaScript are not mentioned in the above list.

The others APIs are not new in Java2Script.

Language Supports

The features of Java2Script's Object Oriented JavaScript Simulator (OOJSS):

As this is a project related to converter that compiles Java to JavaScript. It will require you to know the defects that can not be compiled completely equivalent.

Java2Script