Java News from Friday, June 9, 2006

Grzegorz Kowal has released Launch4j 2.1.3, an open source (MIT License) tool for wrapping Java applications distributed as jars in Windows native executables. This release fixes bugs.


The Jakarta Apache Project has released the Commons FileUpload 1.1.1. "FileUpload makes it easy to add robust, high-performance, file upload capability to your servlets and web applications. FileUpload parses HTTP requests that conform to RFC 1867, 'Form-based File Upload in HTML'. That is, if an HTTP request is submitted using the POST method, and with a content type of 'multipart/form-data', then FileUpload can parse that request, and make the results available in a manner easily used by the caller." This is a bug fix release.