适用于 Eclipse 的 MVC Gui 设计插件

发布于 2024-12-17 02:13:53 字数 1459 浏览 2 评论 0原文

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

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

发布评论

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

评论(1

心头的小情儿 2024-12-24 02:13:53

WindowBuilder 是免费、简单且不麻烦的。它还支持模型 pojo 对象的绑定和同步,消除了一些 MVC 的麻烦。

我发现使用起来非常愉快,因为它不像大多数其他类似的编辑器那样将自己置于最前沿。它不会嵌入除了为编辑器服务之外没有其他用途的奇怪文件,而是直接使用 java 源文件,因为它支持持久性,并且与具有 MFC 项目的 Visual Studio 相比,它以非常干净的方式这样做。

但它确实有一些怪癖,特别是对于 Maven,因为某些依赖项有时很难找到。我个人将它们打包为一个罐子,并通过一些巧妙的技巧将其动态添加到构建中,这些技巧很大程度上受到当前社区其他成员的启发:-)

尝试一下,可能不是超级凯迪拉克,所有东西都镀有闪亮的镀铬,但它确实有效很好,并且在您不需要时不会妨碍您。

WindowBuilder is free, simple and not cumbersome. It also supports binding and synchronization of model pojo objects taking some of the MVC pains away.

I find it quite pleasant to work with as it does not places itself at toe forefront like most other similar editors will. It does not embed strange files that serve no other purposes than to serve the editor, rather it uses directly the java source file as it's backing persistence and it does so in a very clean way compared to say visual Studio with an MFC project.

It does have some quirks though, especially with Maven as some of the dependencies are sometimes hard to find. Personnaly I package them as a single jar and added it dynamically to the build through some clever hacks inspired largely by other members of the present community :-)

Give it a try, may not be the uber cadillac with shiny chromed everything but it does work well and stays out of the way when you don't need it.

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