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.
发布评论
评论(1)
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.