Eclipse MyFaces 向导?

发布于 2024-08-12 00:43:45 字数 304 浏览 6 评论 0原文

我是 java 开发新手,客户使用 MyFaces 进行基于 MVC 的网站开发。虽然我知道 Microsoft 的基于 ASP.NET 的 MVC 框架以及通过 IDE 方法(上下文菜单、向导等)轻松添加新页面的可能性,但在 Eclipse 中一切都必须手动完成。

为了添加一个简单的新网站,我必须手动编辑至少五个文件。我需要一个新的 jsp 文件、一个 bean、一个应用程序服务器、一个业务对象、必须扩展导航、需要更改一些面孔配置文件以在页面和 bean 之间进行映射、必须编辑几个字符串文件语言支持等等。

是否有某种 eclipse 插件能够支持这一点?

I am new to java development and a customer uses MyFaces for MVC based website development. While I know the ASP.NET based MVC Framework from Microsoft and the possibility of easily adding new pages via IDE methods (context menues, wizards, etc.), in eclipse everything has to be done manually.

For adding a simple new website, I have to manually edit at least five files. I need a new jsp file, a bean, an application server, a business object, the navigation has to be extended, some faces configuration files need to be altered for mapping between pages and beans, a couple of string files have to be edited for language support and so on.

Is there some sort of plugin for eclipse available that is able to support on that?

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

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

发布评论

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

评论(1

花桑 2024-08-19 00:43:45

您可以找到的管理所有这些资源的最接近的环境是 WTP(Web 工具平台)

使用用于开发 Web 和 Java EE 应用程序的工具扩展 Eclipse 平台。
它包括适用于多种语言的源代码和图形编辑器、用于简化开发的向导和内置应用程序,以及用于支持部署、运行和测试应用程序的工具和 API。

您可以通过eclipse的更新管理器安装

The closest environment you can find to manage all those resources is WTP (Web Tool Platform)

extends the Eclipse platform with tools for developing Web and Java EE applications.
It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, and tools and APIs to support deploying, running, and testing apps.

You can install it through the update manager of eclipse.

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