I know that VB offers a lot of things to manage it: SDK, API, COM, web server, etc.
What I would like to do is to have a graphical interface to just create a virtual machine connected through the network, but I must know: which solution is best to use Frontends [1], webserver, COM * or API? elsewhere libvirt?
As an example, you can use: I put 3 virtual machines in my GUI, select their corresponding OS, create 1 or more network connections for each and connect these virtual machines to create networks.
Python, C ++, etc., the implementation language does not matter.
[1] http://www.virtualbox.org/manual/ch01.html#frontends
source share