|
Error handling - Help required !!
|
| |
Hi Support ! I am using rhino. How i can do error handing using rhino ? Question example - I had some method which is having some n number of input params, if one required param is undefine then i want to throw an error. For this I made a JS scriptable error object. so how i can set this error object by using rhino error object ( if it does have) ?... more »
|
|
rhino books
|
| |
Iv'e been looking the net for rhino books, but almost all the information is about rhino 3 d (nto quite what i was looking for). any tips for rhino book search? does any book about rhino actually exist? or perhaps a java book with a chapter about rhino?
|
|
rhino cheatsheet
|
| |
why don't we have a rhino cheatsheet? would that help bring people into rhino, raise interest in the technology? what do you guys think?
|
|
Statistics of using non-shared scopes
|
| |
People are often asking on the Rhino list about using shared top-level scopes for standard objects in server setting for increased speed and possible memory conservation. I'm now redesigning a system that originally used shared scopes, and am experimenting with not using them. The reason for it is that the possibility for crosstalk between... more »
|
|
Potential speedup in object property access
|
| |
Inspired by Norris' recent remark about low hanging fruit in the Rhino garden I've started to experiment with mapping individual JS Objects directly to Java classes with property access implemented by auto- generated bytecode. I've created a project on github with some initial proof-of-concept code:... more »
|
|
Executing google ads script
|
| |
Hello, I am using Cobra (lobobroswer based parser) for HTML parsing and rhino for javascript parsing of web pages. However, the google ads script is not executing. I want to retrieve the source code of the page including the script generated ads. Please help. Also, is there a way of executing the following script explicitly and... more »
|
|
how to execute the dos program
|
| |
I'm not quite sure I follow you here, and since I don't see any other responses I guess others don't quite follow the question either. I'm not familiar with the "Standard Widget Toolkit". And there are different ways you can use Rhino, are you using the Rhino shell to execute javascript? Or are you embedding Rhino in your own application? I'm not quite clear.... more »
|
|
a very weird problem from Rhino js shell
|
| |
HI When I use Rhino JS shell to execute the following code, Main m = new Main(); // rhino js shell main function String argsServer[] = {"interpreterRun.js", "addTags_coordinatorScript.js" }; m.main(argsServer); *// 1* System.out.println("---------- ------------------------");... more »
|
|
Calling Java CLI programs through Rhino
|
| |
Hey, I've heard a number of things about this project before but only recently dipped my toe in. So far I'm really pleased by what I'm finding -- keep up the good work! One question I had, though, was whether it is possible to blend Java CLI programs with Rhino's shell. I would very much like to combine the scripting power provided by the... more »
|
|
Identity of the project
|
| |
Folks, I was looking at few things today in Bugzilla, one of them is <[link] >. The gist of it is that Rhino CVS HEAD code now conforms to TC39 ES3.1 Draft of 9-Feb-2009, 8.12.4, step 2 and will throw a TypeError when assigning to a property that has a getter but has no setter.... more »
|
|
|