|
Rhino - ECCN Number
|
| |
Hi, Is Rhino classified with an ECCN (Export Control Classification Number) for export? If not, would it be designated as EAR99? Thanks in advance, Susan
|
|
The Simplest Question: How to Install?
|
| |
I'm a hardcore JavaScript developer, and I'm looking to run JS on the server. I'm going with Rhino for portability (JVM) and libraries, and also because it seems to be the most mature SSJS platform. However, I'm completely lost when it comes to running most anything Java, being a frontend web developer and a LAMP dev on the side. I've... more »
|
|
Rhino on Mercurial?
|
| |
The online documentation still says to fetch Rhino out of CVS, but I thought Mozilla had transitioned over to Mercurial. If I want to look at the latest Rhino trunk source, where do I look? (Separately, I was trying to get the source to see if the new AST code had landed yet. Has it?) -Dan
|
|
Java Package Access Security
|
| |
Hi, Can someone tell me of the standard way to issue Rhino with a security policy (or whatever) to prevent script from accessing Java packages like java.io, etc? There doesn't seem to be any documentation on this, although discussions have taken place in the past, but things have been re-factored since then.... more »
|
|
1.7.2 when?
|
| |
Folks (well, primarily Norris), any idea when is 1.7.2 going to be released? Attila.
|
|
Creating an JS-usable iterator
|
| |
Hi, I'm trying to create a completely synthetic Iterator object (not really an array or some other collection type). I have a Java class that extends ScriptableObject, has a jsConstructor and several jsFunctions, and works fine when used from JS. Now, by reading the documentation, my guess was simply to make it implement Iterator and... more »
|
|
Embedding Rhino into an Applet
|
| |
I admit the premise is a little bizarre, but we are writing a project that involves embedding the small footprint version of Rhino into our applet. One of the unique "features" of running inside an applet is that the classloader makes a request to the host server whenever trying to load a class that it can't find inside the jar. Rhino... more »
|
|
Precompiled script newInstance behaviour
|
| |
Hi, After precompiling my javaScript and loading generated classes with org.mozilla.javascript.Generat edClassLoader I stored scripts main class in a variable and tried to generate a lot of instances (~200) from it using newInstance() method. At some point java.lang.OutOfMemoryError: PermGen space hit me (stack is in the end of this mail).... more »
|
|
AST From Function
|
| |
What is the best way to get the AST representation (org.mozilla.javascript.Node or appropriate subclass) of an existing function (one that was created by evaluation)? Currently I am calling JS toString for the function and then creating a new Parser and parsing that string, but seems pretty awkward. Is there a better way?... more »
|
|
|