Comment on: A lightning talk by Gary Bernhardt from CodeMash (2012)
2 21 Aug 2015 13:47 u/lerthe61 in v/programmingComment on: IDE running in Windows while source code is inside a VM for web development
It seems very reasonable. I use different technology stack but the same approach:
-
virtual machine with linux to host my server;
-
windows machine with IDE and browser
I think you stuck with deployment step. Each time I press deploy inside my IDE it execute deployment script, which stop server on virtual machine, update files with most recent versions and start server again.
I can't help you with deploying through NetBeans, because I am dotNet guy.
Comment on: IDE running in Windows while source code is inside a VM for web development
You describe what you do, not what you want. What the problem with your approach?
Alternative? You can open browser window on your windows machine (this will reduce amount of switches between machines).
Comment on: Visual Studio 2015 and .NET 4.6 Available for Download
Check this link it may be helpful.
If someone is interested in explanation of those bizarre behaviours, you can find it here