WTP有什么好处
拥有WTP有好处吗?哪些功能最有用?
Is it beneficial to have WTP? Which features are most useful?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
拥有WTP有好处吗?哪些功能最有用?
Is it beneficial to have WTP? Which features are most useful?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
WTP 代表 Eclipse Web 工具平台。它增加了对 Java EE 开发的支持,例如编写 Web 应用程序(使用 JSP、JSF 等)、编写 EJB 和编写 Java Web 服务。它还包括允许将应用程序部署到 Java 应用程序服务器的工具,例如 WebLogic、JBoss、Tomcat 等。WTP 还包括
XML 和 JavaScript 工具,即使您不打算进行任何 Java EE 开发,这些工具也可能很有用。
WTP stands for Eclipse Web Tools Platform. It adds support for Java EE development, such as writing web apps (using JSP, JSF, etc.), writing EJBs and writing Java web services. It also includes tools to allow deploying your app to a Java application servers, such as WebLogic, JBoss, Tomcat, etc.
WTP also includes XML and JavaScript tooling that might be useful even if you don't intend to do any Java EE development.
如果你需要的话,那就要看你做什么。 WTP 包括源代码和图形编辑器、向导和内置应用程序来简化开发,还有支持部署、运行等的工具和 API...
我在搜索 mroe 功能之前发现了这一点:
WTP 3.0 Java EE 5 和 Web 服务功能
If you need, it is, depends what do you do. WTP includes source and graphical editors, wizards and built-in applications to simplify development, also there are tools and APIs to support deploying, running etc...
I found this until search for mroe features:
WTP 3.0 Java EE 5 and Web Services Features
对我来说,WTP 最有用的功能是它允许我在开发环境中快速将我的 Web 应用程序部署到 Web 容器。结合Web容器的热部署功能,如果我修改Web资源(例如.html,jsf,jsp,css,..)和java类文件,这些更改将被部署并立即生效,而无需需要重启web容器。
它大大缩短了开发时间,因为我只需刷新浏览器即可验证我的更改,而无需等待服务器重新启动并重新部署整个应用程序,因为只有很小的更改。
此链接 http://ducquoc.wordpress.com/ 2010/11/06/eclipse-wtp-tomcat-hot-deploy/分享如何使用WTP对Tomcat进行热部署。
For me , the most useful feature of WTP is that it allows me to deploy my web application to the web container quickly in the development environment . Together with the hot-deploy feature of the web container , if I modify the web resources (eg .html, jsf,jsp ,css, ..) and the java classes files , these changes will be deployed and will take effect immediately without the need to restart the web container.
It largely shorten the development time as I can validate my changes by just refreshing the browser , without waiting for the server to restart and re-deploy the whole application due to the only small changes.
This link http://ducquoc.wordpress.com/2010/11/06/eclipse-wtp-tomcat-hot-deploy/ shares how to do hot-deploy to the Tomcat using the WTP.