-
Recent Posts
Recent Comments
- Calvin Twine on Gmail-alike Web Mail Client “WeMail”
- vpn hardware on Java2Script Gtalk on Opera Mini 4
- Zhou Renjian on Java2Script Update v20100601
- Zhou Renjian on Java2Script 1.0.0 Final Release
- Zhou Renjian on Java2Script Update v20100601
Archives
- May 2010 (1)
- December 2009 (1)
- November 2008 (1)
- August 2008 (1)
- June 2008 (1)
- April 2008 (1)
- October 2007 (3)
- September 2007 (1)
- June 2007 (3)
- May 2007 (1)
- March 2007 (4)
- December 2006 (2)
- November 2006 (1)
- October 2006 (6)
- September 2006 (2)
- August 2006 (4)
- July 2006 (3)
- June 2006 (3)
- May 2006 (9)
- March 2006 (3)
- February 2006 (9)
- January 2006 (2)
Categories
- A Link An Application (3)
- AJAX (10)
- Akismet (1)
- ALAA (3)
- Apache (1)
- How To (6)
- Java (16)
- Java2Script News (35)
- JavaScript (24)
- Opera Mini (1)
- RPC (4)
- Screenshot (8)
- Sharing (16)
- Simple RPC (6)
- SWT (13)
- Uncategorized (5)
- User Experience (4)
- WindowBuilder Pro (3)
- Wordpress (1)
Blogroll
Meta
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