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/Feature"

Line 1: Line 1:
 
{{Jetty}}
 
{{Jetty}}
 +
 +
== General ==
 +
* [[/Start|Jetty Start.jar]]
  
 
== HTTP ==
 
== HTTP ==
Line 7: Line 10:
 
== Asynchronous Servlets ==
 
== Asynchronous Servlets ==
 
* [[/Continuations|Continuations and Asynchronous Servlets]]
 
* [[/Continuations|Continuations and Asynchronous Servlets]]
* [[/Quality of Service Filter|Quality of Service Filter]]
 
* [[/Denial of Service Filter|Denial of Service Filter]]
 
 
* [[/Asynchronous REST and Jetty HTTP Client|Asynchronous REST and Jetty HTTP Client]]
 
* [[/Asynchronous REST and Jetty HTTP Client|Asynchronous REST and Jetty HTTP Client]]
 
* [[/Asynchronous Web Services|Asynchronous Web Services]]
 
* [[/Asynchronous Web Services|Asynchronous Web Services]]

Revision as of 21:59, 15 September 2009



General

HTTP

  • Handling 100 Continues
  • Handling 102 Processing

Asynchronous Servlets

Servlets and Filters

Http Client

Mobile Computing

Build Tools, Debuggers

  • Maven Support
    • Maven Jetty Plugin
    • Maven Jetty Jspc Plugin
    • Maven web app project archetypes
  • Ant
    • Ant Jetty Plugin
  • Eclipse
    • Developing Jetty in eclipse
    • Jetty Eclipse Plugin
  • IDEA
    • Developing Jetty with IntelliJ


OSGi

  • Jetty OSGi Powered Products
  • OSGi Tips
  • Jetty as the HTTP Service in Equinox
  • Jetty as the HTTP Service in Felix
  • Jetty as the HTTP Service in PAX
  • ProSyst mBedded Server Equinox Edition
  • Jetty in Spring Dynamic Modules
  • Jetty in JOnAS 5

JEE Server Integrations


Other Jetty Integrations

Clustering Technologes

  • Gigaspaces
  • Terracotta
  • WADI
  • Session Clustering Using a Database

Web Frameworks

Security

Related Pages

Back to the top