/ March 2014 ~ Java EE Support Patterns

3.18.2014

Java 8 is now released!

This post is to inform you that Java 8 has been officially released by Oracle. You can download the official release here. In a nutshell: Lambda expressions: a new language feature  that enables you to treat functionality as a method argument, or code as data. Other significant enhancements and changes to the Java language and standard libraries including default methods, the new java.util.stream package, and the Date-Time API. Compact Profiles contain predefined subsets of the Java SE platform and enable applications that do not require the entire Platform to be deployed and run on small devices. Security enhancements include updates...

3.13.2014

ClassNotFoundException: is it slowing down your JVM?

Most Java developers are familiar with the infamous and very common java.lang.ClassNotFoundException. While the sources of this problem are generally well understood (missing classes/libraries in classpath, class loader delegation problems etc.), the impact to the overall JVM and performance is often unknown. This situation can lead to significant impacts to your application response time and scalability. Large Java EE enterprise systems with...

Page 1 of 3212345Next