将 Netbeans 中现有的 Visual Web 项目迁移到哪里?
目前,我们使用 Visual Web Designer 维护使用 Netbeans 5.5.1 开发的 JSF 应用程序。 我们的环境迫使我们停止使用 Netbeans 5.5.1,我们现在必须找到另一个工具来开发我们的应用程序。
问题是,迁移到 Netbeans 6.7 我们将失去我们在工作时已经习惯的可视化 Web 设计器我们的应用程序。 Netbeans 建议转向 IceFaces,但仍然不会有可视化 Web 设计器,并且将全部基于文本。 请参阅此处。
我们尝试了 Visual Web Designer 项目的向后兼容性插件。 不幸的是,应用程序中使用的许多组件和自定义 JavaScript 仍然无法工作。
因此,无论我们朝哪个方向发展,我们都必须做很多工作。 所以我的问题是,用于开发/维护 JSF 应用程序的推荐工具集是什么? 我们应该坚持使用 Netbeans,Eclipse 在这方面是否更好,还有其他我没有考虑过的吗?
We currently maintain a JSF application developed using Netbeans 5.5.1 using the Visual Web Designer. Our environment is forcing us to stop using Netbeans 5.5.1 and we now have to find another tool to develop our application in.
The problem is that migrating to Netbeans 6.7 we will lose the Visual Web Designer we have grown so accustomed to when working on our application. Netbeans suggest moving to IceFaces, but there will still be no Visual Web Designer and will be all text based.
See here.
We tried the backwards compatibility plug-in for Visual Web Designer projects. Unfortunately many components and custom javascript used in the application still does not work.
So we are going to have to do a lot of work no matter what direction we go. So my question is, what is the recommended tool set used for developing/maintaining a JSF application? Should we stick with Netbeans, is Eclipse better for this, is there something else I have not considered?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在研究了所有选项后,我们决定升级到 Netbeans 6.5 并开始迁移 IceFaces 项目。 使用 IceFaces,您可以拥有一个同时具有 IceFaces 和 Woodstock 屏幕的项目。 因此我们可以一次升级一个屏幕,而不必一次完成所有事情。 一旦它们全部更换完毕,我们将清理并移除 Woostock 的东西。 然后,一旦它是一个纯粹的 Icefaces 项目,我们就可以根据需要交换开发环境。
这是我们能找到的既升级 IDE 又保留视觉设计师的最佳解决方案。 如果您发现更好的东西,请务必将其发布在这里,因为我们一直在寻找更好的解决方案。
After looking into all our options we decided to upgrade to Netbeans 6.5 and start migrating the project IceFaces. With IceFaces you can have a project that has both IceFaces and Woodstock screens. So we can upgrade one screen at a time and not have to do everything at once. Once they are all changed over, we will clean up and remove the Woostock stuff. Then once it is a pure Icefaces project we can swap development environments if we want to at that time.
It was the best solution we could find to both upgrade our IDE and keep the a visual designer. IF you find something better be sure to post it here also, as we are always looking for a better solution.
除了 Netbeans 和 Eclipse 之外,还有 IntelliJ(尽管它没有可视化组件)和 来自 Oracle 的 JDeveloper。
不能特别推荐 JDeveloper,因为我没有使用过它(可视化开发不是我喜欢的东西),但它是免费的,而且我看到的演示(在引用的页面上)使它看起来像是可能的东西比 Eclipse 更能满足您的需求。
In addition to Netbeans and Eclipse, there's IntelliJ (though that doesn't have a visual component) and JDeveloper from Oracle.
Can't recommend JDeveloper especially, as I haven't used it (visual development isn't something I like), but it's free, and the demos that I've seen (on the referenced page) make it look like something that may fit your needs better than Eclipse.