0.5.0 (February 18, 2006)
Java2Script Core
----------------
1. Fully implement keyword "final".
2. Support transforming Java codes that use "org.w3c.dom.*" into JavaScript (See more in AJAX part)
3. Implement the arguments when running Java2Script inside Eclipse
4. Support all Eclipse 3.1.* by enhancing the org.eclipse.jdt.core_3.1.*.jar programmly
Java2Script SWT
---------------
1. More widgets supported: Group, Sash, SashForm, Scale, ProgressBar, StackLayout.
Java2Script AJAX
----------------
1. AJAX from Java perspective is implemented. User can now develop AJAX application in Java and then export as JavaScript application.
2. W3C DOM 2 API in Java is supported. (See http://j2s.sourceforge.net/articles/tutorial-hello-j2s-ajax.html\)