Description:
Java2Script group is for development discussion, FAQ, supports and others.
Java2Script (J2S) provides an Eclipse Java to JavaScript compiler plug-in and an implementation of JavaScript version of Eclipse Standard Widget Toolkit (SWT). And SWT-based RCP can be converted into RIA by Java2Script.
|
|
|
Timestamp in configuration file ".j2s" changes frequently
|
| |
The configuration file ".j2s" contains a timestamp that changes while Eclipse is running: ... Is there a way to disable this? I put the file ".j2s" under version control and need to commit this file all the time to keep my workspace clean. Udo
|
|
Missing field initialization in super classes
|
| |
It looks like in some situations the member fields of super classes
are not initialized.
Here an example:
The class Foo initializes a field with an object:
public class Foo {
public Object field = new Object();
public Foo() {
}
...
As expected running the following code will output "foo.field... more »
|
|
When to "pre-load" classes?
|
| |
I ran into an error
TypeError: 'undefined' is not a constructor (evaluating 'new
java.util.Properties ()')
when running this code:
ClazzLoader.loadClass ("com.example.DemoApplet", function () {
var applet = new com.example.DemoApplet();
...
Somewhere down the constructor the Properties class is used but not... more »
|
|
Problems using @j2sNative
|
| |
I am using j2s for quite some time now and everything worked fine so far. However I am now trying out the "advanced" feature @j2sNative, without success. I used the example at [link]. But instead of the embedded JavaScript the compiler generated... more »
|
|
Asynchronous loading
|
| |
Hi,
Is there a way to know when all classes have been loaded by j2s?
I tried the onload() callback in j2s.lib but doesn't work as the
classes seem to be still uninitialized.
When I call below alert(wm.common.GlobVar.versio nNo) it reports 'wm'
is not found.
window["j2s.lib"] = {
/*base : "[link]",*/... more »
|
|
Interested in maintenance and upgrading
|
| |
Hi,
I'm interested in using, upgrading and maintaining this framework. For
that it would be very useful to be able to contact the author/owner or
the other committer (sebastigurin). I need more information to speed
up things.
Any help would be appreciated.
Thanks in advance.
|
|
Java2Script maintenance
|
| |
Hi, I would be interested in using, upgrading and maintaining this framework. For that it would be very useful to be able to contact the author/owner or the other committer (sebastigurin). I need more information to speed up things. Any help would be appreciated. Thanks in advance. *********************AVISO LEGAL **********************... more »
|
|
Latest SVN?
|
| |
Is the SVN on SourceForge the latest? There's talk of patches being
committed in this group, but browsing the code on SF shows it's over
two years old. :-(
Thanks. This project looks VERY interesting!
Scott
|
|
|