Jetty Session Clustering with Terracotta
We've been collaborating with the guys from Terracotta to create a new clustering solution for Jetty HTTP sessions.
Make a note to drop by the Terracotta stand at Java One (booth #828) and see a demo of it in action!
[Read More]Posted at 09:53PM May 01, 2007 by janb in General | Comments[5]
Jetty has a sexy new plugin for Ant that has the same features as the Maven plugin. So if you didn't want to move from Ant to Maven, but you still want fast webapp development, now you can have it![Read More]
Posted at 10:52PM Mar 08, 2007 by janb in General | Comments[14]
Jetty supports Annotations for the JSF RI
Jetty supports annotations on managed beans with Sun's JSF RI version 1.2_04.[Read More]
Posted at 08:45PM Feb 21, 2007 by janb in General | Comments[1]
Hightide is a versioned, optimized distro of Jetty, with many J2EE/JavaEE features pre-integrated in a lightweight manner, also including state-of-the-art support for Ajax webapps.[Read More]
Posted at 01:04AM Feb 05, 2007 by janb in General | Comments[1]
Jetty and Pitchfork (Spring EJB3)
Pitchfork is an add-on for Spring for EJB3. I've integrated it with Jetty, so you can "do the Spring thing" with EJB3s in your webapps.[Read More]
Posted at 10:17AM Dec 08, 2006 by janb in General | Comments[0]
JBoss has released an alpha version of their EJB3 impl that is embeddable in any web or app server. Here's how to make it work with Jetty.[Read More]
Posted at 06:08AM Dec 05, 2006 by janb in General | Comments[3]
Announcing JBoss integration for the Jetty 6 series.[Read More]
Posted at 01:03PM Nov 23, 2006 by janb in General | Comments[3]
Maven Webapp Archetypes for Download
Webtide has created a collection of maven webapp project archetypes which are freely downloadable from our site.[Read More]
Posted at 04:12AM Nov 16, 2006 by janb in General | Comments[7]
Somebody recently brought it to my attention that there's a rumour going around that you can't run JIRA on Jetty.[Read More]
Posted at 07:20AM Oct 14, 2006 by janb in General | Comments[0]
Running Jetty as non-root user on port 80
We've added a new feature to jetty to enable running as a non-root user on low numbered ports.[Read More]
Posted at 12:26AM Oct 03, 2006 by janb in General | Comments[5]
The guys at Atomikos, creators of the excellent JTA/XA transaction manager have decided to go open source.
[Read More]Posted at 11:14PM Sep 02, 2006 by janb in General | Comments[3]
Jspc Precompilation Plugin for Maven
I've added a new maven2 plugin that does jsp pre-compilation. Just like the Jetty Maven Plugin, the new plugin detects whether jsp2.0 or jsp2.1 is required at runtime and generates the correct classes accordingly.
It is currently available from svn trunk of jetty. I have a few ideas for improvements, so any suggestions to jetty-discuss@sourceforge.net will be warmly received.
[Read More]Posted at 09:53PM Sep 02, 2006 by janb in General | Comments[7]
Using Java Server Faces, JSTL and Jetty
From jetty-6.0rc1, Jetty will have in-container support for JSTL and the ability to make JSF available container-wide too.
[Read More]Posted at 02:31AM Aug 17, 2006 by janb in General | Comments[0]
Jetty and Glassfish's JSP2.1 implementation
Jetty has switched to use project Glassfish's implementation of JSP2.1.
[Read More]Posted at 11:16AM Aug 16, 2006 by janb in General | Comments[2]
Extending the Maven Plugin Classpath at Runtime
I needed a technique for augmenting the Maven classpath for a plugin at runtime based on the execution environment, so after some intensive Googling, code inspection, and head-scratching, I came up with this.[Read More]
Posted at 02:00PM Mar 25, 2006 by janb in General | Comments[5]