Friday, February 4, 2011

Java Generics Presentation (Part 1)

Until recently, the majority of our project code had to run on WebLogic 8.1, which constrained most of the code-base to 1.4 language features (WebLogic 8.1 will not run on a 1.5+ JVM). A little over a year ago our client decided to migrate to the JBoss 4.3.0 JEE container. This meant that the code would now be running on a Java 1.6 JVM, and we are now taking advantage of the new 1.6 language features.

Our team holds weekly Lunch & Learns on various technologies, so today I gave the first of several presentations on Java Generics.





No comments:

Post a Comment