Just downloaded the new 2.0 version and I want to build a version targeted for Java version 1.4.2. I tried an ant build 'alljars' using the 1.4.2 compiler, but it seems that is not going to work. I...
Type: Posts; User: dcook; Keyword(s):
Just downloaded the new 2.0 version and I want to build a version targeted for Java version 1.4.2. I tried an ant build 'alljars' using the 1.4.2 compiler, but it seems that is not going to work. I...
But wouldn't use of the ListFactoryBean.targetListClass approach change the implemenation class for all use of list element, where the 2.0 approach can be instance specific?
I think I can wait for...
Duh, never mind. countdown is on home page
Thanks Arthur,
I am limit here to production level software. Any info available on when 2.0 will graduate from RC status?
Dennis
Pretty new to this... Using XML bean configuration and wiring a property that expect a Vector input. I have tried the list, but it seems the default implementation class is ArrayList. Is there...