PF-Application Realease-Notes Author: Manfred Duchrow Copyright (c) 2003-2017, by Manfred Duchrow. All rights reserved. ======================================================================= ----------------------------------------------------------------------- VERSION 3.1.0 (09/11/2017) * Dependencies upgrade ----------------------------------------------------------------------- VERSION 3.0.0 (29/01/2017) * Migrated > Maven -> Gradle > SVN -> Git * Package renaming 'org.pf' -> 'org.pfsw' ----------------------------------------------------------------------- VERSION 2.1.0 (06.06.2015) 06/06/2015 * Upgraded dependencies to PF 6.1.0 ----------------------------------------------------------------------- VERSION 2.0.0 (06.06.2015) 06/06/2015 * Upgraded dependencies to PF 6.0.0 ----------------------------------------------------------------------- VERSION 1.3.0 (09.08.2014) * Upgraded dependencies to PF ----------------------------------------------------------------------- VERSION 1.2 ( March 26, 2006 ) * ApplicationContext > Changed to utilize PF-NLS as alternative to ResourceBundles > Added methods - public boolean loadTextFromNLSiniFile( String baseName ) - public boolean loadTextFromNLSiniFile( String baseName, Locale locale ) - public boolean loadTextFromNLSiniFile( String componentId, String baseName ) - public boolean loadTextFromNLSiniFile( String componentId, String baseName, Locale locale ) ----------------------------------------------------------------------- VERSION 1.1 ( March 11, 2006 ) * ApplicationContext > Added - public String getText( String componentId,String textId,Object[] values) - public boolean loadTextResources( String bundleName ) - public boolean loadTextResources( String componentId, String bundleName) ----------------------------------------------------------------------- VERSION 1.0 ( September 28, 2003 ) * Provide a singleton ApplicationContext.current() that supports: - access to application settings (properties) - access to datasources - access to the application wide logger - access to in-memory store for any global object - access to text translation (NLS) -----------------------------------------------------------------------