|
From: Stephane B. <ste...@be...> - 2004-06-08 14:14:17
|
I'd like to add another item to the todo list: I18N It's quite tough to internationalize the app, as every sentence is inside a single bundle without any key hierarchy. It makes it very difficult to translate because of a missing context and there are also numerous key duplication. (and uppercases hurt my eyes :) It means also changing the current implementation and going toward the traditional bundle pickup. And another one: Preferences We probably make use of the Preferences API in the JDK1.4 for the Preferences. It provides all that we need (with a default xml provider) and we may then serialize the xml configuration in the db as a blob like it is done right now (or on disk as well) |