Java2Script Pacemaker

November 17th, 2007 Arsen Posted in Patterns - Java |

j2s Java2Script (J2S) Pacemaker provides an Eclipse Java to JavaScript/HTML/CSS compiler plugin and an implementation of JavaScript version of Eclipse Standard Widget Toolkit (SWT) with other common utilities, such as java.lang.* and java.util.*. You can convert your SWT-base Rich Client Platform (RCP) into Rich Internet Application (RIA) by Java2Script Pacemaker.

  • Totally open source including core compiler (Eclipse Public License 1.0)
  • Well-integrated with Eclipse Platform (JDT)
  • Support AJAX for Java besides JavaScript
  • Creating 2 GUI with one step (SWT and Web)
  • Providing JavaScript version of SWT
  • JavaScript version of JUnit tests supported
  • Using Dynamic JavaScript Loading (Loading JavaScript on demands)
  • Java reflection supported (early implemenation)
  • I18N supported (Through java.util.ResourceBundle)

Leave a Reply