Google Groups Home
Help | Sign in
mozilla . dev . tech . js-engine . rhino
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 329  Older »

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
By Susan Heath  - 1:45pm - 2 new of 2 messages    

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 »
By Thomas Allen  - 8:03am - 6 new of 6 messages    

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
By dfabulich  - 1:07am - 2 new of 2 messages    

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 »
By Cormac Redmond  - Oct 12 - 2 new of 2 messages    

1.7.2 when? 
  Folks (well, primarily Norris), any idea when is 1.7.2 going to be released? Attila.
By Attila Szegedi  - Oct 12 - 4 new of 4 messages    

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 »
By Ivan Voras  - Oct 11 - 1 new of 1 message    

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 »
By Joel Carranza  - Oct 9 - 2 new of 2 messages    

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 »
By Priit Liivak  - Oct 9 - 1 new of 1 message    

question about Scriptable documentation of put 
  The documentation for Scriptable "put" [link]) describes the second parameter "start" ...What does "set" mean specifically? I don't think "set" is referring to... more »
By Peter Michaux  - Oct 8 - 6 new of 6 messages    

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 »
By Kris Zyp  - Oct 8 - 1 new of 1 message    

1 - 10 of 329   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google