Java2Script (J2S) Pacemaker provides an Eclipse Java to JavaScript 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.
Using Java2Script Pacemaker
Using Java2Script Pacemaker won't require any extra APIs learning. All you have to do is to develop your Java applications in Eclipse as normal. Developing your application as "Java Application", you may debug into sources line by line by using Eclipse's debugging, and you may design your SWT dialogs by SWT UI designer, and you may do necessary refactoring, and you may format your codes and you may ..., you can do anything you are familiar with Eclipse JDT.
After you finishing your Java application, then you can "Enable Java2Script Compiler" to convert your RCP application into RIA. For more technical details, please read Getting Started Tutorials.
After something like "Bang!", you will get the your RIA running inside browsers.
After testing the application in standalone browser outside Eclipse platform, you can also deploy the RIA to server (Manually by coping *.js, *.css and *.html files). Then you will have both RCP and RIA!
Java2Script Features
Come to more detail: http://j2s.sourceforge.net/
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java2Script (J2S) Pacemaker
Post your Comment