How to connect to MySQL with JDBC driver
How to connect to MySQL database with MySQL JDBC driver. Get a new connection using DriverManager class.
How to get free disk space in Java
How to get free disk space in Java using File.getFreeSpace()
, File.getTotalSpace()
and File.getUsableSpace()
.
How to generate java client classes from WSDL
How to generate java client classes from WSDL file using wsimport. Parameters used p, s wsdllocation and verbose.
How to add delay in SoapUI Response
When you need to add a delay on your mock service response to simulate a long process or a timeout, you can easily do this by following the steps below.
How to install Maven on windows
It's very simple to install Apache Maven on Windows. All you need is to download the .zip archive, configure Windows path variable and you are ready to go.
Putty auto login with password
Probably all of us who works on daily basis with Linux servers faces this "problem": login with putty on remote server with user and password for one hundred time a day. A solution would be to save the username and the password, so one step to do the job. Of course this is not a secure way to do it, but is suitable for test servers and also from personal computers.