[Java] File uploads with progress bar in Spring framework
File uploads with Spring framework are straight forward, however what happens if you would like to show a progress bar while uploading large files? Spring framework default multipart implementation depends on Apache Commons Fileupload library and after looking at the user guide there is a way of attaching progress listener so it is possible to [...]
[WTL] Implementing multiple SDI views
I came across a thread on WTL news group about multiple views in SDI application and also the answer which suggested to create all views on application start as hidden and change by using show window function. The solution definetely works, but from the implementation point of view seems a bit clumsy. I didn’t like [...]