On Mar 12, 12:20 am, Dustin <[email protected]> wrote:
> On Mar 11, 4:44 am, roadt <[email protected]> wrote:
>
> > Sure, it is. the problem is that upgrade the whole project to jdk1.5
> > is more crazy idea.
> > We have millions of codes, i think. I must move forward hardly. :P
>
> You're not rewriting anything, just upgrading the compiler and
> runtime. It'll pretty much immediately go faster and you can start
> using new features going forward. It would be kind of crazy to run
> through you code and use every java 5 feature you could just because
> of a compiler/runtime upgrade.
But unfortunately, it's hard here. Too many code are written and
compiled and debug on jdk1.4,
and the worst one is that jdk1.4 is not sun jdk. We are binded into
weblogic8. whose current jdk version is 1.4. Upgrade the jdk is
simple case for my local development , but is huge process for our
production.
My choice is not much.:(
>
> However, that would put you in a position to clean up some core
> areas where something like generics would be beneficial.