开发者

GWT MVP and JSF at the same time?

开发者 https://www.devze.com 2023-02-25 15:50 出处:网络
If I do a GW开发者_StackOverflow社区T application with a MVP. Can you confirm that I will not have to use JSF? I have understood that JSF is just for MVC application?MVC and MVP are patterns so they a

If I do a GW开发者_StackOverflow社区T application with a MVP. Can you confirm that I will not have to use JSF? I have understood that JSF is just for MVC application?


MVC and MVP are patterns so they are not aware of any technology such as GWT or JSF. MVP is a variation of MVC.

GWT and JSF are technologies used for browser-based client applications. They have completely separate origins and implementations. The only thing that may relate them is that both aim to offer AJAX-rich browser JavaScript code at the end.

You won't need JSF if you do GWT apps. You may encapsulate GWT application into JSF if you have large JSF application and you want to take advantage of GWT.


GWT is completly seperate from JSF. Thought you could build a site that uses JSF for some parts and GWT for others.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号