I'd like to automatize the following:
- when I build my Java SE project on Netbeans, the jar and its dependencies should be uploaded to a server and started.
How do I do that? If scripting or config some xml is involved, Where could I find some tutorial on the syntax to be used?