Jetty WTP Plugin apapter for jetty 7 above

eclipse install plugin address:

http://download.eclipse.org/jetty/updates/jetty-wtp

Jetty WTP Plugin - Eclipsepedia

Jetty WTP Plugin
From Eclipsepedia
Jump to: navigation, search

Contents

[hide]

    1 Introduction
    2 WTP Adaptor for Jetty 7.x/Jetty 8.x
    3 Feature
    4 Source
    5 Helpful Pages
    6 Contributing

Introduction

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

原文地址:https://www.cnblogs.com/lexus/p/2416325.html