You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by robert burrell donkin <ro...@blueyonder.co.uk> on 2002/08/30 14:04:19 UTC

Re: [BeanUtils][PROPOSAL] locale converters, LocaleConvertUtils, LocaleBeanUtils

hello

sorry it's been so long and thanks for your (substantial) initial 
contribution.

i think that these locale sensitive conversions would be a very worthwhile 
addition to beanutils. unfortunately, this not an area (neither 
localization nor this bit of beanutils) that i'm expert in.

i was wonder if you would supply a few more bits and pieces which would 
save me a lot of time and energy.

could you create some how-to-use documentation and some test cases and 
mail them to me?

TIA

- robert

On Saturday, July 13, 2002, at 04:25 PM, YMikulski wrote:

> Hello,
> I'd like to propose  the locale converters in BeanUtils project.
> They can be used when people should manage the conversion of objects from
> one type to another in locale-dependent manner.
> I've already written the all locale converters.
> Moreover, I've done
> LocaleConvertUtils  -  Class containing,  utility methods for converting 
> locale-sensitive String scalar values to objects of the
> specified Class, String arrays to arrays of the specified Class 
> and object to locale-sensitive String scalar value.
> LocaleBeanUtils - Class containing, utility methods for populating 
> JavaBeans properties via reflection in locale-dependent manner.
>  
> One of the way where the locale converters can be used, for example 
> commons-digester project. Using special rules (SetLocalePropertyRule, 
> SetLocalePropertiesRule, BeanLocalePropertySetterRule) digester can 
> manage to work with locale-sensitive data.
>  
>  
> Best Regards,
>     Yauheny Mikulski.
> P.S.
> I attached the file containing all sources.
>  
>  
>  --
> To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@jakarta.apache.
> org>
> For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.
> org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [BeanUtils][PROPOSAL] locale converters, LocaleConvertUtils, LocaleBeanUtils

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
should be in the archives

http://marc.theaimsgroup.com/?l=jakarta-commons-dev&m=102657403306617&w=2

- robert

On Friday, August 30, 2002, at 07:07 PM, micael wrote:

> I would also be interested in seeing this code, if that is possible.  
> Sounds very interesting to me.
>
> At 01:04 PM 8/30/2002 +0100, you wrote:
>> hello
>>
>> sorry it's been so long and thanks for your (substantial) initial 
>> contribution.
>>
>> i think that these locale sensitive conversions would be a very 
>> worthwhile addition to beanutils. unfortunately, this not an area 
>> (neither localization nor this bit of beanutils) that i'm expert in.
>>
>> i was wonder if you would supply a few more bits and pieces which would 
>> save me a lot of time and energy.
>>
>> could you create some how-to-use documentation and some test cases and 
>> mail them to me?
>>
>> TIA
>>
>> - robert
>>
>> On Saturday, July 13, 2002, at 04:25 PM, YMikulski wrote:
>>
>>> Hello,
>>> I'd like to propose  the locale converters in BeanUtils project.
>>> They can be used when people should manage the conversion of objects 
>>> from
>>> one type to another in locale-dependent manner.
>>> I've already written the all locale converters.
>>> Moreover, I've done
>>> LocaleConvertUtils  -  Class containing,  utility methods for 
>>> converting locale-sensitive String scalar values to objects of the
>>> specified Class, String arrays to arrays of the specified Class and 
>>> object to locale-sensitive String scalar value.
>>> LocaleBeanUtils - Class containing, utility methods for populating 
>>> JavaBeans properties via reflection in locale-dependent manner.
>>>
>>> One of the way where the locale converters can be used, for example 
>>> commons-digester project. Using special rules (SetLocalePropertyRule, 
>>> SetLocalePropertiesRule, BeanLocalePropertySetterRule) digester can 
>>> manage to work with locale-sensitive data.
>>>
>>>
>>> Best Regards,
>>>     Yauheny Mikulski.
>>> P.S.
>>> I attached the file containing all sources.
>>>
>>>
>>>  --
>>> To unsubscribe, e-mail:   <mailto:commons-dev-
>>> unsubscribe@jakarta.apache.> org>
>>> For additional commands, e-mail: <mailto:commons-dev-
>>> help@jakarta.apache.> org>
>>
>>
>> --
>> To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@jakarta.apache.
>> org>
>> For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.
>> org>
>>
>
>
>
> --
> To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@jakarta.apache.
> org>
> For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.
> org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [BeanUtils][PROPOSAL] locale converters, LocaleConvertUtils, LocaleBeanUtils

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
i've committed these classes.

