Hi,
I'll switch from XML to Java based configuration. I've always migrate my SpringMVC config into a @EnableWebMvc annotated class without -much- problems. Now I want to migrate the main application...
Type: Posts; User: dominik42; Keyword(s):
Hi,
I'll switch from XML to Java based configuration. I've always migrate my SpringMVC config into a @EnableWebMvc annotated class without -much- problems. Now I want to migrate the main application...
Hi,
I want to use obfuscators (e.g ProGuard) to protect the IP in my web application. I know the limitations of obfuscated bytecode and that one can decompile it nevertheless. But I feel a little...
SOLVED: the reason was, that the STS.app do not has access to the MacOS X KeyChain for the SVN password. So therefor it has to ask again and again. The used Eclipse.app was added as trusted app for...
The settings for the secure storage are equal. But it seems, that these setting aren't used, the mentioned file doesn't exist. In the meantime I've installed the STS 2.7.2 update and a fresh...
since I use SpringSource ToolSuite 2.7.1 and installed the latest Subclipse Plugin (1.6.x), this plugin ask's me every time I commit something into the repo for my password, regardless I've enabled...
Hi,
I want to use MVC controller methods annotated with @PathVariable for request handling. Here you can see two methods I use:
@RequestMapping(value = "/pattern1", method = RequestMethod.GET)...