排序
Programmatically Create PDF in Java
Programmatically Create PDF in Java, Overview Spire.PDF for Java is a class library that allows you to create PDF documents directly from your Java programs without having to insta...
My Industrial Development Journey, One Year On
My Industrial Development Journey, One Year On, Who am I? Hello everyone! Welcome to my first post. My name is Jake and I have been working as a developer in industry for just over...
Getter naming conventions
Getter naming conventions,In Java and similar languages that don't have a built-in property concept, it is common to make fields private and accessible to the object's outside only...
Create PowerPoint Presentations in Java
Create PowerPoint Presentations in Java,In this article, we will show you how to create PowerPoint presentations from scratch using a free Java PowerPoint API – Free Spire.Present...
Native .NET and Java APIs to Perform Document Search and Indexing
Native .NET and Java APIs to Perform Document Search and Indexing,Perform advanced document search operations by with the help of cross platform .NET and Java text search APIs in G...
Java and Docker – JVM Runtime Basics
Java and Docker - JVM Runtime Basics,This article originated on zsiegel.com As container deployments become increasingly common, it is important to understand how your application ...
Java and Docker – Memory and CPU Limits
Java and Docker - Memory and CPU Limits,This article originated on zsiegel.com For many years java developers have gotten used to tweaking their code and the JVM flags to gain both...
How to deploy Java apps in Docker
How to deploy Java apps in Docker,This article originated on zsiegel.com Many java developers are familiar with deploying java applications via jar files and application containers...
Will Java Trend Towards Obscurity?
Will Java Trend Towards Obscurity?,I'm forking another conversation: Trevor Montgomery • Dec 12 '18 Word, this is prob a sub topic, but do you ever see anything replacing java? Be...
Flags to enable jmx
Flags to enable jmx,JMX is the xray of the Java world, it allows you to see threads and memory snapshots, debug and track unoptimized hotspots in your application. The JDK comes wi...
How to Securely Store a Password in Java
How to Securely Store a Password in Java,A previous version of this article confused the process of 'hashing' with the process of 'encryption'. It's worth noting that, while simila...