编辑器框架和 MVP

发布于 2024-10-21 17:46:33 字数 220 浏览 1 评论 0原文

开发或架构中是否存在冲突,导致我无法在 GWT MVP 应用程序的视图内使用编辑器?

我正在开发一个业务应用程序,我正在考虑为我的 bean 制作编辑器小部件并使用 RequestFactory。当我需要显示或编辑单个对象时,我会将编辑器放置在视图内,但当我需要显示多个对象时,我将使用 CellWidgets。

这会让我的申请变得一团糟还是我正在走向正确的方向? 根据您的经验,您有什么建议?

Is there a conflict in development or architecture that prevents me from using Editors inside the View in a GWT MVP application?

I am developing a business application and I am thinking of making Editor widgets for my beans and use RequestFactory. I will place editors inside the views when I need to display or edit single object but I will use CellWidgets when I need to display multiple objects.

Will this make a mess of my application or am i heading to the right direction?
What do you recommend according to your experience?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧时模样 2024-10-28 17:46:33

编辑和 MVP 之间不存在冲突。编辑器用于在视图和支持 bean 之间轻松绑定。一起使用它们,您可以通过编辑器框架填充模型。

There's no conflict between Editors and MVP. Editors are for easy binding between view and backing beans. Using them together you can fill model via Editor framework.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文