you can use them now by building from CVS HEAD or you could wait until the 
next nightly build and grab a copy then.

- robert

On Friday, August 30, 2002, at 07:07 PM, micael wrote:

> I would also be interested in seeing this code, if that is possible.  
> Sounds very interesting to me.
>
> At 01:04 PM 8/30/2002 +0100, you wrote:
>> hello
>>
>> sorry it's been so long and thanks for your (substantial) initial 
>> contribution.
>>
>> i think that these locale sensitive conversions would be a very 
>> worthwhile addition to beanutils. unfortunately, this not an area 
>> (neither localization nor this bit of beanutils) that i'm expert in.
>>
>> i was wonder if you would supply a few more bits and pieces which would 
>> save me a lot of time and energy.
>>
>> could you create some how-to-use documentation and some test cases and 
>> mail them to me?
>>
>> TIA
>>
>> - robert
>>
>> On Saturday, July 13, 2002, at 04:25 PM, YMikulski wrote:
>>
>>> Hello,
>>> I'd like to propose  the locale converters in BeanUtils project.
>>> They can be used when people should manage the conversion of objects 
>>> from
>>> one type to another in locale-dependent manner.
>>> I've already written the all locale converters.
>>> Moreover, I've done
>>> LocaleConvertUtils  -  Class containing,  utility methods for 
>>> converting locale-sensitive String scalar values to objects of the
>>> specified Class, String arrays to arrays of the specified Class and 
>>> object to locale-sensitive String scalar value.
>>> LocaleBeanUtils - Class containing, utility methods for populating 
>>> JavaBeans properties via reflection in locale-dependent manner.
>>>
>>> One of the way where the locale converters can be used, for example 
>>> commons-digester project. Using special rules (SetLocalePropertyRule, 
>>> SetLocalePropertiesRule, BeanLocalePropertySetterRule) digester can 
>>> manage to work with locale-sensitive data.
>>>
>>>
>>> Best Regards,
>>>     Yauheny Mikulski.
>>> P.S.
>>> I attached the file containing all sources.
>>>
>>>
>>>  --
>>> To unsubscribe, e-mail:   <mailto:commons-dev-
>>> unsubscribe@jakarta.apache.> org>
>>> For additional commands, e-mail: <mailto:commons-dev-
>>> help@jakarta.apache.> org>
>>
>>
>> --
>> To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@jakarta.apache.
>> org>
>> For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.
>> org>
>>
>
>
>
> --
> To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@jakarta.apache.
> org>
> For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.
> org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [BeanUtils][PROPOSAL] locale converters, LocaleConvertUtils, LocaleBeanUtils

Posted by micael <ca...@harbornet.com>.
I would also be interested in seeing this code, if that is 
possible.  Sounds very interesting to me.

At 01:04 PM 8/30/2002 +0100, you wrote:
>hello
>
>sorry it's been so long and thanks for your (substantial) initial 
>contribution.
>
>i think that these locale sensitive conversions would be a very worthwhile 
>addition to beanutils. unfortunately, this not an area (neither 
>localization nor this bit of beanutils) that i'm expert in.
>
>i was wonder if you would supply a few more bits and pieces which would 
>save me a lot of time and energy.
>
>could you create some how-to-use documentation and some test cases and 
>mail them to me?
>
>TIA
>
>- robert
>
>On Saturday, July 13, 2002, at 04:25 PM, YMikulski wrote:
>
>>Hello,
>>I'd like to propose  the locale converters in BeanUtils project.
>>They can be used when people should manage the conversion of objects from
>>one type to another in locale-dependent manner.
>>I've already written the all locale converters.
>>Moreover, I've done
>>LocaleConvertUtils  -  Class containing,  utility methods for converting 
>>locale-sensitive String scalar values to objects of the
>>specified Class, String arrays to arrays of the specified Class and 
>>object to locale-sensitive String scalar value.
>>LocaleBeanUtils - Class containing, utility methods for populating 
>>JavaBeans properties via reflection in locale-dependent manner.
>>
>>One of the way where the locale converters can be used, for example 
>>commons-digester project. Using special rules (SetLocalePropertyRule, 
>>SetLocalePropertiesRule, BeanLocalePropertySetterRule) digester can 
>>manage to work with locale-sensitive data.
>>
>>
>>Best Regards,
>>     Yauheny Mikulski.
>>P.S.
>>I attached the file containing all sources.
>>
>>
>>  --
>>To unsubscribe, 
>>e-mail:   <ma...@jakarta.apache.> org>
>>For additional commands, e-mail: 
>><ma...@jakarta.apache.> org>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>