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"

(Related Pages)
(JavaEE Features)
 
(48 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{Jetty}}
 
{{Jetty}}
  
== Asynchronous Servlets ==
+
== Headline Features ==
* [[/Continuations|Continuations and Servlet 3.0]]
+
* [[/Continuations|Continuations and Asynchronous Servlets]]
* [[/Quality of Service Filter|Quality of Service Filter]]
+
* [http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]
* [[/Denial of Service Filter|Denial of Service Filter]]
+
* [[/HttpClient|Asynchronous HTTP Client]]
* [[/Asynchronous REST and Jetty HTTP Client|Asynchronous REST and Jetty HTTP Client]]
+
* [[Jetty/Feature/Jetty_Maven_Plugin|Jetty Maven Plugin]]
* [[/Asynchronous Web Services|Asynchronous Web Services]]
+
 
 +
== Ajax, Comet & Asynchronous Servlets ==
 +
* [[/Continuations|Continuations and Asynchronous Servlets]]
 +
* [http://blogs.webtide.com/gregw/entry/jetty_websocket_server WebSocket Servlet]
 +
* [http://blogs.webtide.com/gregw/entry/asynchronous_restful_webapplication Asynchronous REST]  
  
 
== Servlets and Filters ==  
 
== Servlets and Filters ==  
Line 12: Line 16:
 
* [[/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]]
 +
* [[/Cross Origin Filter|Cross Origin Filter]]
  
 +
== Security ==
 +
* [[/Realms|Security Realms]]
 +
* [[/JAAS|Java Authentication and Authorization Service (JAAS)]]
 +
* [[/JASPI|JASPI]]
  
== Mobile Computing ==
+
== JavaEE Features ==
 +
* [[/JNDI|Configuring JNDI]]
 +
* [[/Annotations|Annotations]]
 +
 
 +
== General ==
 +
* [[Jetty/Reference/jetty.xml_syntax|Jetty XML IOC]]
 +
* [[/Start.jar|Jetty Start.jar]]
 +
* [[/Hot Deployment|Hot Deployment]]
 +
* [[/ContextDeployer|Context Deployer]]
 +
* [[/WebAppDeployer|WebApp Deployer]]
 +
* [[/Statistics|Jetty Statistics]]
 +
* [[/1xx Responses|100 Continue & 102 Processing]]
 +
* [[/Rewrite_Handler|Rewrite Module]]
 +
* [[/HttpClient|Asynchronous HTTP Client]]
 +
* [[/JVM NIO Bug|JVM NIO Bug handling]]
 +
 
 +
== Integrations ==
 +
=== Mobile Computing ===
 
* [[Google Android i-jetty]]
 
* [[Google Android i-jetty]]
 
* [[JME CDC]]
 
* [[JME CDC]]
  
== Build Tools, Debuggers ==  
+
=== Build Tools, Debuggers ===  
 
* Maven Support
 
* Maven Support
** Maven Jetty Plugin
+
** [[Jetty/Feature/Jetty_Maven_Plugin|Jetty Maven Plugin]]
** Maven Jetty Jspc Plugin  
+
** [[Jetty/Feature/Jetty_Jspc_Maven_Plugin|Maven Jetty Jspc Plugin]]
 
** Maven web app project archetypes
 
** Maven web app project archetypes
 
* Ant
 
* Ant
Line 27: Line 53:
 
* Eclipse
 
* Eclipse
 
** Developing Jetty in eclipse  
 
** Developing Jetty in eclipse  
** Jetty Eclipse Plugin
+
** [[Jetty WTP Plugin|Jetty WTP Plugin]]
 +
** [[Jetty-OSGi SDK|Jetty-OSGi SDK for Eclipse-PDE]]
 
* IDEA
 
* IDEA
 
** Developing Jetty with IntelliJ
 
** Developing Jetty with IntelliJ
 +
* [[Cargo container-agnostic testing tools]]
  
 
+
=== OSGi ===
== OSGi ==
+
 
* Jetty OSGi Powered Products
 
* Jetty OSGi Powered Products
 
* OSGi Tips
 
* OSGi Tips
Line 41: Line 68:
 
* Jetty in Spring Dynamic Modules
 
* Jetty in Spring Dynamic Modules
 
* Jetty in JOnAS 5
 
* Jetty in JOnAS 5
 +
* [[Jetty/Feature/Jetty_OSGi|Jetty on OSGi, RFC66]]
  
== JEE Server Integrations ==
+
=== Application Server Integrations ===
 
* [[/Apache Geronimo JEE|Apache Geronimo JEE]]
 
* [[/Apache Geronimo JEE|Apache Geronimo JEE]]
 
* [[/RedHat JBoss|RedHat JBoss]]
 
* [[/RedHat JBoss|RedHat JBoss]]
Line 53: Line 81:
 
* Remote Glassfish EJBs from Jetty
 
* Remote Glassfish EJBs from Jetty
  
 
+
=== Clustering Technologes ===
== Other Jetty Integrations ==  
+
* [https://code.google.com/p/infinispan-http-session-manager/wiki/Home JBoss Infinispan] (from Redhat)
* [[Cargo container-agnostic testing tools]]
+
* Atomikos Transaction Manager
+
* JOTM
+
* Bitronix Transaction Manager
+
* ActiveMQ
+
* Binding JAX-WS 2.x Endpoints to Jetty contexts
+
 
+
== Clustering Technologes ==
+
 
* Gigaspaces
 
* Gigaspaces
 
* Terracotta
 
* Terracotta
 
* WADI
 
* WADI
* Session Clustering Using a Database
+
* [[Jetty/Feature/Session_Clustering_Using_a_Database|Session Clustering Using a Database]]
  
== Web Frameworks ==
+
=== Web Frameworks ===
 
* [[/DWR|DWR]]
 
* [[/DWR|DWR]]
 
* [[/MyFaces|MyFaces]]
 
* [[/MyFaces|MyFaces]]
Line 76: Line 96:
 
* [[/Jetspeed2|Jetspeed2]]
 
* [[/Jetspeed2|Jetspeed2]]
 
* [[/ICEfaces|ICEfaces]]
 
* [[/ICEfaces|ICEfaces]]
 +
 +
=== Other ===
 +
* [[Atomikos Transaction Manager]]
 +
* Java Open Transaction Manager (JOTM)
 +
* Bitronix Transaction Manager
 +
* ActiveMQ
 +
* Binding JAX-WS 2.x Endpoints to Jetty contexts
 +
* [[/JMX|Java Management Extensions (JMX)]]
 +
* [[/Java-monitor|Java-monitor]]
 +
  
  
 
== Related Pages ==
 
== Related Pages ==
{{#categorytree:Jetty|Feature|mode=pages}}
+
{{#categorytree:Jetty Feature|mode=pages}}
 +
[[Category:Draft Documentation]]

Latest revision as of 01:44, 3 August 2012



Headline Features

Ajax, Comet & Asynchronous Servlets

Servlets and Filters

Security

JavaEE Features

General

Integrations

Mobile Computing

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

Application Server Integrations

Clustering Technologes

Web Frameworks

Other


Related Pages

Back to the top