jetty

  • Jetty JNDI Example

    The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java clients to…

    Read More »
  • Jetty JSP Example

    JSP (JavaServer Pages) which is core part of Java EE, enables developers to create dynamic web content based on the…

    Read More »
  • Jetty JMX Example

    JMX technology provides a simple, standard way of managing resources such as applications, devices, and services. Jetty itself does not…

    Read More »
  • Jetty Authentication Configuration Example

    Jetty provides support for standard authentication methods BASIC, DIGEST, FORM and CLIENT-CERT as well as other pluggable mechanisms like JASPI…

    Read More »
  • Jetty OSGi Example

    The OSGi specification defines a modularization and component model for Java applications. Jetty leverages OSGi support providing an infrastructure that…

    Read More »
  • Jetty Resource Handler Example

    In this example, we will elaborate Resource Handlers in Jetty. Jetty Handlers are classes that are used for handling the…

    Read More »
  • Jetty web.xml Configuration Example

    In this example, we will configure Jetty web applications through deployment descriptor files. Typically in a Java web application, the…

    Read More »
  • Jetty Logging Configuration Example

    In this example, we will discuss logging capabilities of Jetty. We will first enable the logging module in Jetty and…

    Read More »
  • Jetty SSL Configuration Example

    In this example, we are going to configure SSL on Jetty Server. We are first generate SSL key and certificates using…

    Read More »
  • Jetty WebSocket Example

    1.Introduction This article is about WebSockets with Jetty. In this example we will give brief information on WebSockets and show…

    Read More »
Back to top button