Activity for Spring Framework

  • Phineas Fudrucker Phineas Fudrucker posted a comment on discussion Open Discussion (deprecated)

    Hi: Looks like forum.springframework.org was shut down about two years ago. Is there another place I can go? We have a serious problem with Spring and certificates. -- Stephen Carville 626-332-1942 x1326 800-537-3821 x1326 scarville@nospam.lereta.com ¯_(ツ)_/¯ A consilia hominis et Deus cachinnus.

  • Amandeep Singh Bhatia Amandeep Singh Bhatia modified a comment on discussion Open Discussion (deprecated)

    I am new to Spring and working on one of my interesting project that helps you track mobile numbers in India and celebrities around the world writing an interceptor where I need to manage cache and return the data from cache if the response is already available in cache. I am using the below example : protected CacheControl lookupCacheControl(String urlPath) { CacheControl cacheControl = this.cacheControlMappings.get(urlPath); if (cacheControl != null) { return cacheControl; } for (String registeredPath...

  • Amandeep Singh Bhatia Amandeep Singh Bhatia posted a comment on discussion Open Discussion (deprecated)

    I am new to Spring and writing an interceptor where I need to manage cache and return the data from cache if the response is already available in cache. I am using the below example : protected CacheControl lookupCacheControl(String urlPath) { CacheControl cacheControl = this.cacheControlMappings.get(urlPath); if (cacheControl != null) { return cacheControl; } for (String registeredPath : this.cacheControlMappings.keySet()) { if (this.pathMatcher.match(registeredPath, urlPath)) { return this.cacheControlMappings.get(registeredPath);...

  • Spring Framework Spring Framework released /OldFiles/spring-security-RC1.zip

  • Achinta Achinta posted a comment on discussion Help (deprecated)

    Hi All, This is Achinta, a new bee in the world of Spring. I need a small help to...

  • SpringFan SpringFan posted a comment on discussion Open Discussion (deprecated)

    We have this huge application in sturts1 and in the process of integrating with spring...

1
MongoDB Logo MongoDB