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