GeekArticles
Java
J2SEJava Generics and Collections: Evolution, Not Revolution, Part 1
Author: onjava.com |
Published: 23rd Nov 2006 |
Visited: 187 times |
Add CommentFiled in: J2SE
In this excerpt from Java Generics and Collections, authors Maurice Naftalin and Philip Wadler show how to make the switch to Java 5.0 generics, not by expecting you to flip a switch across your whole code base, but by having you gradually work generics into your code while maintaining compatibility.
Read Article Sponsored Links
Related Articles
• SOA Web Services - SOA Evolution SOA Evolution
In the 1980s, applications were mostly vertical, built to meet the customer requirements in a vertical market segment. The software solutions were sufficient to meet the needs of a vertical industr ...
• SOA Web Services - IT Evolution IT Evolution
Looking at current business needs, the IT environments in world need to be more flexible, and must quickly adapt to the constantly changing business requirement ...
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...