VOOZH about

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

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


  • Enterprise Java👁 Image
    Adrian MateiJanuary 7th, 2015
    1 101

    How to integrate Jersey in a Spring MVC application

    I have recently started to build a public REST API with Java for Podcastpedia.org and for the JAX-RS implementation I…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 6th, 2015
    0 139

    Using Netflix Hystrix annotations with Spring

    I can’t think of a better way to describe a specific feature of Netflix Hystrix library than by quoting from…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jakub KubrynskiJanuary 5th, 2015
    0 151

    Dependency injection pitfalls in Spring

    There are three injection variants in Spring framework: Setter-based injection Constructor-based injection Field-based injection Each of those mechanisms has advantages and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenDecember 30th, 2014
    0 669

    Spring retry – ways to integrate with your project

    If you have a need to implement robust retry logic in your code, a proven way would be to use…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roberto CortezDecember 29th, 2014
    0 306

    SSL / TLS REST Server – Client with Spring and TomEE

    When building a system, developers usually disregard the security aspects. Security has been always something very important to worry about,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lubos KrnacDecember 29th, 2014
    0 220

    How to mock Spring bean without Springockito

    I work with Spring several years. But I was always frustrated with how messy can XML configuration become. As various…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lubos KrnacDecember 29th, 2014
    0 128

    How to encapsulate Spring bean

    As far as I know Spring Framework doesn’t provide any mechanism to encapsulate Spring beans other than having separate contexts.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroDecember 25th, 2014
    2 544

    Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)

    1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eren AvsarogullariDecember 23rd, 2014
    0 827

    Message Processing with Spring Integration

    Spring Integration provides an extension of the Spring framework to support the well-known Enterprise Integration Patterns. It enables lightweight messaging…

    Read More »
  • First
  • ...
  • 40
  • 50
  • «
  • 56
  • 57
  • 58
  • »
  • 60
  • 70
  • ...
  • Last
Back to top button
Close