Category Archives: RPC

Java2Script 1.0.0 Final Release

Here comes Java2Script 1.0.0 final release! Please visit http://j2s.sourceforge.net/ for more information. Feature List ========== Java2Script Core —————- 1. Object oriented JavaScript simulator is introduced 2. JavaScript ClassLoader is built inside 3. Eclipse JDT based Java to JavaScript compiler, support … Continue reading

Posted in AJAX, Java, Java2Script News, JavaScript, RPC, SWT, Simple RPC | 2 Comments

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

Screenshot of Java2Script Web Notepad

I spent some time to enhance a web notepad with auto-save feature. Here is screenshot: As a matter of security fact, it is not ready for public tests, so now I am not publishing the . Maybe later I will … Continue reading

Posted in AJAX, Java, RPC, SWT, Screenshot, Sharing, Simple RPC | Leave a comment

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