I've started writing a new application and would like to make use of generics -- sucker for c++ STL I guess.... but some of the (open source) libraries we'll be using have not yet been updated, and are meant to runk on java 1.4.x is it a bad idea to mix java 5 code in an environemnt where older code exits if it is possible at all?
Any links/resourses with guidelins on how to do this would be greatly appreciated.....
Any links/resourses with guidelins on how to do this would be greatly appreciated.....