It's much easier than running Maven, but also much faster.
#Java ide on for surface rt install
Let's open the application using Visual Studio Code Insiders, and install of course the "Java Extension Pack" from Microsoft.Īs Spring Boot applications are also normal "Main" Java classes, it is possible to simply run the application by running its main method, in the SimpleApp class. So, first interesting lesson from a cost perspective : buying a $500 Surface Go is a very good deal here, as it costs a quarter of the price of the Surface Book, and is also quarter of the weight in your backpack! I've installed the same setup on this machine : starting the Spring Boot application takes now 12 seconds, instead of 13.5 seconds! What we are doing is a bit dependant on the CPU, but most of our problems are probably I/O related, and both hardware have the same memory and probably a similar SSD. Thankfully, for work I have a mid-range (core i5) Surface Book, so it should be better with that hardware, isn't it? mvnwįrom a performance point of view, this doesn't look very good :
#Java ide on for surface rt windows 10
It has Windows 10 with its applications store, including Netflix (a must-have for anyone with kids, as we all know how those offline "Paw Patrol" episodes are useful when traveling).
It's very cheap, on Amazon there are always discounts and you can get them for less than $500.This was before I worked at Microsoft, and in fact is totally unrelated to my work activities. I currently bought myself a Surface Go for my own personal use. The Surface Go, an awesome machine for developers? I believe this is a revolution for consulting companies and freelancers, and that this could change the way we work in the future. We're going to see in this post that using VS Code Remote Development with Azure can provide a much better environment, for a lower cost. As developers we always seek to have the most efficient environment, and that often means buying a high-end laptop.