-
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: AJAX
Cappuccino and Objective-J
Today, I came up with 280 Slides, a web presentation design editor. I was shocked by its pretty looking Mac-like UI at the first glance. From an interview to 280 Sliders developer, I learned to know that Cappuccino is the … Continue reading
Eclipse RAP 1.0 Comes
Eclipse RAP team has just released its 1.0. The RAP project enables developers to build rich, Ajax-enabled Web applications by using the Eclipse development model, plug-ins with the well known Eclipse workbench extenstion points, JFace, and a widget toolkit with … Continue reading
Posted in AJAX, Java, SWT, Sharing
2 Comments
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
Reload:A Link An Application
Copy following as a link and paste in your browser address bar (A new tab or a new window, or other existed tab page[Maybe a Google search result page, not this blog page]): javascript:if(a="$wt.examples.controlexample.ControlExample@http://demo.java2script.org/org.eclipse.swt.examples/bin/",window["ClazzLoader"]!=null)$w$(a);else{var d=document,t="onreadystatechange",x=d.createElement("SCRIPT"),f=function(){var s=this.readyState;if(s==null||s=="loaded"||s=="complete"){$w$(a);}};x.src="http://archive.java2script.org/1.0.0-v20061220/j2slib.z.js";(typeof x[t]=="undefined")?x.onload=f:x[t]=f;d.getElementsByTagName("HEAD")[0].appendChild(x);void(0);} According to your … Continue reading
Posted in A Link An Application, AJAX, ALAA, JavaScript, SWT, Sharing
Leave a comment
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 1.0.0 M4 Released
After some delay, Java2Script 1.0.0 M4 now released. New and Noteworthy ================== Java2Script Core —————- 1. Support org.eclipse.swt.widgets.Dialog#open in compiler level 2. Extension point for external script visitor, see http://j2s.sourceforge.net/articles/tutorial-extended-compiler.html 3. Bug-fix of M3 compiler Java2Script SWT ————— 1. CoolBar, … Continue reading
Posted in AJAX, Java2Script News
3 Comments
Extending Java2Script Compiler
Now, the java 2 javascript compiler of the java2script can be extended. There is a tutorial for demonstrating the extension mechanism. This extension mechanism can be used to override default behavior of java2script compiler. So, why do we need to … Continue reading
Posted in AJAX, Java2Script News, JavaScript
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
LZ77 JavaScript Compressor Reloaded
Updated: June 4, 2007, LZ77 JavaScript Compressor http://demo.java2script.org/lz77js/ is rebuilt using Java2Script Simple RPC technology. In early of this year, I had a post “LZ77-JS-Compressor: Another way of compressing JavaScript“. It seemed that lots of people were seeking pure LZ77 … Continue reading
Posted in AJAX, JavaScript, Sharing
3 Comments