Having an entity containing a map:
class MyEntity {
....
public Map<Locale, T> getTranslations() {
return translations;
}
...
Type: Posts; User: tufelix; Keyword(s):
Having an entity containing a map:
class MyEntity {
....
public Map<Locale, T> getTranslations() {
return translations;
}
...
Martin, thanks for your reply!
I chose a different placeholder for each propertyplaceholder:
<bean...
Hi!
In my application context i have declared a ServletContextPropertyPlaceholderConfigurer and PropertyPlaceholderConfigurer that should read properties from config locations declared as servlet...
In Rod and Juergens book they have BusinessObjectManager and BusinessObject. We further refactored business strategies from business objects like BusinessStrategy.
Our BusinessObjectManager is...