Re: JavaScript Interpreters/Engines?
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Wed, 16 Jan 2008 21:06:09 +0100
Peter Michaux wrote:
On Jan 16, 9:35 am, Thomas 'PointedEars' Lahn <PointedE...@xxxxxx>
wrote:
Doug Gunnoe wrote:
On Jan 16, 12:49 am, MohsinHijazee <mohsinhija...@xxxxxxxxx> wrote:Again, SpiderMonkey is a JavaScript engine. However, a JavaScript engine is
What if I want to give my desktop application some scriptinghttp://www.mozilla.org/js/spidermonkey/
capabilities by exposing the object model of it. How do we do that?
Are their any JavaScript Execution Engines out their?
[...]
not what the OP is looking for because this is not about the programming
language but about APIs ("the object model"). Instead, they are looking for
an XUL or COM component.
I believe that spidermonkey can be used to do exactly what the OP
requests. That is what it does in Firefox, after all.
I understood the OP that they want to expose the object model as an API to
other applications, not to the application itself.
If the application is in Java than Mozilla's Rhino would be the
obvious choice.
Iff internal scripting would be what is wanted. Only the OP can clarify this.
PointedEars
--
Use any version of Microsoft Frontpage to create your site.
(This won't prevent people from viewing your source, but no one
will want to steal it.)
-- from <http://www.vortex-webdesign.com/help/hidesource.htm>
.
- References:
- JavaScript Interpreters/Engines?
- From: MohsinHijazee
- Re: JavaScript Interpreters/Engines?
- From: Doug Gunnoe
- Re: JavaScript Interpreters/Engines?
- From: Thomas 'PointedEars' Lahn
- Re: JavaScript Interpreters/Engines?
- From: Peter Michaux
- JavaScript Interpreters/Engines?
- Prev by Date: Re: PHP'ish forum for Javascript
- Next by Date: Ajax (Code Worth Recommending Project)
- Previous by thread: Re: JavaScript Interpreters/Engines?
- Next by thread: remove navigation bar
- Index(es):
Relevant Pages
|