Click here to Skip to main content
15,887,361 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Andrew Torrance10-Apr-20 0:46
Andrew Torrance10-Apr-20 0:46 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Gary R. Wheeler10-Apr-20 3:45
Gary R. Wheeler10-Apr-20 3:45 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Mike Winiberg8-Apr-20 22:37
professionalMike Winiberg8-Apr-20 22:37 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Andrew Torrance10-Apr-20 1:11
Andrew Torrance10-Apr-20 1:11 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Thornik9-Apr-20 2:29
Thornik9-Apr-20 2:29 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Mark Smeltzer9-Apr-20 9:04
Mark Smeltzer9-Apr-20 9:04 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Andrew Torrance10-Apr-20 1:13
Andrew Torrance10-Apr-20 1:13 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Member 28960209-Apr-20 19:44
Member 28960209-Apr-20 19:44 
You're kinda hovering on the idea, but it was close but not cigar.

Java and .NET Core (not really C#) are meant to be platform agnostic as they compile themselves to an Intermediate Language (bytecode for Java and CIL for .NET) before being executed by their runtimes. All other hardware is seen through a Hardware Abstraction Layer (HAL) which hides the details and intricacies from the software.

VMWare and EC2, on the other hand, abstract a full PC environment into a virtual solution which also includes the operating system. Is this last component that really makes a differences and the reason this solutions will never go away.

Docker on the other hand is simply a simulation created on Linux to trick software into thinking that they are isolated from the hardware, but actually are just a Linux process shielded with lots of tags and chroots. This does not make the binary portable nor it creates a full operating system, but rather uses the OS from the host. Malware loves this approach and that's the reason it can't be used on dubitable loads.

I guess in the end, Docker will change things and Java (or any equivalent) in the future, will look more like Docker, where you'll both create the Java Virtual Machine and a Docker container to accompany it, with a single command aka
JavaScript
java container start com.example.HelloWorld -baseimage ubuntu:breezy

GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Andrew Torrance10-Apr-20 0:28
Andrew Torrance10-Apr-20 0:28 
GeneralRe: Do containers mark the beginning of the end for VMS and possibly C# and Java ? Pin
Kirk Wood11-Apr-20 4:54
Kirk Wood11-Apr-20 4:54 
GeneralLockdown fever Pin
Peter_in_27807-Apr-20 21:02
professionalPeter_in_27807-Apr-20 21:02 
GeneralCcc Pin
The pompey7-Apr-20 19:38
The pompey7-Apr-20 19:38 
GeneralUnpopular opinion PinPopular
Super Lloyd7-Apr-20 13:52
Super Lloyd7-Apr-20 13:52 
GeneralRe: Unpopular opinion Pin
PIEBALDconsult7-Apr-20 14:20
mvePIEBALDconsult7-Apr-20 14:20 
GeneralRe: Unpopular opinion Pin
Super Lloyd7-Apr-20 14:23
Super Lloyd7-Apr-20 14:23 
GeneralRe: Unpopular opinion Pin
Richard Deeming8-Apr-20 0:09
mveRichard Deeming8-Apr-20 0:09 
GeneralRe: Unpopular opinion Pin
Kirk Wood11-Apr-20 6:04
Kirk Wood11-Apr-20 6:04 
GeneralRe: Unpopular opinion Pin
Greg Utas7-Apr-20 14:43
professionalGreg Utas7-Apr-20 14:43 
GeneralRe: Unpopular opinion Pin
Mircea Neacsu7-Apr-20 16:30
Mircea Neacsu7-Apr-20 16:30 
GeneralRe: Unpopular opinion Pin
Greg Utas8-Apr-20 1:47
professionalGreg Utas8-Apr-20 1:47 
GeneralRe: Unpopular opinion Pin
kalberts8-Apr-20 2:00
kalberts8-Apr-20 2:00 
GeneralRe: Unpopular opinion Pin
Kirk Wood11-Apr-20 5:00
Kirk Wood11-Apr-20 5:00 
GeneralRe: Unpopular opinion Pin
kalberts8-Apr-20 1:52
kalberts8-Apr-20 1:52 
GeneralRe: Unpopular opinion Pin
Gary R. Wheeler8-Apr-20 4:01
Gary R. Wheeler8-Apr-20 4:01 
GeneralRe: Unpopular opinion Pin
soulesurfer8-Apr-20 22:00
soulesurfer8-Apr-20 22:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.