0
是存在調用無狀態會話bean的方法從的WebSphere 7.0控制檯的方式或調用EJB Stateless Session Bean的方法幫助的的WebSphere utils的一個?從WebSphere管理控制檯7.0或WebSphere Application Server的utils的
我只是不想做客戶端來測試我的EJB。
是存在調用無狀態會話bean的方法從的WebSphere 7.0控制檯的方式或調用EJB Stateless Session Bean的方法幫助的的WebSphere utils的一個?從WebSphere管理控制檯7.0或WebSphere Application Server的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,但在WebSphere 7.0中仍然可以使用UTC。這裏是如何啓用它: http://wpcertification.blogspot.com/2011/04/universal-test-client-application.html
這個很酷的功能只在** RAD **中可用,因爲我猜。 Web瀏覽器內** **用於Eclipse的WebSphere Application Server開發工具**不打開通用測試客戶端頁面。我應該安裝一些額外的插件嗎? – coms 2012-02-21 17:01:21
UTC只是一個Web應用程序,一旦它安裝在服務器上,您可以從瀏覽器訪問它並測試您的EJB。 – Bogdan 2012-02-21 17:21:44
終於在AppServer-Shared中找到了IBMUTC.ear。謝謝你的線索。 – coms 2012-02-21 17:29:57