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...
Type: Posts; User: Jack Beauregard; Keyword(s):
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...
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...
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)
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...
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...
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
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() ......
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...
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
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
Thx very much Pahan.
That's similar to what I could figure out yesterday.
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...