-
Recent Posts
Recent Comments
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: Sharing
Hosting Update Manager on Sourceforge’s Mirrors
Now Java2Script can be installed from Eclipse Update Manager with URL: http://j2s.sourceforge.net/update/ It will redirect the download traffics to Sourceforge’s mirrors, so it will be safe and fast. More technical details about hosting Eclipse plugin update manager on Sourceforge’s mirrors: … Continue reading
Posted in How To, Java2Script News, Sharing
2 Comments
Screenshot of SWT Control Example
The Control Example is one of Eclipse SWT examples. I modified the tabs into dynamical loading tab so the example will work faster. You still need to wait about 8 seconds for the example to initialize besides the about 800+k … Continue reading
Posted in SWT, Screenshot, Sharing
Leave a comment
Ajax web pages
Another demo about Java2Script SWT. It also show the coming features of exporting static HTML codes from the J2S SWT window besides showing abilities of reading web pages in AJAX way. http://c.ognize.com/j2s-ajax-pages/ or ajax-web-pages at j2s.sourceforge.net For a much faster … Continue reading
Posted in Sharing, User Experience
1 Comment
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
WebCream – Java(Swing and AWT) to HTML converter
I came up with this interesting website today: WebCream – Java to HTML converter providing automatic conversion of Swing and AWT to HTML If you are interested about this, here is its demo page. Its technology is dynamically conversion of … Continue reading
Posted in Sharing
2 Comments
Early J2S’ Eclipse JFace Dialog
I spent sometimes on converting Eclipse’ JFace codes, and got something like TitleAreaDialog: But it took about 2+s(4s for IE6 on my machine) to do such layout (this time does not include the 1+s loading the *.js). It was just … Continue reading
Posted in Java2Script News, JavaScript, Sharing, User Experience
Comments Off