Codehaus Jetty
-
Enterprise Java
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
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
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
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
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
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
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
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
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 »