Schlagwort: pax-web

  • Pax Web breaks the 200.000 downloads barrier

    Pax Web breaks the 200.000 downloads barrier just today I checked the latest download numbers from the central statistics for the pax-web project. It’s been good that I’ve been sitting already, cause a increase from 125.000 to more then 200.000 downloads, that’s quite impressive. Thanks to all the people using Pax-Web, this number gives me…

  • Just Annotation

    Starting with version 2.0 of Pax-Web it’s possible to use Servlet 3.0 annotations for Servlets in a web application bundle (WAB). As defined in the Servlet spec it’s possible to have servlet definitions and configuration either in a web.xml or in the annotations of the Servlet. In this case the annotation of the servlet does…

  • Bind certain Web-Applications to specific HttpConnectors

    Starting with Pax-Web 2.1 it’s possible to bind web applications to a specific http-connector. For this to work you need to configure an additional http connector through jetty.xml. The jetty.xml for pax-web uses a slightly different way of configuring connectors. Instead of setting a new Connector the jetty.xml is interpreted after the Jetty Server has already…

  • Pax Web 2.0.0

    It’s released, at last. This release did consume quite an amount of time. I started to work on Pax Web 2.0.0 in July 2011, about the same time we bought our new house with lots of renovation to be done. 77 Issues where resolved with 2.0.0 of Pax Web. I’d say about 5k lines of…