Well, one way to do it would to use PHP...although the form itself would have to be submitted in order to work. You would use the functions exec() or system() to execute the command on the server. I ...
I wrote about the NetBeans hint “Overridable Method Call in Constructor” in the blog post Seven Indispensable NetBeans Java Hints. In this post, I look at why having an overridable method called from ...