Monthly Archives: March 2007

Instantiations Donated WindowBuilder Pro to Java2Script for Development

Instantiations is giving back to the community by donating its products for use by developers of Open Source projects. For more information, please visit http://www.instantiations.com/company/opensource.html Java2Script is mainly focusing on converting SWT desktop applications. And WindowBuilder Pro is sure a … Continue reading

Posted in Java2Script News, SWT, WindowBuilder Pro | Leave a comment

Java2Script 1.0.0 M5 Released

The long waited 1.0.0 M5 Release (Once supposed to be 1.0.0 Release Candidate) finally came. To download and install Java2Script M5, please check http://j2s.sourceforge.net/download.html and http://sourceforge.net/project/showfiles.php?group_id=155436 Regard, Zhou Renjian =============== 1.0.0 M5 (March 16, 2007) New and Noteworthy ================== Java2Script … Continue reading

Posted in Java2Script News | Leave a comment

Java2Script’s GTalk

I spent about three days writng an SWT based Google Talk client. And the client used Smack Jabber library, which has simple APIs. As writing the client, I kept the code compatible with Java2Script, which means that I can use … Continue reading

Posted in A Link An Application, AJAX, ALAA, Java2Script News, RPC, SWT, Screenshot, Simple RPC | 2 Comments

Compressed JavaScript on Apache HTTPD Server

As Java2Script’s library size is getting huger and huger, loading *.js is a critical job for Java2Script. And I decide to output compressed *.js to save loading bandwidth. In httpd.conf or .htaccess file, add the following: <IfModule mod_deflate.c> # Netscape … Continue reading

Posted in Apache, JavaScript | Leave a comment