Wednesday, September 12, 2012

X on windows 7


Install Xming server on your windows platform.
Install putty.
Connect putty to remote machine with these options:


You can start your GUI remotely

Spring embedded FTP server

Here is how to embed apache FTP server in a spring application:

We embedded it in our development application context for spring. Also, we created scheduled thread to periodically generate content for embedded ftp server. It works like a charm.