Java2Script
Author
Zhou Renjian
Create@
2005-12-29 19:25
Modified@
2006-12-19 20:02
Articles mainly about Java2Script (
http://sourceforge.net/projects/j2s/ or
http://j2s.sourceforge.net).
本记录所在类别:
- 技术杂项 - 2004-03-18 00:20
关于技术方面的杂项。 ...
- waNote - 2004-01-15 23:27
Root of wHizz Notes Welcome to Zhou Renjian's iDeas wHizz Blog! This blog is designed for the author to record all the things he think he should record. So this blog may not focus on some niched field ...
本记录相关记录:
- Happy Birthday to Java2Script - 2006-12-19 20:08
It is a whole year since Java2Script Pacemaker was setup. It may still need two months for Java2Script 1.0 release. ...
- More jobs before RC release - 2006-12-18 15:58
1. UI: Create wizards for General Java2Script Project SWT Java2Script Project SWT Java2Script Plug-in Project Java2Script SimpleRPC WAR Project 2. UI: Create Menu Action to generate web.xml for all Si ...
- Coming Articles for Java2Script - 2006-11-14 13:24
1. How to reuse existed Java class into Java2Script 2. How to write synchronous SWT application 3. How to use Simple RPC to increase high efficiency 4. How to extend or custom SWT widgets in Java2Scr ...
- Adjust J2S' HttpRequest to W3C' XMLHttpRequest IDL - 2006-10-13 16:51
TODO: According to http://www.w3.org/TR/XMLHttpRequest/, methods and fields void open(in DOMString method, in DOMString url, in boolean async, in DOMString user); void open(in DOMString method, in DO ...
- Code Name of Java2Script - 2006-09-27 18:14
Some days ealier, I thought Java2Script should be developed under some certain code name. But that the I did not get name as naming something should require a good name. These day, I heard some someo ...
- AJAX Toolkit Survey - 2006-09-25 12:18
http://www.surveymonkey.com/displaysummary.asp?sid=2402465&u=240246533425 Later, I should study other frameworks or toolkits. ...
- Strategy of swtiching to Java2Script - 2006-09-15 14:19
Strategy Letter III: Let Me Go Back! talked about strategy in switching people from other products to your product. Excellent articles! Now, I think I should make up my strategy to switch people from ...
- Official Blog for Java2Script - 2006-09-03 18:16
It's http://j2s.sourceforge.net/blog/ ...
- JavaScript performance optimization - 2006-08-31 13:00
1. / operator on integer (and other operators) 2. instanceof operator (Do not wrapping with Clazz.instanceOf when given class is a class) 3. Do not wrap those methods that is firstly declared. 4. Sys ...
- Todo for release of J2S 1.0.0 M3 - 2006-08-07 15:14
1. API Javadoc for net.sf.j2s.ajax 2. New tutorial for net.sf.j2s.ajax 3. New tutorial series for J2S 1.0.0 M3 changes 4. New roadmap for J2S 1.0.0 release 5. Reload of SWT snippets and Control Examp ...
- Java2Script RSS Reader for wHizz Notes - 2006-02-16 02:13
Here, take a look at the RSS Reader http://idwhiz.vicp.net/examples/net.sf.j2s.examples.RSSReader.html. May?need patience for the loading... ...
- Slogans of J2S - 2006-01-16 16:31
Do reuse your existed Java codes rather that re-invent the JavaScript rounder wheel. Reusing is the spirit of Java and J2S. ... ...
- TODO for J2S - 2006-01-11 23:29
1. A road map for J2S, so that developer can keep their eyes on what is coming. 2. An RSS, so that those who interested in these things will get the most updated information. 3. More examples for thos ...
- More features needed - 2005-12-30 16:51
1. Auto compile in the Eclipse (Almost finished) 2. Copy a <script src=".../.../.."></script> for *.java or *.class 3. Export as a web projects (Should be smart enough to pack small *.js into one *.js ...
- 开源项目Java2Script(J2S) Pacemaker针对Eclipse3.1.1发布体验版 - 2005-12-23 19:11
开源项目Java2Script(J2S) Pacemaker针对Eclipse3.1.1发布体验版。 J2S项目旨在复用已有的Java代码,目前提供将Java代码直接转换成可以在浏览器中运行的JavaScript。该框架提供了最基本的JavaScript模拟Java继承关系的API,同时尝试提供java.util.*和org.eclipse.swt.*的API代码转换。 J2S的插件主要是将在Ec ...