VOOZH about

URL: https://www.javacodegeeks.com/tag/spring/page/89

⇱ Spring Archives - Page 89 of 112 - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivJanuary 21st, 2013
    0 194

    Testing REST with multiple MIME types

    1. Overview This article will focus on testing a RESTful Service with multiple Media Types/representations. This is the tenth of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 21st, 2013
    4 961

    Spring Property Placeholder Configurer – A few not so obvious options

    Spring’s PropertySourcesPlaceholderConfigurer is used for externalizing properties from the Spring bean definitions defined in XML or using Java Config. There…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivJanuary 18th, 2013
    0 148

    ETags for REST with Spring

    1. Overview This article will focus on ETags – the Spring support, integration testing of the RESTful API, and consumption…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Tomasz NurkiewiczJanuary 16th, 2013
    0 200

    @Cacheable overhead in Spring

    Spring 3.1 introduced great caching abstraction layer. Finally we can abandon all home-grown aspects, decorators and code polluting our business…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 12th, 2013
    0 1,415

    Spring MVC – Customizing RequestMappingHandlerMapping

    When Spring MVC is configured using <mvc:annotation-driven/> in an xml bean definition file, internally a component called RequestMappingHandlerMapping gets registered…

    Read More »
  • Groovy👁 Image
    Burt BeckwithJanuary 11th, 2013
    4 152

    A Grails plugin to bridge Spring Security and Shiro

    I started using Spring Security in 2007 when I was tasked with adding security to a Spring/Hibernate application at the…

    Read More »
  • Enterprise Java👁 Image
    Claus IbsenJanuary 11th, 2013
    0 187

    Camel 2.11 – Camel web applications without Spring

    As I write this we have just added a new component to the upcoming Apache Camel 2.11, that allow to…

    Read More »
  • Groovy👁 spring-interview-questions-answers
    Eren AvsarogullariJanuary 8th, 2013
    0 146

    Spring Dynamic Language Support with Groovy

    Groovy is a dynamic and object-oriented programming language running on JVM. It uses a syntax like Java, can be embedded…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoJanuary 8th, 2013
    1 111

    Testing Spring Data MongoDB Applications with NoSQLUnit

    Spring Data MongoDB is the project within Spring Data project which provides an extension to the Spring programming model for…

    Read More »
  • First
  • ...
  • 70
  • 80
  • «
  • 88
  • 89
  • 90
  • »
  • 100
  • 110
  • ...
  • Last
Back to top button
Close