Category Archives: How To

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 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

Test Driven Development by Java2Script

Now, Java2Script support JUnit for Test Driven Development(TDD) in developing RIA. To do so, please set up the J2S development environment from SVN repository. If you would like to learn more details about JUnit support of J2S, you may need … Continue reading

Posted in How To, Java2Script News | Leave a comment

Hosting Update Manager on Sourceforge’s Mirrors

Now Java2Script can be installed from Eclipse Update Manager with URL: http://j2s.sourceforge.net/update/ It will redirect the download traffics to Sourceforge’s mirrors, so it will be safe and fast. More technical details about hosting Eclipse plugin update manager on Sourceforge’s mirrors: … Continue reading

Posted in How To, Java2Script News, Sharing | 2 Comments

J2S tutorial: Advanced Programming on J2S

Tutorial of J2S in Eclipse (7): Advanced Programming on J2S — @j2s* and others josson smith May 17, 2006 This article will describe more details on using Java2Script Pacemaker, including writing and debuging native JavaScript. Developer will learn how to … Continue reading

Posted in How To, Java2Script News | Leave a comment

Setup Java2Script Environment from Subversion Repository

Setup Java2Script Environment from Subversion Repository Brief steps: Install Eclipse and Subclipse Checkout sources from SVN https://svn.sourceforge.net/svnroot/j2s/sources. Export projects as “Deployable plug-ins and fragments” Exit Eclipse and enhance JDT Core Jar Restart Eclipse and rebuild “net.sf.j2s.java.core” and “net.sf.j2s.java.org.eclipse.swt” Checkout tests … Continue reading

Posted in How To, Java2Script News | Leave a comment