You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by karan malhi <ka...@gmail.com> on 2006/03/07 00:25:47 UTC

Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

Hi,

The javax.accessibility.AccessibleBundle class requires a default 
ResourceBundle.

1. Which package would we put the default resource bundle classes in?
2. What locales are supported by Harmony?

-- 
Karan Singh


Re: Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

Posted by Tim Ellison <t....@gmail.com>.
That package name looks good -- thanks Karan.

(sorry for the slow response)
Tim

karan malhi wrote:
> Since nobody objected to this package structure,  I will just assume the
> package to be org.apache.harmony.accessibility.internal
> 
> Paulex Yang wrote:
> 
>> I'm not sure myself,  but I personally think that is fine.
>>
>> There is also a "Resources" directory in every source folder,  I have
>> no idea what it is used for.  Anyone can help?
>>
>> karan malhi wrote:
>>
>>> Thanks Paulex,
>>>
>>> What about ResourceBundles specific to a package like for example
>>> javax.accessibility. Should we put the ResourceBundles in
>>> org.apache.harmony.accessibility.internal ?
>>>
>>> Paulex Yang wrote:
>>>
>>>> Karan,
>>>>
>>>> karan malhi wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> The javax.accessibility.AccessibleBundle class requires a default
>>>>> ResourceBundle.
>>>>>
>>>>> 1. Which package would we put the default resource bundle classes in?
>>>>
>>>>
>>>> Currently the resource bundles are located in
>>>> http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/
>>>>
>>>>
>>>> I think the classes without locale in its name is default bundles,
>>>> for example, "Country" is a default one.
>>>>
>>>>> 2. What locales are supported by Harmony?
>>>>
>>>>
>>>> try java.util.Locale.getAvailableLocales() :)
>>>>
>>>>
>>>
>>
>>
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

Re: Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

Posted by karan malhi <ka...@gmail.com>.
Since nobody objected to this package structure,  I will just assume the 
package to be org.apache.harmony.accessibility.internal

Paulex Yang wrote:

> I'm not sure myself,  but I personally think that is fine.
>
> There is also a "Resources" directory in every source folder,  I have 
> no idea what it is used for.  Anyone can help?
>
> karan malhi wrote:
>
>> Thanks Paulex,
>>
>> What about ResourceBundles specific to a package like for example 
>> javax.accessibility. Should we put the ResourceBundles in 
>> org.apache.harmony.accessibility.internal ?
>>
>> Paulex Yang wrote:
>>
>>> Karan,
>>>
>>> karan malhi wrote:
>>>
>>>> Hi,
>>>>
>>>> The javax.accessibility.AccessibleBundle class requires a default 
>>>> ResourceBundle.
>>>>
>>>> 1. Which package would we put the default resource bundle classes in?
>>>
>>>
>>> Currently the resource bundles are located in 
>>> http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/ 
>>>
>>>
>>> I think the classes without locale in its name is default bundles, 
>>> for example, "Country" is a default one.
>>>
>>>> 2. What locales are supported by Harmony?
>>>
>>>
>>> try java.util.Locale.getAvailableLocales() :)
>>>
>>>
>>
>
>

-- 
Karan Singh


Re: Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

Posted by Paulex Yang <pa...@gmail.com>.
I'm not sure myself,  but I personally think that is fine.

There is also a "Resources" directory in every source folder,  I have no 
idea what it is used for.  Anyone can help?

karan malhi wrote:
> Thanks Paulex,
>
> What about ResourceBundles specific to a package like for example 
> javax.accessibility. Should we put the ResourceBundles in 
> org.apache.harmony.accessibility.internal ?
>
> Paulex Yang wrote:
>
>> Karan,
>>
>> karan malhi wrote:
>>
>>> Hi,
>>>
>>> The javax.accessibility.AccessibleBundle class requires a default 
>>> ResourceBundle.
>>>
>>> 1. Which package would we put the default resource bundle classes in?
>>
>> Currently the resource bundles are located in 
>> http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/ 
>>
>>
>> I think the classes without locale in its name is default bundles, 
>> for example, "Country" is a default one.
>>
>>> 2. What locales are supported by Harmony?
>>
>> try java.util.Locale.getAvailableLocales() :)
>>
>>
>


-- 
Paulex Yang
China Software Development Lab
IBM



Re: Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

Posted by karan malhi <ka...@gmail.com>.
Thanks Paulex,

What about ResourceBundles specific to a package like for example 
javax.accessibility. Should we put the ResourceBundles in 
org.apache.harmony.accessibility.internal ?

Paulex Yang wrote:

> Karan,
>
> karan malhi wrote:
>
>> Hi,
>>
>> The javax.accessibility.AccessibleBundle class requires a default 
>> ResourceBundle.
>>
>> 1. Which package would we put the default resource bundle classes in?
>
> Currently the resource bundles are located in 
> http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/ 
>
>
> I think the classes without locale in its name is default bundles, for 
> example, "Country" is a default one.
>
>> 2. What locales are supported by Harmony?
>
> try java.util.Locale.getAvailableLocales() :)
>
>

-- 
Karan Singh


Re: Location of ResourceBundle classes for javax.accessibility.AccessibleBundle

Posted by Paulex Yang <pa...@gmail.com>.
Karan,

karan malhi wrote:
> Hi,
>
> The javax.accessibility.AccessibleBundle class requires a default 
> ResourceBundle.
>
> 1. Which package would we put the default resource bundle classes in?
Currently the resource bundles are located in 
http://svn.apache.org/viewcvs.cgi/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/locale/

I think the classes without locale in its name is default bundles, for 
example, "Country" is a default one.

> 2. What locales are supported by Harmony?
try java.util.Locale.getAvailableLocales() :)


-- 
Paulex Yang
China Software Development Lab
IBM