Sometimes we need the same source code on multiple servers. It could be done with rsync, but mostly we don’t have a ssh access. Continue reading
Tag: #tips
Inject interfaces instead of creating objects
Creating dependent objects inside a class is not a good idea anymore. Why? Continue reading
Complete autocomplete in NetBeans – vdoc in action
Sometimes it takes some time to find a file containing a class having some method. Continue reading
Check if all your servers are up
I got a task to do. Every morning check if a cluster of servers is up and restart those, which aren’t. Continue reading