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"

(New page: {{Jetty}})
 
Line 1: Line 1:
 
{{Jetty}}
 
{{Jetty}}
 +
 +
{{note|still moving pages around; most of these will probably end up in different sections}}
 +
 +
== Asynchronous Servlets ==
 +
* [[/Suspendable Requests|Suspendable Requests]]
 +
* [[/Continuations|Continuations]]
 +
* [[/Quality of Service Filter|Quality of Service Filter]]
 +
* [[/Asynchronous REST and Jetty HTTP Client|Asynchronous REST and Jetty HTTP Client]]
 +
* [[/Asynchronous Web Services|Asynchronous Web Services]]
 +
 +
== AJAX / Comet ==
 +
* [[/Continuations for AJAX Comet|Continuations for AJAX Comet]]
 +
* [[/Cometd|Cometd aka Bayeux]]
 +
* [[/Acknowledged Messages|Acknowledged Messages]]
 +
* [[/ActiveMQ|ActiveMQ]]
 +
 +
== Servlets and Filters ==
 +
* [[/Servlets Bundled with Jetty|Servlets Bundled with Jetty]]
 +
 +
== Amazon EC2 ==
 +
* [[Jetty on Amazon EC2]]
 +
 +
== Web Frameworks ==
 +
* [[/DWR|DWR]]
 +
* [[/MyFaces|MyFaces]]
 +
* [[/JSF Reference Implementation|JSF Reference Implementation]]
 +
* [[/Jakarta Slide|Jakarta Slide]]
 +
* [[/Google Web Toolkit|GWT]]
 +
* [[/Jetspeed2|Jetspeed2]]
 +
* [[/ICEfaces|ICEfaces]]
 +
 +
== Mobile Computing ==
 +
* [[Google Android i-jetty]]
 +
* [[JME CDC]]
 +
 +
== Cargo ==
 +
* [[Cargo container-agnostic testing tools]]
 +
 +
== JEE Server Integrations ==
 +
* [[/Apache Geronimo JEE|Apache Geronimo JEE]]
 +
* [[/RedHat JBoss|RedHat JBoss]]
 +
* [[/Grizzly Connector from Glassfish|Grizzly Connector from Glassfish]]
 +
* [[/Sybase EAServer|Sybase EAServer]]
 +
* [[/Remote Glassfish EJBs from Jetty|Remote Glassfish EJBs from Jetty]]
 +
 +
== Clustering Technologes ==
 +
* Gigaspaces
 +
* Terracotta
 +
* WADI
 +
* Session Clustering Using a Database
 +
 +
== 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
 +
 +
== JIRA ==
 +
* How to Use Jetty with JIRA
 +
 +
== EJB ==
 +
* Jetty and Spring EJB3 (Pitchfork)
 +
* JBoss EJB3
 +
* ObjectWeb EasyBeans (aka JOnAS EJB3 Container)
 +
* Remote Glassfish EJBs from Jetty
 +
 +
== Infrastructure ==
 +
* Atomikos Transaction Manager
 +
* JOTM
 +
* Bitronix Transaction Manager
 +
* ActiveMQ
 +
* Binding JAX-WS 2.x Endpoints to Jetty contexts
 +
 +
== Eclipse Workbench ==
 +
* Importing Jetty Source into Eclipse
 +
* Debugging Jetty with Eclipse
 +
* Debugging with the Maven Jetty Plugin inside Eclipse
 +
* Jetty Eclipse Plugin - Web Tooling Support
 +
* run-jetty-run
 +
 +
== Build Tools, Debuggers ==
 +
* Maven Support
 +
** Maven Jetty Plugin
 +
*** Which files are scanned by the Maven Jetty Plugin?
 +
** Maven Jetty Jspc Plugin
 +
** Maven web app project archetypes (courtesy of Webtide)
 +
* Ant
 +
** Ant Jetty Plugin
 +
* IDEA
 +
** Debugging with IntelliJ IDEA

Revision as of 07:14, 23 June 2009



Note.png
still moving pages around; most of these will probably end up in different sections


Asynchronous Servlets

AJAX / Comet

Servlets and Filters

Amazon EC2

Web Frameworks

Mobile Computing

Cargo

JEE Server Integrations

Clustering Technologes

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

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

JIRA

  • How to Use Jetty with JIRA

EJB

  • Jetty and Spring EJB3 (Pitchfork)
  • JBoss EJB3
  • ObjectWeb EasyBeans (aka JOnAS EJB3 Container)
  • Remote Glassfish EJBs from Jetty

Infrastructure

  • Atomikos Transaction Manager
  • JOTM
  • Bitronix Transaction Manager
  • ActiveMQ
  • Binding JAX-WS 2.x Endpoints to Jetty contexts

Eclipse Workbench

  • Importing Jetty Source into Eclipse
  • Debugging Jetty with Eclipse
  • Debugging with the Maven Jetty Plugin inside Eclipse
  • Jetty Eclipse Plugin - Web Tooling Support
  • run-jetty-run

Build Tools, Debuggers

  • Maven Support
    • Maven Jetty Plugin
      • Which files are scanned by the Maven Jetty Plugin?
    • Maven Jetty Jspc Plugin
    • Maven web app project archetypes (courtesy of Webtide)
  • Ant
    • Ant Jetty Plugin
  • IDEA
    • Debugging with IntelliJ IDEA

Back to the top