scriptengine
How to execute Javascript code from groovy and get the results as a map?
How can I get the results of executed javascript code from groovy? I tried the following, but I always get back the string \"world\". I would have expected an object or map.[详细]
2023-03-13 04:14 分类:问答Using FreeMarker with Apache Sling
I\'m using a Content Repository (Adobe CQ5) that has Apache Sling underneath. I\'d like to render web pages using FreeMarker instead of JSP.[详细]
2023-03-12 06:10 分类:问答JRuby 1.6.1- const_missing error depending on factory.getEngineByName("jruby")
I ran into an interesting problem when upgrading JRuby from 1.5.2 to 1.6.1. It was creeping me out all weekend until I boiled it down to a handful of lines. It seems that a bug may have been introduce[详细]
2023-02-27 07:59 分类:问答Java: embedding script engines in an application: Is the JSR 223 (ScriptEngine) still a good solution?
I want to use one or many script languages in my Java application. From JRuby website I found that there are 3 ways:[详细]
2023-02-18 20:56 分类:问答parse and execute JS by C#
i have simple crawler which crawl and search page. but now i have problem how to execute and parse js link from that page. Does anyone have any idea how to parse and execute js page?[详细]
2023-02-06 04:53 分类:问答JVM missing Rhino
I have a project that uses the ScriptEngine to process some javascript, and worked well on my machine, but when i send the projects\'s jar to the server, 开发者_运维问答i had discovered that the serve[详细]
2023-02-04 12:36 分类:问答Using Apache Sling's Scala 2.8 Script Engine
I\'ve been trying to use Apache Sling\'s Scala 2.8 Script Engine recently updated last month.I came from using Scala 2.7 along with Sling\'s Scala 2.7 Script Engine and that worked great.I run into a[详细]
2023-01-25 05:25 分类:问答Qt QScriptEngine and default conversions from Qt Script to C++
I\'m trying to convert a QVariantMap to Qt Script object. If I understood correctly it should go something like this:[详细]
2023-01-22 04:11 分类:问答How to compile IronRuby into a Silverlight Application (XAP)?
I\'m looking to possibly use IronRuby as the primary language for development of a Silverlight 4 application. I know there\'s the \"IronRuby in the Browser\" stuff that uses Gestalt, but I would like[详细]
2023-01-20 19:30 分类:问答Is it possible to unstick a remote IIS ASP server after an exception hangs the session?
I have been coding an app in classic ASP that accesses 2 Access databases.I had a page I was working on throw an exception, which is no开发者_如何学运维rmal during development and causes no lasting pr[详细]
2022-12-31 01:05 分类:问答