关于计算机专业JAVA语言类有关的外文文献翻译成品:Nashorn的Java API(中英文双语对照).docx

关于计算机专业JAVA语言类有关的外文文献翻译成品:Nashorn的Java API(中英文双语对照).docx

  1. 1、本文档共22页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
此文档是毕业设计外文翻译成品( 含英文原文+中文翻译),无需调整复杂的格式!下载之后直接可用,方便快捷!本文价格不贵,也就几十块钱!一辈子也就一次的事! 文献出处:Kishori Sharan Scripting in Java Integrating with Groovy and JavaScript,2019 (如觉得年份太老,可改为近2年,毕竟很多毕业生都这样做) 英文2646单词,14808字符(字符就是印刷符),中文3875汉字。(如果字数多了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。) Java APIs for Nashorn In this chapter, you will learn: ?What Java APIs for Nashorn are ?How to instantiate the Nashorn engine directly ?How to pass options to the Nashorn engine in Java code and on the command-line ?How to share globals among script contexts in a Nashorn engine ?How to add, update, delete, and read properties of script objects in Java code ?How to create script objects and invoke their methods in Java code ?How to invoke script functions from Java code ?How to convert script dates to Java dates What Are Java APIs for Nashorn? It is straightforward to use Java classes in Nashorn scripts. Sometimes you may want to use Nashorn objects in Java code. You may pass Nashorn objects to Java code or Java code may evaluate a Nashorn script and retrieve the reference of Nashorn objects. When Nashorn objects cross the boundary (script-to-Java), they need to be represented as objects of a Java class and you should be able to use them like any other Java objects. If your application uses only Nashorn, to take full advantage of the Nashorn engine you may want to use options and extensions available in Nashorn. You will need to instantiate the Nashorn engine in Java code, using the classes that are specific to the Nashorn engine, not using the classes in the Java Scripting API. The Java APIs for Nashorn provide Java classes and interfaces that let you deal with the Nashorn scripting engine and Nashorn objects directly in Java code. Figure 12-1 depicts a class diagram of those classes and interfaces that you are supposed to use in the client code when you are dealing with the Nashorn engine. They are in the njdk.nashorn.api.scripting package. Note that the Nashorn scripting engine internally uses a lot o

您可能关注的文档

文档评论(0)

peidong88 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档