What is the preferred way of implementing GWT application that has centrally managed navigation (like custom JSF NavigationHandler or Front Cont开发者_高级运维roller 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 ?
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.
精彩评论