Search:

Type: Posts; User: tufelix; Keyword(s):

Search: Search took 0.03 seconds.

  1. ParametrizedType gets lost for conversion service on Maps if proxied

    Having an entity containing a map:


    class MyEntity {
    ....
    public Map<Locale, T> getTranslations() {
    return translations;
    }
    ...
  2. Martin, thanks for your reply! I chose a...

    Martin, thanks for your reply!

    I chose a different placeholder for each propertyplaceholder:



    <bean...
  3. resolving placeholders in ServletContextPropertyPlaceholderConfigurer

    Hi!

    In my application context i have declared a ServletContextPropertyPlaceholderConfigurer and PropertyPlaceholderConfigurer that should read properties from config locations declared as servlet...
  4. In Rod and Juergens book they have...

    In Rod and Juergens book they have BusinessObjectManager and BusinessObject. We further refactored business strategies from business objects like BusinessStrategy.

    Our BusinessObjectManager is...
Results 1 to 4 of 4