/ 2014 ~ Java EE Support Patterns

8.13.2014

Java Performance Optimization - DZone Refcard

This post is to inform you that I published recently a recent refcard on Java Performance Optimization which is now available from DZone. Refcardz are basically “Cheat Sheets” which can be very useful for Developers and Application Support individuals. I highly recommend that you download your own copy today, it is FREE! http://refcardz.dzone.com/refcardz/java-performance-optimization For now, find below a small teaser: “It is possible to define “optimal performance” in different ways, but the basic elements are: the ability of a Java program to perform its computing tasks within the business response time requirements, and the...

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...

1.27.2014

Gartner Magic Quadrant for Application Performance Monitoring 2013

As IT architects and consultants, it is crucial to ensure a highly performing, stable and scalable production environment for you client applications. Proper monitoring along with a comprehensive capacity planning model is crucial in order to achieve such goals. While most performance data can be extracted at runtime through various OS commands and open source tools, large and complex IT production environments often requires the deployment...

Page 1 of 3212345Next