Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty WTP Plugin"

(New page: {{Jetty WTP Adaptor for Jetty 7.x/Jetty 8.x |introduction = This documentation explain how use WTP Adaptor for jetty 7.x/Jetty 8.x to start/stop WTP Dynamic Web Project(or external WEB ap...)
 
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Jetty Feature
 +
|introduction =
  
{{Jetty WTP Adaptor for Jetty 7.x/Jetty 8.x
+
{{Jetty Deprecated}}
|introduction = This documentation explain how use WTP Adaptor for jetty 7.x/Jetty 8.x to start/stop WTP Dynamic Web Project(or external WEB application) with Jetty by using Eclipse WTP. Eclipse JEE Helios is required (don't works with Eclipse JEE Galileo). Those Jetty WTP Adaptor are developed by copying/pasting WTP Adaptor for Tomcat (so code is very , very uggly!!!) . It is managed with 2 Plug-Ins :
+
  
=== subheader as h3 ===
+
{{Warning|This functionality is currently unmaintained, though it would be nice to find something that used it and wanted to improve it.}}
more text
+
 
 +
== WTP Adaptor for Jetty 7.x/Jetty 8.x ==
 +
 
 +
The Jetty WTP Adaptor allows you to use Eclipse and its Web Tools Platform (WTP) to develop your web applications.
  
 
|body =
 
|body =
This is the meat of the page, and does not start with a hedaer.
+
This document explains how use the WTP Adaptor for Jetty 7.x/Jetty 8.x to start/stop a WTP Dynamic Web Project (or external Web application) with Jetty by using Eclipse WTP.  Eclipse JEE Helios is required. (Galileo is not supported.) The origin of this Jetty WTP Adaptor is the WTP Adaptor for Tomcat. 
 +
 
 +
The WTP Adaptor consists of 3 plugins:
 +
 
 +
* org.eclipse.jst.server.jetty.core: central bits and pieces of the functionality
 +
* org.eclipse.jst.server.jetty.ui: GUI components for integration with the Eclipse UI
 +
* org.eclipse.jst.server.jetty.ui.websocket: GUI components that provide a wizard that generates a Jetty WebSocket
 +
 
 +
== Source ==
 +
 
 +
* http://git.eclipse.org/c/jetty/org.eclipse.jetty.wtp.git
 +
 
 +
== Helpful Pages ==
 +
 
 +
* [[/Jetty WTP Install|Installing the plugin]]
 +
* [[/Jetty WTP Create Server|Creating a Jetty Server]]
 +
* [[/Jetty WTP Dynamic Web Project|Setting up a Dynamic Web Project]]
 +
* [[/Jetty WTP Modify Port|How to modify the Port]]
 +
* [[/Jetty WTP External WebApp|How to use external webapp]]
 +
* [[/Jetty WTP Modify ContextPath|How to modify context path]]
 +
* [[/Jetty WTP Websocket Wizard|How to use websocket wizard]]
 +
 
 +
== Contributing ==
  
== subheader as h2 ==
+
To report a bug with the WTP integration please open a bugzilla issue: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty
  
== more subheaders ==
+
Patches are welcome, the plugins are setup so that you can import the project source within the Eclipse simply.  In the Plugins View locate the bundle and right click -> Import As -> Source Project.
  
=== sub-subheader ===
 
etc
 
 
}}
 
}}

Latest revision as of 15:16, 23 April 2013



Introduction

Warning2.png
Support for this feature has been dropped with Jetty 9.
If you feel this should be brought back please file a bug.


Warning2.png
This functionality is currently unmaintained, though it would be nice to find something that used it and wanted to improve it.


WTP Adaptor for Jetty 7.x/Jetty 8.x

The Jetty WTP Adaptor allows you to use Eclipse and its Web Tools Platform (WTP) to develop your web applications.

Feature

This document explains how use the WTP Adaptor for Jetty 7.x/Jetty 8.x to start/stop a WTP Dynamic Web Project (or external Web application) with Jetty by using Eclipse WTP. Eclipse JEE Helios is required. (Galileo is not supported.) The origin of this Jetty WTP Adaptor is the WTP Adaptor for Tomcat.

The WTP Adaptor consists of 3 plugins:

  • org.eclipse.jst.server.jetty.core: central bits and pieces of the functionality
  • org.eclipse.jst.server.jetty.ui: GUI components for integration with the Eclipse UI
  • org.eclipse.jst.server.jetty.ui.websocket: GUI components that provide a wizard that generates a Jetty WebSocket

Source

Helpful Pages

Contributing

To report a bug with the WTP integration please open a bugzilla issue: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty

Patches are welcome, the plugins are setup so that you can import the project source within the Eclipse simply. In the Plugins View locate the bundle and right click -> Import As -> Source Project.

Back to the top