devxlogo

Java Zone

Get Familiar with J2SE 5.0 Collections

he collections API has always been one of the most important aspects of the Java Development Kit (JDK). Nearly every Java program makes use of collection classes such as HashMap,

Using XML in Java Gets Easier with DOM4J

f you have worked with XML in Java applications during the past few years, you know the pain of parsing and extracting XML data inside the application. The process required

Using Annotations with Aspects in Pre-Java 5 Versions

spect oriented programming’s (AOP’s) rapid rise in popularity inspires both fear and worship?and for good reasons?it’s a very powerful software development technique that separates business logic from the infrastructure services