Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by JamesMitchell: http://wiki.apache.org/struts/ShortTermPlansForJamesMitchell ------------------------------------------------------------------------------ + deleted old plans - James Mitchell: - * '''[[GetText(Commons i18n)]]''' http://jakarta.apache.org/commons/sandbox/i18n - * properties file based configuration - * RDBMS based configuration (like I've already done in commons-resources) - * Struts plugin that will load and configure commons-i18n for my Struts applications - * JSP taglib that can provide the same functionality as bean:message - * Additional types of LocalizedMessages or LocalizedExceptions: - * System error - * Error - * Warning - * Alert - * Flag - * Info - * Add new entry for icon(s) - {{{ - <message id="validationFailed"> - <locale language="en"> - <entry key="title">Parameter {0} invalid</entry> - <entry key="text">The given value of the parameter {0} is invalid</entry> - <entry key="summary">Value of parameter {0} invalid</entry> - <entry key="details">The given value {1} of parameter {0} is invalid.</entry> - <entry key="small-icon">/images/some-icon-small.jpg</entry> - <entry key="large-icon">/images/some-icon-large.jpg</entry> - </locale> - }}} - * New MessageManager impl that can assemble messages based on a config file who's entries simply point to existing i18n'd properties file(s) keys. - {{{ - # This is my ApplicationResources_en.properties file (struts app) - global.validation.failed.title =Parameter {0} invalid - global.validation.failed.text =The given value of the parameter {0} is invalid - global.validation.failed.summary =Value of parameter {0} invalid - global.validation.failed.details =The given value {1} of parameter {0} is invalid. - global.validation.failed.small-icon=/images/some-icon-small.jpg - global.validation.failed.large-icon=/images/some-icon-large.jpg - }}} - and i want to configure like this - {{{ - ... - <message id="validationFailed" key="global.validation.failed"/> - ... - }}} - - * '''[[GetText(Commons Resource)]]''' http://jakarta.apache.org/commons/sandbox/resources - * create new implementations that use: - * DbUtils (http://jakarta.apache.org/commons/dbutils/) - * OJB (http://db.apache.org/ojb/) - * Torque (http://db.apache.org/torque) (this is already done, but needs tweaking) - * document existing impls (especially the database driven ones) - * maintain/enhance existing implementations - * maintain/enhance optional implementations (source hosted at http://sf.net/projects/struts): - * create sample web app that demonstrates each method - * modification to all the current database impls that allow datasource configuration/pooling via JNDI - * Hibernate implementation - * '''[[GetText(Apache Struts)]]''' - * Refactor taglib tests to remove dependency on commons-lang - * Create a Struts plugin that acts lets a developer use any distribution of commons-resources with Struts 1.x - * Plugin that allows runtime editing of message resources (let's you edit via browser popup any/all messages accessed in a give request). This is intended for database impls - - ---- - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]