Netbeans 中的 BPEL switch-case
我正在使用 netbeans 开发一些 BPEL,但不知道如何添加 switch-case 块,它不在调色板中的任何地方。 我使用的是netbeans 6.5。 有任何想法吗?
Switch 绝对是一个有效的元素: http://charltonb.typepad.com/weblog /2003/08/bpel4ws_switch_.html 我正在阅读的课程材料中也提到了这一点。
I'm using netbeans to develop some BPEL but can't figure out how to add a switch-case block, it's not in the palette anywhere.
I'm using netbeans 6.5.
Any ideas?
Switch is definitely a valid element: http://charltonb.typepad.com/weblog/2003/08/bpel4ws_switch_.html
It's also mentioned in the course materials I'm running through.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过将开关插入 xml 源本身? 不确定 Netbeans 是否支持它,但它是在 BPEL 标记标准中定义的。
Have you tried just inserting the switch in the xml source itself? Not sure if Netbeans would support it but it is defined in the standard for BPEL markup.
我不确定开关元素是否存在。
您可能别无选择,只能使用几个
else-if
的。I'm not sure a switch element even exists.
You might have no other option but to use a couple of
else-if
's.