Installing Git on the free Unix emulator Cygwin has become pretty easy. There is no need for compilation, you just need to download the packages. Here are the steps :
Handling form-based file upload with GWT and the Apache Jakarta Commons FileUpload library
Uploading files to a filesystem, a remote server, a database, etc, is a frequent need in web applications. These files are often multipart data (that is of varying types such as XML, HTML, plain text, binary … ). With GWT, a good solution to handle this need is the use of the Apache Jakarta Commons … Read more