Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Tutorial/Jetty-OSGi SDK

< Jetty‎ | Tutorial
Revision as of 23:30, 28 November 2009 by Unnamed Poltroon (Talk) (New page: {{Jetty Reference | introduction = Jetty-OSGi SDK goal extends the Plugin Development Environment (PDE) to the development and debugging of web-applications. | body = The "Jetty" launch co...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Introduction

Jetty-OSGi SDK goal extends the Plugin Development Environment (PDE) to the development and debugging of web-applications.

The "Jetty" launch configuration prepares the execution of jetty-osgi and deploys web-applications on it. The web-applications are either defined as pure java projects or as OSGi bundles. The SDK also provides a couple of project templates suitable to create web-applications embedded inside an OSGi bundle.

Installation

The build of the SDK is not yet done in eclipse.

Download eclipse-3.6M3 or more recent. Download the latest jetty-SDK-runtime and jetty-SDK-sources

Unzip those inside the dropins folder of your eclipse-3.6M3 installation.

First OSGi web-application

Launch configuration

Debugging web-applications defined in standard java projects

Additional Resources

Jetty-OSGi, RFC66, PDE We are working on migrating all building an update site and executing the build on eclipse with the rest of the jetty@eclipse project.

Back to the top