Articles Section Index
6 Tips to Improve Java Exception Handling
A clear policy on how to code Java exceptions will save you time diagnosing, reproducing, and correcting issues. Here are several tips to improve your exception handling.
JBoss Case Study: Learn Design Patterns From Real Projects (Part 1)
Developers can spend hours learning design patterns by heart, but sometimes when they need to use the patterns in a real project, that's not practical.
Dynamic Loading Using Java Reflection and Properties.
If you were wondering how to dynamically load a class based on some configuration or settings file, then you might be able to solve your problem using Java Reflection and Properties.
The Step Builder Pattern
An evolution of the builder design pattern.
Object.create(): the New Way to Create Objects in JavaScript
Object.create(): the New Way to Create Objects in JavaScript
Best Practices in OOP
Sometimes understanding the best practices for OOP requires looking at some of the worst practices you can do...
Best Java interview questions
A number of questions are asked in interviews. Here is a resource of a list of questions you might be asked.
Which Java Collection Should I Use?
Developers have many Java collection classes available, but are they using the right collection to best suit their needs?
Implementing Logging as an Aspect.
Run Java Apps on the Windows Azure Cloud Platform
Learn how to use the robust set of tools bundled in the Windows Azure SDK for Java.
Eclipse 4 Among Projects Delivered in Eclipse Juno Release
Even through Eclipse 4 now is the default platform for the IDE, Java developers won't be using it just yet.
Build Automation Tool Gradle 1.0 Released
JxCapture 3.0 Supports Linux
TeamDev announces JxCapture 3.0 screen capture library featuring Linux x32/x64 support.
Using your own exception classes in Java
Every application fails once in while. Even the ones built with Java, using design patterns, best practices, and a lot of good intentions. So we better prepare our applications for these situations...more