If you're looking for a fast and easy way to run your webapp, without needing to install and administer a Jetty distro, then look no further, the Jetty Runner is here! The idea of the Jetty Runner is extremely simple - run a webapp from the command line using a single jar and as much default configuration as possible:
java -jar jetty-runner.jar my.warVoila! Jetty will start on port 8080 and deploy the my.war webapp.[Read More]
Posted at 03:00PM Apr 30, 2008 by janb in General | Comments[15]
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[10]
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[5]