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"

(Security)
Line 1: Line 1:
 
{{Jetty}}
 
{{Jetty}}
  
== General ==
+
== Headline Features ==
* [[Jetty/Reference/jetty.xml_syntax|Jetty XML IOC]]
+
* [[/Continuations|Continuations and Asynchronous Servlets]]
* [[/Start.jar|Jetty Start.jar]]
+
* [http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]
 +
* [[/HttpClient|Asynchronous HTTP Client]]
 +
* [[Jetty/Feature/Jetty_Maven_Plugin|Jetty Maven Plugin]]
  
== HTTP ==
 
* Handling 100 Continues
 
* Handling 102 Processing
 
  
== WebSocket ==
 
* [http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]
 
  
== Asynchronous Servlets ==
+
 
 +
== Ajax, Commet & Asynchronous Servlets ==
 
* [[/Continuations|Continuations and Asynchronous Servlets]]
 
* [[/Continuations|Continuations and Asynchronous Servlets]]
 +
* [http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]
 
* [[/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]]
Line 22: Line 21:
 
* [[/Denial of Service Filter|Denial of Service Filter]]
 
* [[/Denial of Service Filter|Denial of Service Filter]]
 
* [[/Cross Origin Filter|Cross Origin Filter]]
 
* [[/Cross Origin Filter|Cross Origin Filter]]
 
== Handlers ==
 
* [[/Rewrite_Handler|Rewrite Module]]
 
 
== Http Client ==
 
* [[/HttpClient|Asynchronous HTTP Client]]
 
  
 
== Mobile Computing ==
 
== Mobile Computing ==
 
* [[Google Android i-jetty]]
 
* [[Google Android i-jetty]]
 
* [[JME CDC]]
 
* [[JME CDC]]
 +
 +
== General ==
 +
* [[Jetty/Reference/jetty.xml_syntax|Jetty XML IOC]]
 +
* [[/Start.jar|Jetty Start.jar]]
 +
* [[/100 Continues]]
 +
* [[/102 Processing]]
 +
* [[/Rewrite_Handler|Rewrite Module]]
 +
* [[/HttpClient|Asynchronous HTTP Client]]
 +
* [[/JVM NIO Bug|JVM NIO Bug handling]]
  
 
== Build Tools, Debuggers ==  
 
== Build Tools, Debuggers ==  

Revision as of 19:23, 9 February 2010



Headline Features



Ajax, Commet & Asynchronous Servlets

Servlets and Filters

Mobile Computing

General

Build Tools, Debuggers

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
  • Jetty on OSGi, RFC66

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