Jan Bartel | 15 Nov 2006 12:20

Jetty-based maven webapp archetypes for download

FYI

Webtide has created a collection of maven project archetypes for
various web technologies such as DWR, Dojo, ActiveMQ-web, SiteMesh,
Tapestry, Webwork, JSF and others.

When run, these archetypes will create you fully-fledged, working
webapps with the technology of your choice pre-baked in, and of
course enabled with the jetty maven plugin for ultimate ease of
development.

More info is available from my blog here:
http://blogs.webtide.com/janb/2006/11/15/1163589140463.html

The archetypes are freely downloadable here:
http://www.webtide.com/resources.jsp

cheers
Jan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jetty-support mailing list
Jetty-support <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jetty-support

(Continue reading)

Greg Wilkins | 18 Nov 2006 18:44
Gravatar

Pre-Release 6.1.0pre1


Jetty pre-release 6.1.0pre1 is now available via http://jetty.mortbay.org

6.1.x is the development series of Jetty and contains many new features that 
are now ready for some serious testing:

 + New hot deployer!
 + JBoss integration.
 + AJP connector
 + SSL Engine connector (non-blocking!)
 + Grizzly connector
 + cometd implementation 

There are also some valuable bug fixes and optimizations in this release.
Also the beginnings of an async HTTP client API.

jetty-6.1-SNAPSHOT
    + Use ContextDeployer as main deployer in jetty.xml
    + Added extras/jboss
    + Major refactor of SelectChannel EndPoint for client selector 
    + Fixed NPE in bio.SocketEndPoint.getRemoteAddr()
    + Reverted UnixCrypt to use coersions (that effected results)
    + JETTY-151 Idle timeout only applies to blocking operations
    + alternate optimizations of writer (use -Dbuffer.writers=true)
    + JETTY-171 Fixed filter mapping
    + JETTY-172 use getName() instead of toString
    + JETTY-173 restore servletpath after dispatch
    + release resource lookup in Default servlet
    + Simplified ResourceCache and Default servlet 
    + Added override descriptor for deployment of RO webapps
(Continue reading)

Greg Wilkins | 20 Nov 2006 10:04
Gravatar

Release 6.1.0pre2


Jetty pre-release 6.1.0pre2 is now available via http://jetty.mortbay.org

This release fixes an error in pre1 that prevented the static resource
cache from being flushed.

6.1.x is the development series of Jetty and contains many new features that 
are now ready for some serious testing:

 + New hot deployer!
 + JBoss integration.
 + AJP connector
 + SSL Engine connector (non-blocking!)
 + Grizzly connector
 + cometd implementation 

There are also some valuable bug fixes and optimizations in this release.
Also the beginnings of an async HTTP client API.

jetty-6.1.0pre1 - 20 Nov 2006
    + Added extraClassPath to WebAppContext
    + Fixed resource cache flushing
    + Clean up jboss module licensing

jetty-6.1.0pre1 - 19 Nov 2006
    + Use ContextDeployer as main deployer in jetty.xml
    + Added extras/jboss
    + Major refactor of SelectChannel EndPoint for client selector 
    + Fixed NPE in bio.SocketEndPoint.getRemoteAddr()
    + Reverted UnixCrypt to use coersions (that effected results)
(Continue reading)


Gmane