Search:

Type: Posts; User: Jack Beauregard; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    254

    Confusion about gateway

    Hello all

    I made a fine, simple Spring WS to upload a file. All works fine at localhost and with client and service on separate hosts.
    Now I'll try to place a gateway between client and service...
  2. i18n fallback with keys are displayed?

    Edit: setUseCodeAsDefaultMessage is the answer.
    Thread can be closed.

    Hello all,

    I use the ReloadableResourceBundleMessageSource. Is there an option the set a fallback for not translated...
  3. Different Locales for same language but just one hard coded language

    Hello all,

    I would like to know how could the LocaleChangeInterceptor and the CookieLocaleResolver handle this problem:

    a )
    one harcoded language in jsp:

    <a href="?lang=de">

    b)
  4. Replies
    1
    Views
    202

    Handling a bunch of properties

    Hello all,

    everybody knows how to bin a known a param in this way:

    @RequestParam(value="name") String name

    I'm looking for the best approach, if I want to handle a bunch of unknown...
  5. Replies
    3
    Views
    638

    Yes I forgot the explain the conditions. I have...

    Yes I forgot the explain the conditions. I have to pull a collection of pojos (e.g. cars) with a field (e.g. carowner). The PostFilter should filter all cars where car.carowner != principal. I don't...
  6. Replies
    3
    Views
    638

    @PostFilter performance

    Hello all,

    Is using @PostFilter performance-capable enough for large collections e.g. 10^7 total (pojo)elements and filtering out app. 90% per run?

    have a nice day
    Jack
  7. partitioned repositories for multitenancy (Neo4j)

    Hello all,

    I'd like to implement multitenancy and start with a simple findAll() for a given entity type. One idea is to compare the tenant during running the repository methods e.g. findAll() ......
  8. How can we add an authority to GrantedAuthority at run time? really best approach

    Hello all,

    I have read a lot about this question e.g. here

    http://forum.springsource.org/showthread.php?64734-How-can-we-add-an-authority-to-GrantedAuthority-at-run-time

    I doubt if this the...
  9. Hello That's why we have a comlpex application...

    Hello

    That's why we have a comlpex application with some modules which can't use an additional Spring Layer. But I don't want to spread Dojo sources more than one time.

    best regards
    Jack
  10. Integrating Dojo without Spring Javascript best practice?

    Hello all,

    what's the best way to integrate Dojo sources without Spring Web Flow? Where do I store the framework?
    e.g. src/main/resources/META-INF/lib/dojo/ ?

    greetings
    Jack
  11. Replies
    4
    Views
    562

    Thx very much Pahan. That's similar to what I...

    Thx very much Pahan.
    That's similar to what I could figure out yesterday.
  12. Replies
    4
    Views
    562

    RequestMapping with a semicolon ;

    Hello all,

    I've a little question about a correct matching pattern. The URI:

    http://localhost:8080/context/;default#/model/5beb41dc-69a8-4a27-9e21-26d490cd94b7
    should be matched in the...
Results 1 to 12 of 12