Articles Section Index | Page 2
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
iText Java PDF Generator | PDF Reader
The iText library provides a PdfReader class that reads PDF files and converts them into new PDF documents. This is useful when new pages needs to be added to an existing PDF file or if you need to...more
Load Testing with Apache JMeter | JMeter Installation
JMeter version 1.8 needs JDK1.4 (the JMeter mailing list says that the latest development version, the "nightly build", also works on JDK1.3), and if JDK is on your computer, the installation of JM...more
The Java Game Development Tutorial
jGuru presents in-depth online courses on Java software development. Each course takes you step-by-step through developing your own software and includes course notes and exercises with sample code.
Using SOAP with Java | Testing the Installation
Once you have followed the previous instructions, we can test your installation by accessing the URL: http://localhost:8080/soap/admin. You will see a default admin page for Apache SOAP coming up. ...more
iText Document Generator: PDF Generation Made Easy
The portable document format (PDF) is the most commonly used document format in the industry, mainly due to its simplicity and portability. PDF has become the standard format for generating company...more