-
Recent Posts
Recent Comments
Archives
- April 2010 (1)
- December 2009 (1)
- November 2009 (1)
- March 2009 (2)
- July 2008 (2)
- June 2008 (2)
- May 2008 (2)
- April 2008 (2)
- November 2007 (2)
- October 2007 (1)
- September 2007 (4)
- August 2007 (5)
- July 2007 (4)
- June 2007 (10)
- May 2007 (12)
Categories
- AJAX (5)
- Blog Tips (2)
- Bug Fix (4)
- C++ (3)
- Challenge (1)
- Comet (2)
- Debug (2)
- Eclipse (8)
- Google Talk (4)
- httpd (3)
- Jambi (1)
- Java (10)
- Java2Script (6)
- JavaScript (3)
- MySQL (1)
- Project Management (4)
- QT (1)
- Server (1)
- Snippet (2)
- Software Requirement (2)
- Subversive (1)
- Tomcat (4)
- Tricks (11)
- Uncategorized (8)
- Vim (1)
- Vista Hacks (1)
- Wordpress (1)
Blogroll
Meta
Category Archives: Java2Script
Implementing Gmail-alike Web Mail Client by Java2Script
WeMail, this to-be-implemented Gmail-alike web mail client, is based on technologies of Java, SWT, JavaMail and Java2Script. Before going into designing and implementing details, here are some background information. Java2Script (J2S) Pacemaker provides an Eclipse Java to JavaScript compiler plugin … Continue reading
Posted in AJAX, Java, Java2Script
Tagged Gmail, Java, Java2Script, JavaMail, Simple RPC, WeMail
1 Comment
Google Talk Client’s Java SWT Desktop Copy
Actually, Google Talk Client’s Java SWT desktop copy is the original source for Google Talk Client’s JavaScript copy. And now it is available for download. Please take a trial. Sources of Java2Script Google Talk will be available in the next … Continue reading
Posted in AJAX, Google Talk, Java, Java2Script
8 Comments
Google Talk Client’s JavaScript Copy
http://demo.java2script.org/gtalk/ Here is the screenshot: En, in beta …
Posted in AJAX, Google Talk, Java2Script
5 Comments
Busy Days on Java2Script Google Talk
Ya, these days were very busy. I had spent more than a month on rewriting Java2Script Google Talk. And today, it was almost finished. You can check it out right now. More works are required to make it robuster and … Continue reading
Posted in Google Talk, Java2Script
2 Comments
Add Source Highlighting to WordPress Editor
If you are a technical geek, you may want to write some blog articles attaching some sources for discussion. And if you are using WordPress, you may find a lot of difficulties in struggling with WordPress’ messy TinyMCE editor in … Continue reading
Posted in Blog Tips, Java2Script, Wordpress
Leave a comment
Java2Script ClassLoader’s Loading Modes
There are 3 loading modes in Java2Script ClassLoader. Loading classes by using <SCRIPT> tag asynchronously (Default mode). Loading classes by XMLHttpRequest(XHR) asynchronously. Loading classes by XHR synchronously (May freeze UI when classes are loading). In order to switch to different … Continue reading
Posted in Java2Script
Leave a comment