Menu

Close
  • Blog Home
  • pikodat.com
Subscribe
pikodat.com - blog Menu

java

A 15-post collection

Page 1 of 1

Understanding Java's Long and Integer Cache

Java's Integer and Long classes have a built-in caching mechanism that helps reduce memory overhead and improve performance. This cache is used when autoboxing primitive types »

Veit Weber Veit Weber on english post, java, pitfall, cache, concurrency 14 March 2023

Install Oracle JDK without the installer on macOS

Download and mount the DMG for the JDK (in my case Java 8u291) Copy the package file in a temp folder Open a terminal and extract »

Veit Weber Veit Weber on english post, java, sdk, sdkman, jdk, oracle 09 July 2021

Guava's Multimap FTW

I often have the need for some kind of "grouped list". I have a key and a list of values. Usually I do the following: HashMap& »

Veit Weber Veit Weber on english post, java, guava 21 April 2016

Guava Joiner Class

Although I'm a long time user of Google Guava I discovered the class Joiner just a few days ago. Eventually everybody who's familiar with Googles Apache »

Veit Weber Veit Weber on english post, java, guava 01 April 2016

Where is my Code?

A lib I've used often lately is Project Lombok. Lombok fills the gap between Java and some C# syntactic sugar features that makes me slightly jealous »

Veit Weber Veit Weber on english post, java 27 November 2015

Quick Tip: Remove IntelliJ IDEAs unused directories on OS X

After upgrading IntelliJ the old directories still remain unused. I suggest to delete them. Configuration Files: ~/Library/Preferences/<Tool><Version> Cache: ~/Library/ »

Veit Weber Veit Weber on english post, java, intellij, jetbrains 07 November 2015

Frontend Logging with JavaFX and Log4j 2

Although I'm developing Java EE applications with HTML5, I sometimes have to build Java SE applications with a Frontend. I've used Swing or AWT in the »

Veit Weber Veit Weber on english post, java, javafx 11 October 2015

Maven Plugin to check for Methods that are not implemented

Recently my former colleague, IBM Champion and also highly regarded friend Oliver Busse wrote a blog post called "Quick-Tip: never forget empty methods anymore". In summary, »

Veit Weber Veit Weber on english post, java, maven 30 September 2015

Tooltip: unirest - Lightweight HTTP Request Client Libraries

There are a lot of HTTP libraries available in the Java universe like the Apache HttpClient library. Also Java provides the HttpURLConnection class as a standard »

Veit Weber Veit Weber on english post, java, javascript 11 September 2015

Fun with java.net.URL

I'm writing a little app to check the health status of my server and came accross a confusing feature in java.net.URL. I remembered I »

Veit Weber Veit Weber on english post, java 15 July 2015

Phonegap / Cordova 4.x app with Android Studio 1.x

I assume that you have a working installation of PhoneGap or Cordova CLI. In this post I use the Cordova CLI which is distributed as an »

Veit Weber Veit Weber on english post, java ee, java, mobile, phonegap, cordova 22 May 2015

JPA 2.1 and UUID

Recently I came over to map a table in a Postgres Database that contains a UUID Column. With JPA 2.1 there is a very simple »

Veit Weber Veit Weber on english post, java ee, java 12 April 2015

Java vs. C#: Inheritance of annotations

Recently a friend and I came over with the idea to blog a series of Java vs. C#. Everything related to this topic you'll find on »

Veit Weber Veit Weber on english post, java ee, java, c# 14 March 2015

Java Basics: Static code blocks

In a presentation that I gave recently, I noticed that some of the participants never heard of static code blocks before. Static code blocks let you »

Veit Weber Veit Weber on english post, java ee, java 04 February 2015

Filter Requests with JEE 6 / 7

A tiny but shiny improvement with Java EE 6 was the @WebFilter – Annotation which made the filtering and manipulating of requests very easy: No more com. »

Veit Weber Veit Weber on english post, java ee, java 03 January 2015
Page 1 of 1
pikodat.com - blog © 2023
Impressum & Datenschutzerklärung