Java

  • submit to reddit

Java Memory Model and Optimisation

Many developers of multi-threaded code are familiar with the idea that different threads can have a different view of a value they are holding, this not...

0 replies - 1783 views - 01/16/13 by Peter Lawrey in Articles

Infinispan Memory Overhead

Have you ever wondered how much Java heap memory is actually consumed when data is stored in Infinispan cache? Let's look at some numbers obtained through...

0 replies - 757 views - 01/16/13 by Manik Surtani in Articles

Apache Tapestry 5 Makes Java Web Development Easy

I went through the Apache Tapestry 5 tutorial today and found it surprisingly easy to use. The two most productive features I love are auto class reloading...

1 replies - 1858 views - 01/16/13 by Zemian Deng in Articles

QOTD: Java Thread vs. Java Heap Space

The following question is quite common and is related to OutOfMemoryError: unable to create new native thread problems during the JVM thread creation...

0 replies - 1676 views - 01/16/13 by Pierre - Hugues... in Articles

Java Verbose GC - Tutorial Video

This is my first tutorial video which will provide you with technical detail on how to enable and analyze the verbose:gc output data of your JVM...

0 replies - 1050 views - 01/16/13 by Pierre - Hugues... in Articles

The Importance of Packages

I remember approximately 15 years ago when I started learning Java. I read a lot about this ‘package’ thing and ‘namespaces’ and I totally didn’t...

0 replies - 918 views - 01/16/13 by Jens Schauder in Articles

Apache Isis Quickstart Archetype

Continuing with our intro to the newly anointed top-level project, Apache Isis, we now take a look at how to get started with Apache Isis running the Maven...

0 replies - 118 views - 01/16/13 by Mitch Pronschinske in Articles

Apache Camel Monitoring: Jamod Loopback and Logging Demo

This screencast demonstrates the use of the Jamod component for Apache Camel for monitoring the status of Modbus devices. It also demonstrates how quick and...

0 replies - 387 views - 01/16/13 by Mitch Pronschinske in Articles

Changes to String.substring in Java 7

This post was originally published as part of the Java Advent series. If you like it, please spread the word by sharing, tweeting, FB, G+ and so on! Want to...

0 replies - 159 views - 01/16/13 by Attila-mihaly Balazs in Articles

Portable Logger Names with Java 7 Method Handles

Java 7 introduced the Method Handles with the java.lang.invoke.MethodHandle and java.lang.invoke.MethodHandles classes. The Well-Grounded Java Developer (which...

0 replies - 1737 views - 01/15/13 by Dustin Marx in Articles

Selecting Your Java EE 6 Application Server

The number one question I get asked is: "Which Java EE Application server should we use?". With the growing adoption of Java EE 6 new compatible...

1 replies - 1464 views - 01/15/13 by Markus Eisele in Articles

Isis: Domain-Driven Apps in Java

In October, Apache Isis became a top-level project after 2 years in the incubator.  Isis is an interesting project.  It's a Java framework for...

0 replies - 1124 views - 01/15/13 by Mitch Pronschinske in Articles

JBoss BRMS at the Radboud University Nijmegen for Business Rules Guest Lecture

Today I gave my annual guest lecture on Business Rules based on a real life open source product to the students of Stijn Hoppenbrowers. He invites me yearly to...

0 replies - 435 views - 01/15/13 by Eric D. Schabell in Articles

Does Java Need a Major Security Overhaul to Survive?

Last week the Department of Homeland Security recommended that everyone disable Java in order to avoid major zero-day vulnerabilities. Apple blocked version...

6 replies - 2389 views - 01/14/13 by Eric Gregory in Articles

Java 7 Update 11 Released to Address Security Issues

On Sunday, Oracle released Java 7 Update 11 in order to address the recent security issues that had lead Mozilla to add recent versions of Java to it's add-on...

2 replies - 5382 views - 01/14/13 by James Sugrue in Articles