Yes, Rhino parses and executes any javascript code. Rhino does *not* provide any kind of API beyond the standard javascript functions, such as a DOM, for example, that a browser would provide. Rhino parses and executes javascript, you need to provide any APIs that the JS uses (or the JS code can reference Java direction through a build in JS<->Java connector). Hope that's of some help. David
-----Original Message----- From: dev-tech-js-engine-rhino-bounces+davidparks21=yahoo....@lists.mozilla.org [mailto:dev-tech-js-engine-rhino-bounces+davidparks21=yahoo....@lists.mozill a.org] On Behalf Of javame_android Sent: Saturday, October 03, 2009 1:38 PM To: [email protected] Subject: Parsing Javascript using Rhino? Hi, Can anyone let me know is it possible to parse any Javascript file using Rhino? Is Rhino actually Javascript Parser which can parse any JS file. Hope to get a reply soon. Thanks & Regards Sunil _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
