Search:

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

Search: Search took 0.01 seconds.

  1. Strange behavior for @ComponentScan, SessionFactory in 3.1.0RC1

    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...
  2. Replies
    0
    Views
    573

    Is obfuscation worth trying it ?

    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...
  3. SOLVED: the reason was, that the STS.app do not...

    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...
  4. The settings for the secure storage are equal....

    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...
  5. Nagging dialog for Subclipse authentication

    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...
  6. @PathVariable with web.xml url-pattern other than '/'

    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)...
Results 1 to 6 of 6