227 Results for:JVM

  • Sort by: 

Five Oracle Code One sessions you don't want to miss

By Cameron McKenzie 21 Oct 2018

From Jenkins pipelines written in Groovy, to cloud native applications written using the Eclipse MicroProfile, there is plenty to be excited about at the conference that was once called JavaOne. ... Read More

7 tips to choose the right Java library

By Joseph B. Ottinger 01 Apr 2022

Your application is only as secure and reliable as the external libraries you use. Here's a list of the top 7 things to consider when choosing a software library for your project. Read More

10 Oracle Code One 2019 sessions to check out

By Cameron McKenzie 15 Sep 2019

If you're in San Francisco for Oracle Code One 2019, here are 10 sessions to visit to make the most out of your conference experience and chat with TheServerSide's Cameron McKenzie. Read More

How does time-series analysis work in IT environments?

By Walker Rowe 03 Oct 2019

IT monitoring metrics are crucial for enterprises to gauge performance and plan for future events. But admins should understand the tradeoffs between a time-series and point-in-time analysis. Read More

How to fix the Eclipse 'No Java virtual machine was found' install error

By Cameron McKenzie 29 Sep 2019

In need of a quick fix for the Eclipse "No Java virtual machine was found" error during an Ubuntu or Windows installation? Here's how to fix the Eclipse JRE and JDK errors. Read More

Oracle's release cadence opens door for Java support rivals

By Darryl K. Taft 11 Jun 2020

Oracle has opened the door for competitors to chip away at its hold on the market for providing Java support to enterprise customers. Read More

How to deploy a JAR file to Tomcat by example

By Cameron McKenzie 04 Sep 2019

How do you deploy a JAR file to Tomcat? Typically you deploy WAR files, not JARs. But if you need to link to a JAR file from a Java web app on Apache Tomcat, here's how to do it. Read More

3 ways to implement a functional programming architecture

By Matt Heusser 21 Oct 2019

Functional programming, which came about as a highly theoretical, mathematical way to build software, has a place in APIs and other components of applications. Read More

Containerisation in the enterprise - SUSE: The deployment surface shifted, pack up for portability

By Adrian Bridgwater 18 Mar 2021

As businesses continue to modernise their server estate and move towards cloud-native architectures, the elephant in the room is the monolithic core business application that cannot easily be ... Read More

Java's main function explained with examples

By Cameron McKenzie 29 Apr 2021

Here's the anatomy of Java's main method. An anachronism with the rise of Servlets and JSPs, Spring Boot and Eclipse Microservice developers are seeing more of Java's main function as apps are ... Read More