227 Results for:JVM

  • Sort by: 

The Working Developer's Guide to Java Bytecode

01 May 2007

In this article, we're going to examine the JVM bytecode set, disassemble some code to see how it works, and play with some tools that allow us to manipulate bytecode directly. Read More

Declarative vs. scripted pipelines: What's the difference?

By Cameron McKenzie 18 Dec 2020

Scripted pipelines were once the standard for CI/CD but they are nearly extinct, and since supplanted by declarative pipelines. See how they compare and when each works best. Read More

Every change between JDK 11 and the Java 17 LTS release

By Cameron McKenzie 14 Sep 2021

Wondering what's included in the new Java 17 LTS release? Here's a list of all the changes made to the JDK between the Java 11 and Java 17 LTS releases. Read More

How to solve JavaScript and Java performance issues

By Tom Nolle 20 Nov 2017

Given the complexity of client side user interfaces, along with the often limited processing power of many mobile devices, finding out ways to address JavaScript and Java performance challenges is a priority. Read More

Simplify a cloud-native, Spring Boot Docker deployment

By Cameron McKenzie 06 Jan 2020

How do you deploy a Spring Boot application to Docker? It's not as complicated as you might think. Follow this example to move and test your app within a container. Read More

Is Apache Tomcat the right Java application server for you?

By Tim Culverhouse 30 Sep 2020

What is the best application server? The answer depends on what an enterprise is looking for. Compare Apache Tomcat to these four offerings to see which Java app server fits. Read More

Why you should choose the Go language for microservices development

By Cameron McKenzie 03 Nov 2016

How can teams simplify microservices development, especially when scaling microservices is the key? Many are turning to the Go programming language and Go kit for answers. Read More

HashMap vs. Hashtable: Which map should you choose?

By Cameron McKenzie 27 May 2020

When HashMap replaced Hashtable as part of the Java 1.2 release, it moved away from how developers previously used the collections API and Java maps. Read More

Moving JavaOne to Las Vegas shows Oracle has 2020 vision

By Cameron McKenzie 15 Dec 2019

The rebranding of JavaOne to Oracle Code One and move from San Francisco to Las Vegas is one that I will welcome with open arms, and you should too. Read More

DataStax making Cassandra easier with Kubernetes Operators

By Sean Michael Kerner 31 Mar 2020

New Kubernetes tool for the Apache Cassandra database is DataStax's attempt to create a broadly adopted approach for cloud native deployment. Read More