【发布时间】:2012-02-21 16:36:29
【问题描述】:
是否存在从 WebSphere 7.0 控制台调用无状态会话 bean 方法的方法或借助 WebSphere utils 之一的帮助?
我只是不想做客户端来测试我的 EJB。
【问题讨论】:
是否存在从 WebSphere 7.0 控制台调用无状态会话 bean 方法的方法或借助 WebSphere utils 之一的帮助?
我只是不想做客户端来测试我的 EJB。
【问题讨论】:
您可以使用通用测试客户端测试您的 EJB。在此处查看更多详细信息:http://publib.boulder.ibm.com/infocenter/wsadhelp/v5r1m2/index.jsp?topic=%2Fcom.ibm.etools.server.core.doc%2Ftopics%2Fcwejbtc.html
虽然该链接适用于 WebSphere 5,但 UTC 在 WebSphere 7.0 中仍然可用。以下是启用它的方法: http://wpcertification.blogspot.com/2011/04/universal-test-client-application.html
【讨论】: