Eclipse MyFaces 向导?
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以找到的管理所有这些资源的最接近的环境是 WTP(Web 工具平台)
您可以通过eclipse的更新管理器安装。
The closest environment you can find to manage all those resources is WTP (Web Tool Platform)
You can install it through the update manager of eclipse.