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"

m (Jetty/Features moved to Jetty/Feature: better URL)
Line 2: Line 2:
  
 
== Asynchronous Servlets ==
 
== Asynchronous Servlets ==
* [[/Continuations|Continuations and Servlet 3.0]]
+
* [[/Continuations|Continuations and Asynchronous Servlets]]
 
* [[/Quality of Service Filter|Quality of Service Filter]]
 
* [[/Quality of Service Filter|Quality of Service Filter]]
 
* [[/Denial of Service Filter|Denial of Service Filter]]
 
* [[/Denial of Service Filter|Denial of Service Filter]]
Line 13: Line 13:
 
* [[/Denial of Service Filter|Denial of Service Filter]]
 
* [[/Denial of Service Filter|Denial of Service Filter]]
  
 +
== Http Client ==
 +
* [[/HttpClient|Asynchronous HTTP Client]]
  
 
== Mobile Computing ==
 
== Mobile Computing ==

Revision as of 03:27, 2 July 2009



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


Related Pages

Back to the top