users@jersey.java.net

Re: API Internationalization

From: Alesque <agarino_at_hotmail.com>
Date: Mon, 12 Apr 2010 23:11:42 -0800 (PST)

Because, some of our target audience is French, and to make easy the adoption
we want the API in French too.

In the end there will be 2 versions of the API :

http://acme.com/api/en/owner/1

<owner lastModified="2010-01-31T00:00:00+01:00" id="1">
<displayName>XXXX XXXX</displayName>
</owner>


http://acme.com/api/fr/proprietaire/1

<proprietaire derniereModification="2010-01-31T00:00:00+01:00" id="1">
<nomComplet>XXXX XXXX</nomComplet>
</proprietaire>

-- 
View this message in context: http://n2.nabble.com/API-Internationalization-tp4892872p4894551.html
Sent from the Jersey mailing list archive at Nabble.com.