Re: JavaScript Interpreters/Engines?
- From: morbidKK <ketan.khairnar@xxxxxxxxx>
- Date: Tue, 15 Jan 2008 23:09:20 -0800 (PST)
On Jan 16, 11:59 am, MohsinHijazee <mohsinhija...@xxxxxxxxx> wrote:
On Jan 16, 11:53 am, morbidKK <ketan.khair...@xxxxxxxxx> wrote:
On Jan 16, 11:49 am, MohsinHijazee <mohsinhija...@xxxxxxxxx> wrote:
Hello there!
What if I want to give my desktop application some scripting
capabilities by exposing the object model of it. How do we do that?
Are their any JavaScript Execution Engines out their?
Regards,
Moshin
If you want to build local desktop applicaitions..microsoft have
something called as HTAs : HTML Applications.. if you have idea about
HTCs (HTML components).. you can build them right away using
JavaScript
My answer may not answer your question though please elaborate..what
exactly you want to do
Regards,
Ketan
I mean that some applications expose their object model to be consumed
by clients. For example, Microsoft word itself exposes and object
model which you can utilize to automate the tasks for your routine
work. And for that, Visual Basic is the language. Suppose I have an
application of my own in C++ and I expose the object model of it but I
want that it should be programmable in JavaScript.
Definately, for that I would need some execution engine that can
execute the javascript. So is there any open source implementation out
their?
Not sure I conveyed what I am trying to say... But anyhow thank you
very much for your response!
Regards,
Mohsin
for java you can do that check out rhino project from mozilla...
One more project is there called as Helma. check that also
for c++ integration with these I have no idea...
.
- Follow-Ups:
- Re: JavaScript Interpreters/Engines?
- From: Henry
- Re: JavaScript Interpreters/Engines?
- References:
- JavaScript Interpreters/Engines?
- From: MohsinHijazee
- Re: JavaScript Interpreters/Engines?
- From: morbidKK
- Re: JavaScript Interpreters/Engines?
- From: MohsinHijazee
- JavaScript Interpreters/Engines?
- Prev by Date: Re: isNaN(null) == false
- Next by Date: Re: remove navigation bar
- Previous by thread: Re: JavaScript Interpreters/Engines?
- Next by thread: Re: JavaScript Interpreters/Engines?
- Index(es):
Relevant Pages
|