Anatolij Kupriyanov wrote:
> Fabio Serra wrote:
> 
> Not sure, what do you mean? You can use java via xpcom only. But not
> only java, you can use C++, python, javascript in the same way as java.
> What's difference?

I'm a little confused, sorry. :-)

Are you saying that with a standard Firefox 2.0 I can create a python object in
the same way as java?

I can write to a local file using javascript in this way?

var out = new java.io.BufferedWriter(new java.io.FileWriter("test.txt"));
out.write("Hello World");


What surprised me is that I can use every j2se classes out-of-the-box without
any security restriction (in chrome).
I think that there are some cases where is easier using java than an XPCOM
component.
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to