Which binding should I use that would fit the architecture best?Must I understand JavaScriptCore/API in order to add the object? What is the life cycle of the Javascript objects?
Yes, I think using the API in JavaScriptCore/API will give you the best results. It's also the easiest API to come up to speed on. There's some example usage of the API in JavaScriptCore/API/testapi.c.
You can also find example projects @ http://developer.apple.com/samplecode/JSPong/index.html and http://developer.apple.com/samplecode/JSInterpreter/index.html.
Cheers, Geoff
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

