Re: [Geotools-devel] Param parsing, from string to array

2007-03-15 Thread Jody Garnett
I would like to keep API interface only ... Martin has been moving other glue code to metadata Jody > Yeah we can, it has been something i have been meaning to do. I was > thinking to maintain backwards compatability it could be hte last > effort, a call to Converters.convert( ... ). > > One

Re: [Geotools-devel] Param parsing, from string to array

2007-03-15 Thread Justin Deoliveira
Yeah we can, it has been something i have been meaning to do. I was thinking to maintain backwards compatability it could be hte last effort, a call to Converters.convert( ... ). One problem though is that the converter stuff all lives in main. We would have to move it to api to pull it off. -Jus

Re: [Geotools-devel] Param parsing, from string to array

2007-03-15 Thread Jody Garnett
Question for Justin ... this functionality of Param is one of the cases where we do "conversion". Can we (at least on trunk) make use of the same code you set up for literal parsing? Nice patch however :-) Jody > Hi, > I committed a patch to 2.3.x that allows parameters > to parse a space separa

[Geotools-devel] Param parsing, from string to array

2007-03-15 Thread Andrea Aime
Hi, I committed a patch to 2.3.x that allows parameters to parse a space separated string into an array, that is an extension to the already available ability to parse strings to numbers and dates using reflection. If someone minds checking it, I would be glad :-) It's needed to make Geoserver han