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"

(JavaEE Features)
 
(11 intermediate revisions by 4 users not shown)
Line 22: Line 22:
 
* [[/JAAS|Java Authentication and Authorization Service (JAAS)]]
 
* [[/JAAS|Java Authentication and Authorization Service (JAAS)]]
 
* [[/JASPI|JASPI]]
 
* [[/JASPI|JASPI]]
* [[/Secure Mode|Secure Mode]]
 
  
 
== JavaEE Features ==
 
== JavaEE Features ==
 
* [[/JNDI|Configuring JNDI]]
 
* [[/JNDI|Configuring JNDI]]
* [[/Annotations|Supported Annotations]]
+
* [[/Annotations|Annotations]]
  
 
== General ==
 
== General ==
 
* [[Jetty/Reference/jetty.xml_syntax|Jetty XML IOC]]
 
* [[Jetty/Reference/jetty.xml_syntax|Jetty XML IOC]]
 
* [[/Start.jar|Jetty Start.jar]]
 
* [[/Start.jar|Jetty Start.jar]]
 +
* [[/Hot Deployment|Hot Deployment]]
 +
* [[/ContextDeployer|Context Deployer]]
 +
* [[/WebAppDeployer|WebApp Deployer]]
 
* [[/Statistics|Jetty Statistics]]
 
* [[/Statistics|Jetty Statistics]]
 
* [[/1xx Responses|100 Continue & 102 Processing]]
 
* [[/1xx Responses|100 Continue & 102 Processing]]
Line 51: 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]]
 
** [[Jetty-OSGi SDK|Jetty-OSGi SDK for Eclipse-PDE]]
 
* IDEA
 
* IDEA
Line 80: Line 82:
  
 
=== Clustering Technologes ===
 
=== Clustering Technologes ===
 +
* [https://code.google.com/p/infinispan-http-session-manager/wiki/Home JBoss Infinispan] (from Redhat)
 
* 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 ===

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