用于测试 WSRP 的快速且简单的客户端?
我正在编写一个 JSR-168 Portlet,通过 WebSphere Portal Server 上的 WSRP 将其公开为服务...是否有一个好的工具可以用来在我的桌面上测试 WSRP 服务?我正在寻找比安装 Sharepoint 并使其 WSRP 模块正常工作要麻烦得多的东西。
I am writing a JSR-168 Portlet to be exposed as a service via WSRP on the WebSphere Portal Server... is there a good tool I could use to test the WSRP service on my desktop? I'm looking for something that would be considerably less hassle than installing Sharepoint and getting its WSRP module to work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apache Pluto 或 Sun 的参考门户将是用于本地测试的最轻量级容器。这里有一个介绍:
http://developers.sun.com/portalserver/reference/techart/openportal_wsrp。 您还可以下载 Liferay,这
是一个功能齐全的开源门户,它具有简单的 WSRP 配置,并且比 Sharepoint 更容易运行。对于更多技术测试,我将使用 SoapUI 并测试各个服务调用。有一天我可能需要写一篇博客文章;)
Apache Pluto, or Sun's reference portal would be the most lightweight containers to test things out locally. Here is an introduction:
http://developers.sun.com/portalserver/reference/techart/openportal_wsrp.html
You can also download Liferay, a full-featured open source portal which has easy WSRP configuration and is less of a hassle to get running than Sharepoint. For more technical testing, I would use SoapUI and test the individual service calls. Something I probably need to write a blog post about one day ;)