Category Archives: Java2Script News

Java2Script 1.0.0 M4 Released

After some delay, Java2Script 1.0.0 M4 now released. New and Noteworthy ================== Java2Script Core —————- 1. Support org.eclipse.swt.widgets.Dialog#open in compiler level 2. Extension point for external script visitor, see http://j2s.sourceforge.net/articles/tutorial-extended-compiler.html 3. Bug-fix of M3 compiler Java2Script SWT ————— 1. CoolBar, … Continue reading

Posted in AJAX, Java2Script News | 3 Comments

Extending Java2Script Compiler

Now, the java 2 javascript compiler of the java2script can be extended. There is a tutorial for demonstrating the extension mechanism. This extension mechanism can be used to override default behavior of java2script compiler. So, why do we need to … Continue reading

Posted in AJAX, Java2Script News, JavaScript | Leave a comment

ColorDialog and FontDialog

Now comes JavaScript version of SWT ColorDialog and FontDialog:

Posted in Java2Script News, Screenshot, Sharing | 2 Comments

Java2Script Introduces Simple RPC

Java2Script now introduces Simple RPC, which is aiming to help Java developers balancing and debugging *local* and *remote* procedure calls for AJAX RIAs without knowledge of serialization and deserialization. In Simple RPC, Java client have two modes: AJAX mode and … Continue reading

Posted in AJAX, How To, Java, Java2Script News, RPC, Simple RPC | 2 Comments

Java2Script M4 Delay to November

I am sorry for saying Java2Script M4 is delayed to November. And considering M4 will be the final milestone with features frozen and the current works has not worked out all features scheduled, M4 will be put off to early … Continue reading

Posted in Java2Script News | Leave a comment

Java2Script SWT Widgets Updates

The updates mainly include Combo, Spinner, Menu, ToolBar and CoolBar. For more details, please check out latest sources from SVN, or stay tuned for 1.0.0 M4 scheduled in the next month.

Posted in Java2Script News, SWT, Screenshot | Leave a comment

Java2Script 1.0.0 M3 Released!

New and Noteworthy ================== Java2Script Core —————- 1. No more need to enhance Eclipse JDT core jar for Java2Script compiler 2. Full support of Eclipse 3.2.0 besides Eclipse 3.1.* 3. Dynamic JavaScript loading (ClazzLoader) 4. Early Java reflection implementation. Java2Script … Continue reading

Posted in Java2Script News | 2 Comments

Java2Script 1.0.0 Roadmap

Road to Java2Script 1.0.0 release: 1.0.0 M3 will be released at Aug 20, 2006. In this release, main features include Full support of Eclipse 3.2.0 beside Eclipse 3.1.* No more need of extra JDT core jar enhancement Dynamic JavaScript loading … Continue reading

Posted in Java, Java2Script News, JavaScript, Sharing | Leave a comment

SWT Snippets (Reloaded)

SWT Snippets (Reloaded) Examples are copied from http://www.eclipse.org/swt/snippets/. Snippets are minimal stand-alone programs that demonstrate specific techniques or functionality. Often a small example is the easiest way to understand how to use a particular feature. Not all the snippets is … Continue reading

Posted in Java2Script News, SWT, Sharing | Leave a comment

Java2Script Getting Started (for M3+)

Java2Script Getting Started (PDF) It’s for the coming release of Java2Script 1.0.0 M3 and later release. FAQ list is also to be created in the coming days.

Posted in How To, Java2Script News | Leave a comment