As seen above, there appear to be two JBoss categories. The first is contributed by WTP, and is a generic adapter that is not upkept very well. For this reason, JBoss Tools provides updated and supported adapters of our own. There is one for each of JBoss 3.2, 4.0, and 4.2. You'll also note a deploy-only runtime type. This type provides no classpath for WTP projects. It is used solely by it's server type for the purpose of setting up a deploy directory for users who don't wish to make use of starting, stopping, or debugging their projects inside eclipse.
As shown above, all you need to do to create the runtime is to name it, browse to it's install directory, select a Java Runtime Environment, and select which configuration you want. As you browse to a valid installation folder, the list of configurations will update allowing you to select the configuration of your choice.
http://docs.jboss.org/tools/2.0.0.GA/as/en/html/runtimes_servers.html
WTP Projects
WTP provides what are called "faceted" projects. Their most popular of these projects are their J2EE projects, such as their Dynamic Web Project, their EJB Project, or their EAR project. Web projects of JBoss Tools are Stuts, JSF and Seam projects.
The idea behind faceted projects is that each project can accept units of functionality, or facets, which can be added or removed by the user. Some examples of these facets are adding a webdoclet facet to a web project, or an ejbdoclet to an EJB Project.
Most often, these "facets" either add to the project's classpath, enable a builder, or watch the project in some other fashion.
WTP projects have undergone some criticism as being over-engineered or too restrictive in their design. WTP projects are set up in a tree-relationship to each other, where one project can be a child of another. For example, an EAR project may have a Web Project child, an EJB project child, or other types.
The benefit of this is that the structure of your projects is then known, and packaging it up *should* be trivial. However, if your project is non-standard, or you feel too confined by such rigid structural requirements, you can still choose to package your project using the Archives plugin.
分享到:
相关推荐
3. **Java EE支持**:WTP支持Java Enterprise Edition(Java EE)标准,包括Java服务器页面(JSP)、Servlet、JavaServer Faces(JSF)、EJB等技术,提供了对应的编辑器和调试工具。 4. **服务器集成**:WTP可以与...
Web Tools Platform (WTP) 是一个由Eclipse基金会维护的开源项目,它为Java Web应用程序和Java EE(企业版)应用程序的开发提供了强大的集成开发环境(IDE)支持。在WTP1.5.3版本中,开发Enterprise JavaBeans (EJBs...
Web工具平台(Web Tools Platform,简称WTP)是Eclipse IDE的一个扩展,专为开发、测试和部署Web应用程序而设计。它提供了丰富的功能,帮助开发者在Java环境中高效地创建、调试和管理Web项目。WTP支持多种Web技术,...
Web Tools Platform(WTP)是Eclipse平台上的一个重要组件,专为Java EE和Web应用开发而设计。它不仅提供了强大的Web开发功能,如动态Web项目的支持、Web服务开发工具,还包含了用于构建自定义编辑器的核心框架。WTP...
标题 "wtp1.5.x +eclipse3.2.x的中文语言包" 指的是针对Web Tools Platform (WTP) 1.5.x版本和Eclipse集成开发环境(IDE) 3.2.x版本的中文语言翻译包。这个语言包的目的是为了帮助中文用户更方便地理解和操作这两个...
Eclipse WTP(Web Tools Platform)是Eclipse IDE的一个扩展,专为开发Web应用程序和企业级Java应用程序提供支持。在Eclipse WTP 2.02版本中,可能存在某些问题或功能缺失,需要通过Patchs(补丁)来修复和完善。...
本文将详细讲解如何在Eclipse Web工具平台(Web Tools Platform,简称WTP)中进行安装与配置,帮助开发者快速上手。 首先,我们需要准备的工具有: 1. Eclipse IDE for Java EE Developers(包含了WTP支持) 2. ...
而WTP(Web Tools Platform)是Eclipse IDE中的一个插件集合,为开发Web应用程序提供了强大的支持。本教程将深入探讨如何在WTP 2版本中利用Axis 1.4来构建Web服务。 首先,确保你已经安装了Eclipse IDE并集成了WTP...
标题中的“flex整合j2ee-在eclipse wtp环境下使用blazeds”是指将Adobe Flex前端技术与Java EE(J2EE)后端服务进行集成,在Eclipse WTP(Web Tools Platform)环境下利用BlazeDS作为通信中间件的过程。这个主题涉及...
3. **Web Tools Platform (WTP)**:针对Web应用开发,WTP提供了对JavaServer Pages (JSP)、Servlets和Java EE的支持。在3.2版本中,它增强了动态Web项目的支持,包括更完善的部署描述符编辑器和调试工具。 4. **...
本教程将向您演示如何使用 Eclipse Web Tools Platform (WTP) 创建同时实现 POJO 和 EJB Web 服务端点的企业应用程序,并将 IBM DB2:registered: Express-C 用作应用程序的数据库。您将使用 Community Edition ...
通过安装Web Tools Platform (WTP) 插件,Eclipse可以更好地服务于Web应用程序的开发,包括创建、运行和测试JSP页面。 **Tomcat 5.5** 是一个流行的开源Java Servlet和JavaServer Pages (JSP)容器,属于Apache软件...
4. **Eclipse Web Tools Platform (WTP)** - 扩展Eclipse以支持J2EE Web应用开发,包括WST(Web Standard Tools)、JST(Java Server Tools)和JSF(JavaServer Faces)工具。 5. **Test and Performance Tools ...
在JBoss AS插件中利用WTP(Web Tools Platform)可以实现服务器的启动和停止、调试模式运行等操作。此外,还可以针对特定的服务器运行时为目标,确保项目类路径正确地包含了来自该服务器的必要库。 ##### 1.2.1 ...
对于Java Web项目,Eclipse提供了WTP(Web Tools Platform)插件,用于创建、编辑和调试Web应用程序。安装WTP后,Eclipse将提供诸如动态Web项目模板、服务器视图等功能。 1. 安装Eclipse WTP:首先,你需要下载并...
为了运行这些项目,Eclipse的WTP插件(Web Tools Platform)是必需的,同时需要安装m2e-wtp插件来支持Maven项目。创建一个新的Tomcat Server实例,并配置其支持HTTPS访问。 启动Tomcat后,检查控制台输出以确保没有...
1. **安装Eclipse插件WTP (Web Tools Platform)**:Eclipse原生并不支持Tomcat的配置,需要通过安装WTP插件来扩展其功能。进入Eclipse Marketplace,搜索WTP并按照提示安装。 2. **添加Tomcat服务器**:安装完WTP后...
6. **Eclipse 的 WTP(Web Tools Platform)** Eclipse的WTP提供了对Web项目的额外支持,包括热部署。在项目属性中,启用WTP的动态Web项目设置,这样当源代码更改时,Eclipse会自动编译并部署到Tomcat。 7. **调试...