我想为WebSphere 7开发管理jython脚本。是否有任何IDE(或者可能是eclipse的插件)提供代码自动完成功能,启动/停止服务器的能力,调试jython脚本?我知道有Application Server Toolkit 6.1,但它适用于WebSphere 6.1,无法应用于WebSphere 7。
答案 0 :(得分:1)
在WAS 7中,“IBM Rational Application Developer Assembly and Deploy V7.5”取代了AST。 “IBM Rational Application Developer V7.5 for WebSphere”是“IBM Rational Application Developer Assembly and Deploy V7.5”的超集。两者都附带您的WAS副本,但RAD的许可证只是试用版,而组装和部署工具的许可证不会过期。看到: http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/catk_assemblytools.html
要么允许你创建/调试Jython / wsadmin脚本。
答案 1 :(得分:0)
至于Python / Jython,有PyDev Eclipse插件。
答案 2 :(得分:0)
我自己对Jython Wsadmin感到沮丧。我构建了一个使用Groovy-DSL进行配置的工具:
您可以将它作为项目依赖项添加到IntelliJ中,并且您已完成并检查。您将能够使用调试器逐步执行脚本,就像在常规Java程序中一样。但是,我没有测试启动/停止服务器功能。
我尽力使其对我的目的有用,请求欢迎: https://github.com/revaultch/wsadmin-groovy