Talk:Java:Tutorials:Scripting

From GDWiki

Jump to: navigation, search

Wow; very comprehensive, and helpful! People often ask about things like this... this article will be a great resource for many, I'm sure. Nice work. --Ryan Clark 03:58, 31 August 2006 (EDT)

Note that I didn't write this myself. It's an article from java.sun.com, but I looked at the license, and it looks compatible with what I could figure out about ours. I figured that while it is already a good article, people may want to add to it. Also, if it exists in more than one place, people are more likely to find it. --Dial-Up 15:03, 31 August 2006 (EDT)

[edit] Possible Old Interface

Be aware that there are currently no invokeFunction() or invokeMethod() functions in the Invocable interface. There may have been in the past, I don't really know.

However, there is an invoke() method, which does what is described in the article.

I just don't have enough time to fix the article right now, as it makes reference to both of invokeFunction() and invokeMethod().