-
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: Java
Gmail-alike Web Mail Client “WeMail”
Long time no post. This time, I would like to introduce you Java2Script powered WeMail ( http://webuzz.im/mail/ ), a Gmail-alike web mail client. WeMail is a general web mail client for all POP/IMAP & SMTP mail providers. So it supports … Continue reading
Posted in Java, Java2Script News, SWT, Simple RPC, WindowBuilder Pro
Tagged JavaMail, Web Mail Client
1 Comment
Java and JavaScript
Today, I came up with the idea of “Orto: Java in JavaScript“. Well, it is not “Java to JavaScript”, it is “Java in JavaScript”. It is said that java.lang.Thread is supported. But as there is no downloads available, and it … 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
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
Java-JavaScript Compiler Discussion
Ash mentioned Java2Script in the thread of “Java-JavaScript Compiler” in GWT’s group forum. And I joined in the discussion. I was not intended to post another GWT v.s. JavaScript post there (But it seems it was a v.s. thing actually). … Continue reading
Posted in Java, JavaScript, Sharing
Leave a comment
Java2Script 1.0.0 Roadmap
Road to Java2Script 1.0.0 release: 1.0.0 M3 will be released at Aug 20, 2006. In this release, main features include Full support of Eclipse 3.2.0 beside Eclipse 3.1.* No more need of extra JDT core jar enhancement Dynamic JavaScript loading … Continue reading
Posted in Java, Java2Script News, JavaScript, Sharing
Leave a comment
A Link An Application
For example: javascript:(function(){var d=document,b=%22http://java2script.ognize.com/1.0.0-m3/%22,t=%22onreadystatechange%22,x=d.createElement(%22SCRIPT%22),f=function(){var s=this.readyState;if(s==null||s==%22loaded%22||s==%22complete%22){var c=%22org.eclipse.swt.examples.controlexample.ControlExample%22;$CL1(b);$CL2(b+%22../control-examples/%22);$CL3(c,function(){eval(c+%22.main([]);%22);});}};x.src=b+%22j2slib.js%22;(typeof x[t]==%22undefined%22)?x.onload=f:x[t]=f;d.getElementsByTagName(%22HEAD%22)[0].appendChild(x);return;})(); will link to an SWT control examples. We can also call this as “A Link An Application”(ALAA). OK, let’s see what is going on. Now load SWT control examples from java2script.ognize.com (test site … Continue reading
Posted in A Link An Application, ALAA, Java, Java2Script News, JavaScript, SWT, Sharing
Comments Off
Position is Everything
Currently, J2S’ SWT widgets are on the way of being pixel-precise. And some certain pain things come up: 1. Different browsers IE (IE6/5.5/5.0 and IE7, too many, I mainly work on IE6), Firefox (Different versions will render position in some … Continue reading
Posted in Java, JavaScript, Sharing
Leave a comment