Springboot, JARs, WARs, JSPs and such in the Cloud?

Hey There!! Do you remember these? JSPs and WAR file deployments are still around. Why? Because they work, and meet a need. There is no-shame in that. As we move into cloud, there are other tools and frameworks (namely Spring) that can be used to help deploy these applications in a slightly modified state, leverageContinue reading “Springboot, JARs, WARs, JSPs and such in the Cloud?”

VS-Code How to add command-line arguments for Debugging

Introduction Sooooo, learning VS-Code the hard-way, trying to debug a project, I finally figured out how to add the equivalent of command-line args into the debug-configuration of VS-Code. In this post, I will take you through how to add command Iine arguments in an example Java project. Once completed, we can start debugging or launchContinue reading “VS-Code How to add command-line arguments for Debugging”