VOOZH about

URL: https://www.javacodegeeks.com/tag/codehaus-jetty

⇱ Codehaus Jetty Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Eyal GolanJune 12th, 2014
    2 289

    RSS Reader Using: ROME, Spring MVC, Embedded Jetty

    In this post I will show some guidelines to create a Spring web application, running it using Jetty and using…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoDecember 3rd, 2013
    2 262

    Java WebSockets (JSR-356) on Jetty 9.1

    Jetty 9.1 is finally released, bringing Java WebSockets (JSR-356) to non-EE environments. It’s awesome news and today’s post will be…

    Read More »
  • Enterprise Java👁 Image
    Pascal AlmaMarch 20th, 2013
    1 127

    Using Maven Jetty plugin

    Although I am using Maven since a long time I never used the Jetty plugin until recently. To be able…

    Read More »
  • Enterprise Java👁 Image
    Vladimir SorMarch 15th, 2013
    4 316

    Most popular application servers

    This is the second post in the series where we publish statistical data about the Java installations. The used dataset…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoJanuary 22nd, 2013
    6 631

    Going REST: embedding Jetty with Spring and JAX-RS (Apache CXF)

    For hardcore server-side Java developer the only way to ‘speak’ out to the world is by using APIs. Today’s post…

    Read More »
  • Enterprise Java👁 Image
    Loiane GronerJune 15th, 2012
    0 178

    Jetty and Eclipse Integration in 3 Steps

    This tutorial will walk you through out how to integrate Jetty and Eclipse and how to run a web application…

    Read More »
  • Enterprise Java👁 Image
    Dinuka ArseculeratneApril 23rd, 2012
    0 373

    Setting up JNDI with Jetty (Embedded)

    I was running embedded Jetty on my developmentwork-space saving some time on vicious cycle of compiling and deployment. I have…

    Read More »
  • Enterprise Java👁 Image
    Jos DirksenApril 2nd, 2012
    0 174

    How to use SPDY with Jetty

    SPDY is a new protocol proposed by Google as a new protocol for the web. SPDY is compatible with HTTP…

    Read More »
  • Enterprise Java👁 Image
    Jos DirksenFebruary 10th, 2012
    0 179

    Embedded Jetty, Vaadin and Weld

    When I develop web applications I like to be able to quickly start them from Eclipse without having to rely…

    Read More »
Back to top button
Close