JSF 的 Flex 组件
将 Flex 组件与 JSF 结合使用是有意义的,但四处搜索我找不到主流的东西。 至少不像 ICEFaces、Woodstock 和其他 JSF 组件那样主流。
It would make sense to use Flex components with JSF, but searching around I can't find something mainstream. At least not as mainstream as ICEFaces, Woodstock and the other JSF components.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JSF(生成 (X)HTML)与 Flex 运行在不同的框架中,Flex 在客户端上使用 Flash。
虽然可以在 JSF 组件中嵌入 .swf 并重用该组件,但不可能(比如说)拥有一个 mx:Panel,然后在其中放入一个 h:inputText。
JSF -- which produces (X)HTML -- isn't run in the same framework as Flex, which uses flash on the client.
While it would be possible to embed a .swf within a JSF component, and reuse that component, it isn't possible to -- say -- have an mx:Panel and then put an h:inputText inside that.