Posts Tagged ‘Annotations

Decorative Programming using Annotations

Annotation is not a new feature getting introduced in Java 5, but in this release Java is trying to explore the power of this feature. If we look at the open source product stack adapting to Java 5, then this is the feature what has changed most of the products considerably. It has begun a [...]

Java, Tech Notes

Java 5 Tutorial

Java 5 has introduced many new features to take this platform to a new level with 15 component JSRs and around 100 other updates. These changes definitely bring considerable shift in usage of this technology. Java intends to address following important concerns through this ‘Tiger’ release.

Ease of Development
Scalability and Performance
Monitoring and Manageability
[...]

Java, Tech Notes