GWT 相当于 JSF 导航处理程序
实现具有集中管理导航(如自定义 JSF NavigationHandler 或前端控制器模式)的 GWT 应用程序的首选方法是什么,该导航根据其结果和当前导航状态在应用程序表单之间进行路由,并强制只能发生有效的导航?
有没有好的 GWT 框架支持这个?
What is the preferred way of implementing GWT application that has centrally managed navigation (like custom JSF NavigationHandler or Front Controller pattern) that routes between application forms based on their outcomes and current navigation state and enforces that only valid navigation can occur ?
Are there any good GWT frameworks that support this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看GWTP。
它支持导航、处理无效的导航 url、通过令牌构建导航状态等
但是我不确定它是否具有 JSF NavigationHandlers 的所有功能。
You could check out GWTP.
It supports navigation, handling invalid navigation urls, building navigation state via tokens, etc
However I am not sure if it has all the features of JSF NavigationHandlers.