Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究在现有 Web 应用程序中使用 groovy 脚本,并且正忙于设置和配置GroovyScriptEngine.
GroovyScriptEngine
管理容器中的脚本的“最佳实践”是什么?
欢迎任何建议:)
您可以使用自己的 ResourceConnector 实现来实例化 GroovyScriptEngine。这可以使用 java.lang.Class.getResource 来获取您嵌入到 war 文件中的脚本。
如果您需要能够动态更改脚本,那么数据库可能是一个好主意。