|
From: Tomas G. <to...@pr...> - 2004-06-09 07:42:05
|
Ok, we already had one i18n item on the todo-list. How about this
*
I18 move to a traditional bundle pickup
*
Servlets often contains hard coded error strings. Replace these
with properties and redirect to an error.jsp where the error
message is shown.
Don't hesitate to get started :)
Which preferences do you mean specifically? (for example). I.e., which
problem is it solving?
/Tomas
Stephane Bailliez wrote:
> 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)
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: GNOME Foundation
> Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event.
> GNOME Users and Developers European Conference, 28-30th June in Norway
> http://2004/guadec.org
> _______________________________________________
> Ejbca-develop mailing list
> Ejb...@li...
> https://lists.sourceforge.net/lists/listinfo/ejbca-develop
|