Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
mozilla . dev . tech . js-engine . rhino
This is a Usenet group - learn more
Find or start a Google Group about rhino.
Group info
Group categories: Not categorized
More group info »
Active older topics
15 new of 15 - Dec 30 2009
1 new of 1 - Dec 30 2009
1 new of 1 - Dec 30 2009
7 new of 7 - Dec 20 2009
9 new of 9 - Dec 18 2009
6 new of 6 - Dec 18 2009
2 new of 2 - Dec 18 2009
2 new of 2 - Dec 17 2009
1 new of 1 - Dec 16 2009
5 new of 5 - Dec 9 2009
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 638  Older »

org.mozilla.javascript.EcmaErr or: ReferenceError: "ByteString" is not defined. 
  when exec js in java got the errors ,wonder why got such error and how to solve them thanks! --- frmsrcurl: [link]
By terry  - 1:35am - 1 new of 1 message    

Caching wrapped objects in custom WrapFactory 
  ...My concern was not memory use but the expense of method lookups via reflection. I imagine Rhino does a lot of caching of the lookups, then?
By Daryl Stultz  - Jan 4 - 10 new of 10 messages    

Object equality 
  ...Ok, thanks. At least I know I won't be changing my code down the line in that regard.
By Daryl Stultz  - Jan 4 - 1 new of 1 message    

Status and Future of Rhino 
  What is the current status of Rhino? Is it still being developed,updated, etc? What does the future hold for Rhino? I was looking at the latest release of Rhino and it seems to still only support Javascript 1.7. Will it support Javascript 1.8 in the near future? What about Ecmascript 5th Edition? Thanks,... more »
By Travis Ennis  - Jan 3 - 3 new of 3 messages    

creating a java outputstream object and converting it to a javascript object 
  I am trying to use Henri Sivonen's excellent htmlparser written in java from rhino I have gotten stuck using the HtmlSerializer constructor which needs an Outputstream object. nu.validator.htmlparser.sax.Ht mlSerializer HtmlSerializer(OutputStream out) I am quite ignorant when it comes to java. Can anyone tell me the... more »
By bryanwb  - Jan 3 - 2 new of 2 messages    

JSON.parse() problem 
  Hello, I am doing some tests with the CVS version of Rhino 1.7R3, and I am running into an issue with the JSON native object. The problem involves the object returned when parsing a dictionary, if the keys happen to be (string representations of) numbers. More specifically: js> var o1 = {"a": 100} js> var o2 = {"1": 100}... more »
By Christian Grigis  - Dec 31 2009 - 4 new of 4 messages    

Caching wrapped objects in custom WrapFactory 
  In implementing a WrapFactory I noticed that objects were being wrapped multiple times (probably every time accessed). This thread: [link] is a discussion of caching the wrapped objects. It uses terms like "weak reference" which scares me, I'm likely to produce a memory issue. I'm... more »
By Daryl Stultz  - Dec 31 2009 - 1 new of 1 message    

Alias class names 
  Hello, I'm familiar with this: ScriptableObject.defineClass(s cope, long.path.name.MyEntity.class) ; which puts MyEntity at the top level, perhaps with a name "Entity". MyEntity must be Scriptable. I'd like to do the same with classes that aren't scriptable. Currently I stick code at the front like so:... more »
By Daryl Stultz  - Dec 31 2009 - 1 new of 1 message    

Object equality 
  Hello, Neither == nor === invokes equals() on my Java objects. Should I expect either to return true? Obviously obj1.equals(obj2) works as expected. Sorry my JavaScript is not so good. Is there some method I need to implement to control how == works? Thanks.
By Daryl Stultz  - Dec 31 2009 - 1 new of 1 message    

Unwrap Factory? 
  Hello, I've experimented with WrapFactory. I understand how/when a Java object gets wrapped into a Scriptable object. When I access my domain object I get a wrapped object. The problem is when I go to set a value of the domain object with another domain object. The new value will be a wrapped object. It's a... more »
By Daryl Stultz  - Dec 30 2009 - 3 new of 3 messages    

1 - 10 of 638   « Newer | Older »

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